Merge pull request #9207 from Mailaender/ctdam-animations
Added damaged, light and water animations to the Tiberian Sun hydroelectric dam
This commit is contained in:
@@ -1085,7 +1085,7 @@ CITY22:
|
|||||||
CTDAM:
|
CTDAM:
|
||||||
Inherits: ^CivBuilding
|
Inherits: ^CivBuilding
|
||||||
Tooltip:
|
Tooltip:
|
||||||
Name: Dam
|
Name: Hydroelectric Dam
|
||||||
Description: Provides power for other structures
|
Description: Provides power for other structures
|
||||||
Building:
|
Building:
|
||||||
Footprint: xx xx xx xx xx
|
Footprint: xx xx xx xx xx
|
||||||
@@ -1100,6 +1100,10 @@ CTDAM:
|
|||||||
Prerequisite: anypower
|
Prerequisite: anypower
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: SNOW
|
ExcludeTilesets: SNOW
|
||||||
|
WithIdleOverlay@LIGHTS:
|
||||||
|
Sequence: idle-lights
|
||||||
|
WithIdleOverlay@WATER:
|
||||||
|
Sequence: idle-water
|
||||||
|
|
||||||
CTVEGA:
|
CTVEGA:
|
||||||
Inherits: ^CivBuilding
|
Inherits: ^CivBuilding
|
||||||
|
|||||||
@@ -801,6 +801,22 @@ city22:
|
|||||||
|
|
||||||
ctdam:
|
ctdam:
|
||||||
idle:
|
idle:
|
||||||
|
damaged-idle:
|
||||||
|
Start: 1
|
||||||
|
idle-lights: ctdam_a
|
||||||
|
Length: 8
|
||||||
|
Tick: 200
|
||||||
|
damaged-idle-lights: ctdam_a
|
||||||
|
Start: 8
|
||||||
|
Length: 8
|
||||||
|
Tick: 200
|
||||||
|
idle-water: ctdam_b
|
||||||
|
Length: 8
|
||||||
|
Tick: 200
|
||||||
|
damaged-idle-water: ctdam_b
|
||||||
|
Start: 8
|
||||||
|
Length: 8
|
||||||
|
Tick: 200
|
||||||
|
|
||||||
ctvega:
|
ctvega:
|
||||||
Defaults:
|
Defaults:
|
||||||
|
|||||||
Reference in New Issue
Block a user