From c3af7b7122611d35a8a7ea62eb49d2e7a62a43ce Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Mon, 8 Mar 2010 20:39:24 +1300 Subject: [PATCH] CNC: added atwr --- mods/cnc/sequences-structures.xml | 6 ++++++ mods/cnc/structures.yaml | 28 ++++++++++++++++++++++++---- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/mods/cnc/sequences-structures.xml b/mods/cnc/sequences-structures.xml index 2818f5c3b7..85d83a18e4 100644 --- a/mods/cnc/sequences-structures.xml +++ b/mods/cnc/sequences-structures.xml @@ -170,4 +170,10 @@ + + + + + + \ No newline at end of file diff --git a/mods/cnc/structures.yaml b/mods/cnc/structures.yaml index 7ae49fbad9..e797df7fe6 100644 --- a/mods/cnc/structures.yaml +++ b/mods/cnc/structures.yaml @@ -446,16 +446,36 @@ GTWR: TechLevel: 2 Prerequisites: pyle Owner: gdi - Cost: 400 + Cost: 500 Description: Guard Tower LongDesc: Basic defensive structure.\n Strong vs Infantry, Light Vehicles\n Weak vs Tanks, Aircraft Building: - Power: -15 + Power: -10 HP: 400 Armor: wood Crewed: yes - Sight: 5 + Sight: 3 AttackOmni: PrimaryWeapon: HighV AutoTarget: - IronCurtainable: \ No newline at end of file + +ATWR: + Inherits: ^Building + Buildable: + Icon: atwricnh + TechLevel: 4 + Prerequisites: hq + Owner: gdi + Cost: 1000 + Description: Advanced Guard Tower + LongDesc: Anti-armor defensive structure.\n Strong vs Light Vehicles, Tanks\n Weak vs Infantry + Building: + Power: -20 + HP: 600 + Armor: light + Crewed: yes + Sight: 4 + AttackOmni: + PrimaryWeapon: Tomahawk + SecondaryWeapon: Tomahawk + AutoTarget: \ No newline at end of file