remove multiplication
This commit is contained in:
parent
e200254772
commit
d7937e701e
@ -62,7 +62,7 @@ const generatableVendors: IGeneratableVendorInfo[] = [
|
||||
RandomSeedType: "VRST_WEAPON",
|
||||
RequiredGoalTag: "",
|
||||
WeaponUpgradeValueAttenuationExponent: 2.25,
|
||||
cycleStart: 1740960000 * 1000,
|
||||
cycleStart: 1740960000_000,
|
||||
cycleDuration: 4 * unixTimesInMs.day
|
||||
},
|
||||
{
|
||||
@ -71,7 +71,7 @@ const generatableVendors: IGeneratableVendorInfo[] = [
|
||||
PropertyTextHash: "34F8CF1DFF745F0D67433A5EF0A03E70",
|
||||
RandomSeedType: "VRST_WEAPON",
|
||||
WeaponUpgradeValueAttenuationExponent: 2.25,
|
||||
cycleStart: 1744934400 * 1000,
|
||||
cycleStart: 1744934400_000,
|
||||
cycleDuration: 4 * unixTimesInMs.day
|
||||
}
|
||||
// {
|
||||
|
Loading…
x
Reference in New Issue
Block a user