From 4fe72d95c35cc674caa53dd155197529cf0de90a Mon Sep 17 00:00:00 2001 From: reaperrr Date: Fri, 3 Apr 2015 02:23:04 +0200 Subject: [PATCH] Rename civilian.yaml to civilian-structures.yaml Move Sandbags to civilian structures. Remove GAGREEN. --- mods/ts/mod.yaml | 4 +- ...civilian.yaml => civilian-structures.yaml} | 40 +++++++++++++------ mods/ts/rules/structures.yaml | 27 ------------- 3 files changed, 29 insertions(+), 42 deletions(-) rename mods/ts/rules/{civilian.yaml => civilian-structures.yaml} (97%) diff --git a/mods/ts/mod.yaml b/mods/ts/mod.yaml index 0788f13dd3..6e9de190f2 100644 --- a/mods/ts/mod.yaml +++ b/mods/ts/mod.yaml @@ -63,14 +63,14 @@ Packages: Rules: ./mods/ts/rules/misc.yaml ./mods/ts/rules/ai.yaml - ./mods/ts/rules/civilian.yaml + ./mods/ts/rules/civilian-infantry.yaml + ./mods/ts/rules/civilian-structures.yaml ./mods/ts/rules/civilian-vehicles.yaml ./mods/ts/rules/player.yaml ./mods/ts/rules/world.yaml ./mods/ts/rules/aircraft.yaml ./mods/ts/rules/defaults.yaml ./mods/ts/rules/structures.yaml - ./mods/ts/rules/civilian-infantry.yaml ./mods/ts/rules/gdi-infantry.yaml ./mods/ts/rules/nod-infantry.yaml ./mods/ts/rules/player-infantry.yaml diff --git a/mods/ts/rules/civilian.yaml b/mods/ts/rules/civilian-structures.yaml similarity index 97% rename from mods/ts/rules/civilian.yaml rename to mods/ts/rules/civilian-structures.yaml index c4f37ad8a8..f94c77b474 100644 --- a/mods/ts/rules/civilian.yaml +++ b/mods/ts/rules/civilian-structures.yaml @@ -1102,19 +1102,6 @@ CTVEGA: Health: HP: 100 -GAGREEN: - Inherits: ^CivBuilding - Tooltip: - Name: Green Building - Building: - Adjacent: 3 - Footprint: x - Dimensions: 1, 1 - Armor: - Type: concrete - Health: - HP: 150 - GAKODK: Inherits: ^CivBuilding Tooltip: @@ -1213,6 +1200,33 @@ GAOLDCC6: RenderBuilding: Palette: player +GASAND: + Inherits: ^Wall + Buildable: + Queue: Defense + BuildPaletteOrder: 1000 + Prerequisites: ~disabled + SoundOnDamageTransition: + DamagedSounds: sandbag1.aud + DestroyedSounds: sandbag1.aud + Valued: + Cost: 25 + CustomSellValue: + Value: 0 + Tooltip: + Name: Sandbags + Description: Stops infantry and blocks enemy fire.\nCan be crushed by tanks. + Health: + HP: 250 + Armor: + Type: Light + LineBuild: + NodeTypes: sandbags + LineBuildNode: + Types: sandbags + RenderBuildingWall: + Type: sandbags + GASPOT: Inherits: ^CivBuilding Tooltip: diff --git a/mods/ts/rules/structures.yaml b/mods/ts/rules/structures.yaml index 69f506750b..6bc0e6ac51 100644 --- a/mods/ts/rules/structures.yaml +++ b/mods/ts/rules/structures.yaml @@ -439,33 +439,6 @@ NAWEAP: Power: Amount: -30 -GASAND: - Inherits: ^Wall - Buildable: - Queue: Defense - BuildPaletteOrder: 1000 - Prerequisites: ~structures.gdi - SoundOnDamageTransition: - DamagedSounds: sandbag1.aud - DestroyedSounds: sandbag1.aud - Valued: - Cost: 25 - CustomSellValue: - Value: 0 - Tooltip: - Name: Sandbags - Description: Stops infantry and blocks enemy fire.\nCan be crushed by tanks. - Health: - HP: 250 - Armor: - Type: Light - LineBuild: - NodeTypes: sandbags - LineBuildNode: - Types: sandbags - RenderBuildingWall: - Type: sandbags - GAWALL: Inherits: ^Wall Buildable: