diff --git a/mods/ts/rules/structures.yaml b/mods/ts/rules/structures.yaml index 47340591e2..57fe851208 100644 --- a/mods/ts/rules/structures.yaml +++ b/mods/ts/rules/structures.yaml @@ -162,10 +162,8 @@ NAPOWR: Type: Wood RevealsShroud: Range: 4 -# WithIdleOverlay@LIGHTS: -# Sequence: idle-lights -# WithIdleOverlay@PLUG: -# Sequence: idle-plug + WithIdleOverlay@LIGHTS: + Sequence: idle-lights NAHAND: Inherits: ^Building @@ -199,12 +197,10 @@ NAHAND: PrimaryBuilding: IronCurtainable: ProductionBar: -# WithIdleOverlay@LIGHTS: -# Sequence: idle-lights -# WithIdleOverlay@LIGHT: -# Sequence: idle-light -# WithIdleOverlay@FLAG: -# Sequence: idle-flag + WithIdleOverlay@LIGHTS: + Sequence: idle-lights + WithIdleOverlay@LIGHT: + Sequence: idle-light NAWEAP: Inherits: ^Building diff --git a/mods/ts/sequences/structures.yaml b/mods/ts/sequences/structures.yaml index dc47c20cd1..ea73ec208e 100644 --- a/mods/ts/sequences/structures.yaml +++ b/mods/ts/sequences/structures.yaml @@ -199,11 +199,19 @@ nahand: critical-idle: nthand Start: 2 ShadowStart: 5 - idle-light: nthand_b + idle-light: nthand_a + Start: 0 + Length: 5 + Tick: 100 + damaged-idle-light: nthand_a + Start: 5 + Length: 5 + Tick: 100 + idle-lights: nthand_b Start: 0 Length: 8 Tick: 200 - damaged-idle-light: nthand_b + damaged-idle-lights: nthand_b Start: 8 Length: 8 Tick: 200