Change Crate.Lifetime from 'seconds' to ticks
As far as I could tell, this was the last place that still used 'seconds' instead of ticks, apart from some sound notification intervals (which are better converted to real [milli]seconds). Also renamed ScaredyCat.PanicLength to PanicDuration for consistency and easier finding.
This commit is contained in:
@@ -5,7 +5,7 @@ CRATE.plain:
|
||||
CRATE:
|
||||
Inherits: ^Crate
|
||||
Crate:
|
||||
Lifetime: 240
|
||||
Duration: 6000
|
||||
GiveCashCrateAction:
|
||||
Amount: 1000
|
||||
SelectionShares: 20
|
||||
|
||||
@@ -3,7 +3,7 @@ crate:
|
||||
Tooltip:
|
||||
Name: Crate
|
||||
Crate:
|
||||
Lifetime: 120
|
||||
Duration: 3000
|
||||
TerrainTypes: Sand, Rock, Transition, Spice, SpiceSand, Dune, Concrete
|
||||
GiveCashCrateAction@1:
|
||||
Amount: 750
|
||||
|
||||
@@ -56,7 +56,7 @@ HARV:
|
||||
|
||||
^Crate:
|
||||
Crate:
|
||||
Lifetime: 0
|
||||
Duration: 0
|
||||
|
||||
MONEYCRATE:
|
||||
Tooltip:
|
||||
|
||||
@@ -1129,7 +1129,7 @@
|
||||
GenericName: Crate
|
||||
ShowOwnerRow: false
|
||||
Crate:
|
||||
Lifetime: 180
|
||||
Duration: 4500
|
||||
TerrainTypes: Clear, Rough, Road, Ore, Beach, Water
|
||||
RenderSprites:
|
||||
Palette: effect
|
||||
|
||||
@@ -458,7 +458,7 @@
|
||||
Tooltip:
|
||||
Name: Crate
|
||||
Crate:
|
||||
Lifetime: 180
|
||||
Duration: 4500
|
||||
TerrainTypes: Clear, Rough, Sand, Road, DirtRoad, Tiberium, BlueTiberium, Veins, Green, Pavement
|
||||
RenderSprites:
|
||||
Palette: terraindecoration
|
||||
|
||||
Reference in New Issue
Block a user