move ROT, InitialFacing and Speed to Mobile and Aircraft.

This commit is contained in:
alzeih
2010-07-31 02:05:54 +12:00
parent dd7008d7ee
commit 33b6f590e9
21 changed files with 144 additions and 82 deletions

View File

@@ -1,11 +1,11 @@
^Vehicle:
Category: Vehicle
Unit:
ROT: 5
Mobile:
Crushes: crate
TerrainTypes: Clear, Rough, Road, Tree, Water, Rock, Wall, Ore, Beach, River
TerrainSpeeds: 60%, 40%, 100%, 0%, 0%, 0%, 0%, 50%, 40%, 0%
ROT: 5
Selectable:
Voice: VehicleVoice
Targetable:
@@ -22,11 +22,11 @@
^Tank:
Category: Vehicle
Unit:
ROT: 5
Mobile:
Crushes: wall, crate
TerrainTypes: Clear, Rough, Road, Tree, Water, Rock, Wall, Ore, Beach, River
TerrainSpeeds: 80%, 70%, 100%, 0%, 0%, 0%, 0%, 70%, 70%, 0%
ROT: 5
Selectable:
Voice: VehicleVoice
Targetable:
@@ -192,6 +192,7 @@
^Husk:
Category: Vehicle
Unit:
Mobile:
ROT: 0
Speed: 0
Health:

View File

@@ -10,6 +10,7 @@ E1:
Selectable:
Bounds: 12,17,0,-6
Unit:
Mobile:
Speed: 4
Health:
HP: 50
@@ -30,6 +31,7 @@ E2:
Selectable:
Bounds: 12,17,0,-6
Unit:
Mobile:
Speed: 4
Health:
HP: 50
@@ -51,6 +53,7 @@ E3:
Selectable:
Bounds: 12,17,0,-6
Unit:
Mobile:
Speed: 3
Health:
HP: 45
@@ -73,6 +76,7 @@ E4:
Selectable:
Bounds: 12,17,0,-6
Unit:
Mobile:
Speed: 4
Health:
HP: 90
@@ -98,6 +102,7 @@ E5:
Selectable:
Bounds: 12,17,0,-6
Unit:
Mobile:
Speed: 4
Health:
HP: 90
@@ -123,6 +128,7 @@ E6:
Selectable:
Bounds: 12,17,0,-6
Unit:
Mobile:
Speed: 4
Health:
HP: 25
@@ -147,6 +153,7 @@ RMBO:
Bounds: 12,17,0,-6
Voice: CommandoVoice
Unit:
Mobile:
Speed: 5
Health:
HP: 200
@@ -167,6 +174,7 @@ C1:
Cost: 70
Description: Technician
Unit:
Mobile:
Speed: 4
Health:
HP: 20
@@ -184,6 +192,7 @@ C2:
Cost: 70
Description: Technician
Unit:
Mobile:
Speed: 4
Health:
HP: 20
@@ -201,6 +210,7 @@ C3:
Cost: 70
Description: Technician
Unit:
Mobile:
Speed: 4
Health:
HP: 20
@@ -218,6 +228,7 @@ C4:
Cost: 70
Description: Technician
Unit:
Mobile:
Speed: 4
Health:
HP: 20
@@ -235,6 +246,7 @@ C5:
Cost: 70
Description: Technician
Unit:
Mobile:
Speed: 4
Health:
HP: 20
@@ -252,6 +264,7 @@ C6:
Cost: 70
Description: Technician
Unit:
Mobile:
Speed: 4
Health:
HP: 20
@@ -269,6 +282,7 @@ C7:
Cost: 70
Description: Technician
Unit:
Mobile:
Speed: 4
Health:
HP: 20
@@ -285,6 +299,7 @@ C8:
Cost: 70
Description: Technician
Unit:
Mobile:
Speed: 4
Health:
HP: 20
@@ -302,6 +317,7 @@ C9:
Cost: 70
Description: Technician
Unit:
Mobile:
Speed: 4
Health:
HP: 20
@@ -319,6 +335,7 @@ C10:
Cost: 70
Description: Technician
Unit:
Mobile:
Speed: 4
Health:
HP: 20

View File

