Enables Nod power plant lights, adds and enables Hand of Nod lights, removes obsolete copy-paste stuff.

This commit is contained in:
reaperrr
2013-08-29 19:38:38 +02:00
parent 7378d9e49a
commit bac7f147d2
2 changed files with 16 additions and 12 deletions

View File

@@ -162,10 +162,8 @@ NAPOWR:
Type: Wood Type: Wood
RevealsShroud: RevealsShroud:
Range: 4 Range: 4
# WithIdleOverlay@LIGHTS: WithIdleOverlay@LIGHTS:
# Sequence: idle-lights Sequence: idle-lights
# WithIdleOverlay@PLUG:
# Sequence: idle-plug
NAHAND: NAHAND:
Inherits: ^Building Inherits: ^Building
@@ -199,12 +197,10 @@ NAHAND:
PrimaryBuilding: PrimaryBuilding:
IronCurtainable: IronCurtainable:
ProductionBar: ProductionBar:
# WithIdleOverlay@LIGHTS: WithIdleOverlay@LIGHTS:
# Sequence: idle-lights Sequence: idle-lights
# WithIdleOverlay@LIGHT: WithIdleOverlay@LIGHT:
# Sequence: idle-light Sequence: idle-light
# WithIdleOverlay@FLAG:
# Sequence: idle-flag
NAWEAP: NAWEAP:
Inherits: ^Building Inherits: ^Building

View File

@@ -199,11 +199,19 @@ nahand:
critical-idle: nthand critical-idle: nthand
Start: 2 Start: 2
ShadowStart: 5 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 Start: 0
Length: 8 Length: 8
Tick: 200 Tick: 200
damaged-idle-light: nthand_b damaged-idle-lights: nthand_b
Start: 8 Start: 8
Length: 8 Length: 8
Tick: 200 Tick: 200