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