From c6663f75052317f4b89029d8e6508d32aa568423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Fri, 8 Nov 2013 22:53:08 +0100 Subject: [PATCH] add Tiberian Sun refinery --- mods/ts/mod.yaml | 1 + mods/ts/rules/structures.yaml | 35 +++++++++++++++++++++++++++++++ mods/ts/sequences/structures.yaml | 32 ++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+) diff --git a/mods/ts/mod.yaml b/mods/ts/mod.yaml index be67fd7cbb..2042f4a465 100644 --- a/mods/ts/mod.yaml +++ b/mods/ts/mod.yaml @@ -92,6 +92,7 @@ Chrome: Assemblies: mods/d2k/OpenRA.Mods.D2k.dll mods/ra/OpenRA.Mods.RA.dll + mods/cnc/OpenRA.Mods.Cnc.dll mods/ts/OpenRA.Mods.TS.dll ChromeLayout: diff --git a/mods/ts/rules/structures.yaml b/mods/ts/rules/structures.yaml index 135820928e..e23b3a9d2e 100644 --- a/mods/ts/rules/structures.yaml +++ b/mods/ts/rules/structures.yaml @@ -111,6 +111,41 @@ GAPILE: WithIdleOverlay@FLAG: Sequence: idle-flag +PROC: + Inherits: ^Building + Valued: + Cost: 2000 + Tooltip: + Name: Tiberium Refinery + Description: Processes raw Tiberium\ninto useable resources + Buildable: + Queue: Building + BuildPaletteOrder: 20 + Prerequisites: anypower + Owner: gdi,nod + Building: + Power: -30 + Footprint: xxx xxx x== + Dimensions: 3,3 + Health: + HP: 900 + RevealsShroud: + Range: 6 +# Bib: + TiberiumRefinery: + StoresOre: + PipColor: Green + PipCount: 15 + Capacity: 1500 + CustomSellValue: + Value: 600 + FreeActor: + Actor: HARV + SpawnOffset: 1,2 + Facing: 64 + WithIdleOverlay@REDLIGHTS: + Sequence: idle-redlights + GAWEAP: Inherits: ^Building Valued: diff --git a/mods/ts/sequences/structures.yaml b/mods/ts/sequences/structures.yaml index 1dc543c348..9f21d10f8b 100644 --- a/mods/ts/sequences/structures.yaml +++ b/mods/ts/sequences/structures.yaml @@ -613,4 +613,36 @@ nahpad: Length: 20 ShadowStart: 20 icon: nhpdicon + Start: 0 + +proc: # TODO: unused narefn_a, narefn_b + idle: narefn + Start: 0 + ShadowStart: 3 + damaged-idle: narefn + Start: 1 + ShadowStart: 4 + critical-idle: narefn + Start: 2 + ShadowStart: 5 + make: narefnmk + Start: 0 + Length: 20 + ShadowStart: 20 + idle-redlights: narefn_c + Start: 0 + Length: 16 + Tick: 120 + damaged-idle-redlights: narefn_c + Start: 0 + Length: 16 + Tick: 120 + critical-idle-redlights: narefn_c + Start: 16 + Length: 16 + Tick: 200 +# bib: narefnbb +# Start: 0 +# Length: * + icon: reficon Start: 0 \ No newline at end of file