From dbe64f496b1a2b1353816821b3a6435e6a1b31bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 20 Jul 2014 11:28:06 +0200 Subject: [PATCH] add bibs to refinery and factories --- mods/ts/rules/structures.yaml | 7 ++++++- mods/ts/sequences/structures.yaml | 34 ++++++++++++++++++++++++++----- 2 files changed, 35 insertions(+), 6 deletions(-) diff --git a/mods/ts/rules/structures.yaml b/mods/ts/rules/structures.yaml index 997118832c..14a2ffe006 100644 --- a/mods/ts/rules/structures.yaml +++ b/mods/ts/rules/structures.yaml @@ -132,7 +132,6 @@ PROC: HP: 900 RevealsShroud: Range: 6 -# Bib: TiberianSunRefinery: DockOffset: 4,3 StoresResources: @@ -148,6 +147,8 @@ PROC: Facing: 64 WithIdleOverlay@REDLIGHTS: Sequence: idle-redlights + WithIdleOverlay@BIB: + Sequence: bib GAWEAP: Inherits: ^Building @@ -188,6 +189,8 @@ GAWEAP: Sequence: production-lights-red WithIdleOverlay@TURBINES: Sequence: idle-turbines + WithIdleOverlay@BIB: + Sequence: bib NAPOWR: Inherits: ^Building @@ -317,6 +320,8 @@ NAWEAP: ProductionBar: WithProductionOverlay@LIGHTS: Sequence: production-lights + WithIdleOverlay@BIB: + Sequence: bib GASAND: Inherits: ^Wall diff --git a/mods/ts/sequences/structures.yaml b/mods/ts/sequences/structures.yaml index e8c3673a0d..c9701d6201 100644 --- a/mods/ts/sequences/structures.yaml +++ b/mods/ts/sequences/structures.yaml @@ -191,7 +191,16 @@ gaweap: ShadowStart: 20 icon: weapicon Start: 0 -# TODO: gtweap_1 & gtweapbb & gtweap_a & gtweap_b & gtweap_c are unused + bib: gtweapbb + Start: 0 + Length: 1 + damaged-bib: gtweapbb + Start: 1 + Length: 1 + critical-bib: gtweapbb + Start: 2 + Length: 1 +# TODO: gtweap_1 & gtweap_a & gtweap_b & gtweap_c are unused napowr: idle: ntpowr @@ -323,7 +332,16 @@ naweap: ShadowStart: 22 icon: nwepicon Start: 0 -# TODO: ntweap_1 & ntweapbb & ntweap_b & ntweap_c are unused + bib: ntweapbb + Start: 0 + Length: 1 + damaged-bib: ntweapbb + Start: 1 + Length: 1 + critical-bib: ntweapbb + Start: 2 + Length: 1 +# TODO: ntweap_1 & ntweap_b & ntweap_c are unused naradr: idle: ntradr @@ -869,9 +887,15 @@ proc: # TODO: unused narefn_a, narefn_b Start: 16 Length: 16 Tick: 200 -# bib: ntrefnbb -# Start: 0 -# Length: * + bib: ntrefnbb + Start: 0 + Length: 1 + damaged-bib: ntrefnbb + Start: 1 + Length: 1 + critical-bib: ntrefnbb + Start: 2 + Length: 1 icon: reficon Start: 0