diff --git a/mods/ts/rules/structures.yaml b/mods/ts/rules/structures.yaml index 8c1a98caf7..a00d530433 100644 --- a/mods/ts/rules/structures.yaml +++ b/mods/ts/rules/structures.yaml @@ -101,6 +101,12 @@ GAPILE: PrimaryBuilding: IronCurtainable: ProductionBar: + WithIdleOverlay@LIGHTS: + Sequence: idle-lights + WithIdleOverlay@LIGHT: + Sequence: idle-light + WithIdleOverlay@FLAG: + Sequence: idle-flag GAWEAP: Inherits: ^Building diff --git a/mods/ts/sequences/structures.yaml b/mods/ts/sequences/structures.yaml index ca63a43901..cdc431aed3 100644 --- a/mods/ts/sequences/structures.yaml +++ b/mods/ts/sequences/structures.yaml @@ -90,22 +90,38 @@ gapile: idle: gtpile Start: 0 ShadowStart: 3 -# TODO: lights: gtpile_a -# Start: 0 -# TODO: light: gtpile_b -# Start: 0 -# TODO: flag: gtpile_c -# Start:0 + damaged-idle: gtpile + Start: 1 + ShadowStart: 4 + critical-idle: gtpile + Start: 2 + ShadowStart: 5 + idle-lights: gtpile_a + Start: 0 + Length: 7 + Tick: 200 + damaged-idle-lights: gtpile_a + Start:7 + Length: 7 + Tick: 200 + idle-light: gtpile_b + Start: 0 + Length: 7 + Tick: 200 + damaged-idle-light: gtpile_b + Start:7 + Length: 7 + Tick: 200 + idle-flag: gtpile_c + Start:0 + Length: 7 + damaged-idle-flag: gtpile_c + Start:7 + Length: 7 make: gtpilemk Start: 0 Length: 20 ShadowStart: 20 - damaged-idle: gtpile - Start: 1 - ShadowStart: 4 - dead: gtpile - Start: 2 - ShadowStart: 5 gaweap: idle: gtweap