From bac7f147d203e6ba42d7114cd31bd8a67c9a5659 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Thu, 29 Aug 2013 19:38:38 +0200 Subject: [PATCH] Enables Nod power plant lights, adds and enables Hand of Nod lights, removes obsolete copy-paste stuff. --- mods/ts/rules/structures.yaml | 16 ++++++---------- mods/ts/sequences/structures.yaml | 12 ++++++++++-- 2 files changed, 16 insertions(+), 12 deletions(-) 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