@@ -11,6 +11,7 @@ MCV:
Selectable:
Priority: 3
Unit:
Mobile:
Speed: 6
Health:
HP: 600
@@ -44,6 +45,7 @@ HARV:
PipColor: Green
Capacity: 28
Unit:
Mobile:
Speed: 6
Health:
HP: 600
@@ -63,6 +65,7 @@ APC:
Description: Armored Personnel Carrier
LongDesc: Tough infantry transport.\n Strong vs Infantry, Light Vehicles\n Weak vs Tanks, Aircraft
Unit:
Mobile:
ROT: 5
Speed: 15
Health:
@@ -93,6 +96,7 @@ ARTY:
Description: Artillery
LongDesc: Long-range artillery.\n Strong vs Infantry, Buildings\n Weak vs Tanks, Aircraft
Unit:
Mobile:
ROT: 2
Speed: 6
Health:
@@ -117,6 +121,7 @@ FTNK:
Description: Flame Tank
LongDesc: Heavily armored flame-throwing vehicle.\n Strong vs Infantry, Buildings\n Weak vs Aircraft
Unit:
Mobile:
ROT: 5
Speed: 9
Health:
@@ -142,6 +147,7 @@ BGGY:
Description: Nod Buggy
LongDesc: Fast scout & anti-infantry vehicle.\n Strong vs Infantry\n Weak vs Tanks, Aircraft
Unit:
Mobile:
ROT: 10
Speed: 18
Health:
@@ -169,6 +175,7 @@ BIKE:
Description: Recon Bike
LongDesc: Fast scout vehicle, armed with \nrockets.\n Strong vs Vehicles, Aircraft\n Weak vs Infantry
Unit:
Mobile:
ROT: 10
Speed: 20
Health:
@@ -197,6 +204,7 @@ JEEP:
Description: Hum-Vee
LongDesc: Fast scout & anti-infantry vehicle.\n Strong vs Infantry\n Weak vs Tanks, Aircraft
Unit:
Mobile:
ROT: 10
Speed: 15
Health:
@@ -224,6 +232,7 @@ LTNK:
Description: Light Tank
LongDesc: Light Tank, good for scouting.\n Strong vs Light Vehicles\n Weak vs Tanks, Aircraft
Unit:
Mobile:
Speed: 9
Health:
HP: 300
@@ -254,6 +263,7 @@ MTNK:
Description: Medium Tank
LongDesc: General-Purpose GDI Tank.\n Strong vs Tanks, Light Vehicles\n Weak vs Infantry, Aircraft
Unit:
Mobile:
Speed: 9
Health:
HP: 400
@@ -284,6 +294,8 @@ HTNK:
Description: Mammoth Tank
LongDesc: Heavily armored GDI Tank.\n Strong vs Everything
Unit:
Mobile:
Crushes: wall, heavywall
Speed: 3
Health:
HP: 600
@@ -306,8 +318,6 @@ HTNK:
Explodes:
Weapon: UnitExplodeSmall
EmptyWeapon: UnitExplodeSmall
Mobile:
Crushes: wall, heavywall
MSAM:
Inherits: ^Tank
@@ -320,6 +330,7 @@ MSAM:
Description: Rocket Launcher
LongDesc: Long range artillery.\n Strong vs Infantry, Buildings\n Weak vs Tanks, Aircraft
Unit:
Mobile:
Speed: 6
Health:
HP: 120
@@ -349,6 +360,7 @@ MLRS:
Description: SSM Launcher
LongDesc: Long range artillery.\n Strong vs Infantry, Aircraft\n Weak vs Tanks, Aircraft
Unit:
Mobile:
Speed: 6
Health:
HP: 120
@@ -374,6 +386,7 @@ STNK:
Description: Stealth Tank
LongDesc: Missile tank that can bend light around \nitself to become invisible\n Strong vs Infantry, Aircraft\n Weak vs Tanks
Unit:
Mobile:
Speed: 15
Health:
HP: 110
@@ -402,6 +415,7 @@ TRAN:
Description: Chinook Transport
LongDesc: Fast Infantry Transport Helicopter.\n Unarmed
Unit:
MobileAir:
InitialFacing: 20
ROT: 5
Speed: 15
@@ -430,6 +444,7 @@ HELI:
Description: Apache Longbow
LongDesc: Helicopter Gunship with AG Missiles.\n Strong vs Buildings, Tanks\n Weak vs Infantry
Unit:
MobileAir:
InitialFacing: 20
ROT: 4
Speed: 20
@@ -459,6 +474,7 @@ ORCA:
Description: Orca
LongDesc: Helicopter Gunship with AG Missiles.\n Strong vs Buildings, Tanks\n Weak vs Infantry
Unit:
MobileAir:
InitialFacing: 20
ROT: 4
Speed: 20
@@ -480,6 +496,7 @@ C17:
LZRange: 1
Inherits: ^Plane
Unit:
Plane:
ROT: 5
Speed: 25
Health:
@@ -498,6 +515,7 @@ C17:
A10:
Inherits: ^Plane
Unit:
Plane:
ROT: 4
Speed: 25
Health: