From 7c7794eba448342765d5339eb2bdfdfc77996602 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Mon, 8 Mar 2010 00:04:57 +1300 Subject: [PATCH] added turret for Nod. fixed E3 fire delay. --- mods/cnc/infantry.yaml | 2 +- mods/cnc/sequences-structures.xml | 35 ++++++++++++++++++------------- mods/cnc/structures.yaml | 27 +++++++++++++++++++++++- 3 files changed, 48 insertions(+), 16 deletions(-) diff --git a/mods/cnc/infantry.yaml b/mods/cnc/infantry.yaml index 7cd14831bc..f411a9f4c3 100644 --- a/mods/cnc/infantry.yaml +++ b/mods/cnc/infantry.yaml @@ -53,5 +53,5 @@ E3: AttackBase: PrimaryWeapon: Rockets PrimaryOffset: 0,0,0,-10 - FireDelay: 15 + FireDelay: 5 TakeCover: \ No newline at end of file diff --git a/mods/cnc/sequences-structures.xml b/mods/cnc/sequences-structures.xml index 4a2e0d144c..d4598da224 100644 --- a/mods/cnc/sequences-structures.xml +++ b/mods/cnc/sequences-structures.xml @@ -3,18 +3,18 @@ - + - - + + - - - + + + @@ -63,22 +63,22 @@ - - + + - - + + - - + + @@ -104,8 +104,8 @@ - - + + @@ -157,4 +157,11 @@ + + + + + + + \ No newline at end of file diff --git a/mods/cnc/structures.yaml b/mods/cnc/structures.yaml index a7144c7bee..b9252f37c4 100644 --- a/mods/cnc/structures.yaml +++ b/mods/cnc/structures.yaml @@ -412,4 +412,29 @@ BRIK: HP: 100 Armor: none RenderBuildingWall: - DamageStates: 4 \ No newline at end of file + DamageStates: 4 + +GUN: + Inherits: ^Building + Buildable: + Icon: gunicnh + TechLevel: 4 + Prerequisites: hand + Owner: nod + Cost: 600 + Description: Turret + LongDesc: Anti-Armor base defense.\n Strong vs Tanks\n Weak vs Infantry, Aircraft + Building: + Power: -20 + HP: 400 + Armor: heavy + Crewed: yes + Sight: 6 + Turreted: + ROT: 12 + InitialFacing: 50 + RenderBuildingTurreted: + AttackTurreted: + PrimaryWeapon: TurretGun + AutoTarget: + -RenderBuilding: \ No newline at end of file