diff --git a/mods/cnc/sequences-vehicles.xml b/mods/cnc/sequences-vehicles.xml index 3866f8b18d..0705d2caa3 100644 --- a/mods/cnc/sequences-vehicles.xml +++ b/mods/cnc/sequences-vehicles.xml @@ -49,4 +49,10 @@ + + + + + + diff --git a/mods/cnc/sequences.xml b/mods/cnc/sequences.xml index 486f7e7845..e59bb29d9e 100644 --- a/mods/cnc/sequences.xml +++ b/mods/cnc/sequences.xml @@ -1,6 +1,6 @@  - + @@ -128,7 +128,6 @@ - @@ -142,7 +141,7 @@ - + @@ -161,19 +160,18 @@ - - - - - - - - - + + + + + + + + @@ -274,7 +272,7 @@ - + @@ -287,13 +285,11 @@ - - @@ -652,4 +648,4 @@ - + \ No newline at end of file diff --git a/mods/cnc/vehicles.yaml b/mods/cnc/vehicles.yaml index 00c0b18b49..be3467dba8 100644 --- a/mods/cnc/vehicles.yaml +++ b/mods/cnc/vehicles.yaml @@ -72,6 +72,32 @@ BGGY: MuzzleFlash: yes RenderUnitTurreted: AutoTarget: + +MTNK: + Inherits: ^Vehicle + Buildable: + Icon: mtnkicnh + TechLevel: 3 + Prerequisites: weap + Owner: gdi + Cost: 800 + Description: Medium Tank + LongDesc: General-Purpose GDI Tank.\n Strong vs Tanks, Light Vehicles\n Weak vs Infantry, Aircraft + Unit: + HP: 400 + Armor: heavy + Crewed: yes + Sight: 3 + Speed: 18 + Mobile: + MovementType: Track + Turreted: + ROT: 5 + AttackTurreted: + PrimaryWeapon: 120mm + Recoil: 3 + RenderUnitTurreted: + AutoTarget: TRAN: Inherits: ^Plane diff --git a/mods/cnc/weapons.ini b/mods/cnc/weapons.ini index ce02d197d9..42a0e837bf 100644 --- a/mods/cnc/weapons.ini +++ b/mods/cnc/weapons.ini @@ -3,6 +3,7 @@ MachineGun Laser HighV +120mm ; NOTE: WEAPON PROPERTIES ARE NOT EXPOSED BY TIBED; THESE ARE ALL MADE UP [MachineGun] @@ -37,9 +38,21 @@ Speed=30 Warhead=AP Report=rocket2 +[120mm] +Damage=40 +ROF=80 +Range=4.75 +Projectile=Cannon +Speed=40 +Warhead=AP +Report=CANNON1 +Anim=GUNFIRE +Burst=2 + [ProjectileTypes] Invisible HeatSeeker +Cannon [Invisible] Inviso=yes @@ -59,6 +72,9 @@ ROT=5 Rotates=yes Translucent=yes +[Cannon] +Image=120MM + [WarheadTypes] SA diff --git a/openra-data.sln b/openra-data.sln index 20d43e46e6..bf91b19a05 100644 --- a/openra-data.sln +++ b/openra-data.sln @@ -5,7 +5,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "mods", "mods", "{F0BAF862-1 EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ra", "ra", "{59F0734D-2F86-4C26-8171-CF45EE01E97A}" ProjectSection(SolutionItems) = preProject - mods\ra\campaignUnits.ini = mods\ra\campaignUnits.ini mods\ra\defaults.yaml = mods\ra\defaults.yaml mods\ra\merge-rules.yaml = mods\ra\merge-rules.yaml mods\ra\mod.yaml = mods\ra\mod.yaml @@ -13,8 +12,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ra", "ra", "{59F0734D-2F86- mods\ra\rules.ini = mods\ra\rules.ini mods\ra\rules.yaml = mods\ra\rules.yaml mods\ra\sequences.xml = mods\ra\sequences.xml - mods\ra\trees.ini = mods\ra\trees.ini - mods\ra\units.ini = mods\ra\units.ini EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "aftermath", "aftermath", "{8DA16338-FA8F-4CCD-8731-CBFCF5E31A78}" @@ -51,7 +48,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "globals", "globals", "{27CA bogus.sno = bogus.sno bogus.tem = bogus.tem chrome.xml = chrome.xml - makedist.cmd = makedist.cmd tileSet.til = tileSet.til EndProjectSection EndProject @@ -78,8 +74,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "remaps", "remaps", "{CA06F2 EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "cnc", "cnc", "{65D8A06F-F2DF-4000-A4F7-AFDB4C282698}" ProjectSection(SolutionItems) = preProject - mods\cnc\chrome-allies.png = mods\cnc\chrome-allies.png - mods\cnc\chrome-soviet.png = mods\cnc\chrome-soviet.png + mods\cnc\chrome-gdi.png = mods\cnc\chrome-gdi.png + mods\cnc\chrome-nod.png = mods\cnc\chrome-nod.png mods\cnc\chrome.xml = mods\cnc\chrome.xml mods\cnc\civilian.yaml = mods\cnc\civilian.yaml mods\cnc\compat.yaml = mods\cnc\compat.yaml