; ******* Unit Statistics ******* ; Specifies the characteristics of the various game objects. ; Ammo = number of rounds carried between reloads [-1 means unlimited] (def=-1) ; Armor = the armor type of this object [none,wood,light,heavy,concrete] (def=none) ; Cloakable = Is it equipped with a cloaking device (def=no)? ; Cost = cost to build object (in credits) ; Explodes = Does it explode violently when destroyed [i.e., does it do collateral damage] (def=no)? ; GuardRange = distance to scan for enemies to attack (def=use weapon range) ; Image = name of graphic data to use for this object (def=same as object identifier) ; Invisible = Is completely and always invisible to enemy (def=no)? ; Owner = who can build this [Allies or Soviet] (def="allies,soviet", i.e., all) ; Points = point value for scoring purposes (def=0) ; Prerequisite = list of buildings needed before this can be manufactured (def=no requirement) ; Primary = primary weapon equipped with (def=none) ; Secondary = secondary weapon equipped with (def=none) ; ROT = Rate Of Turn for body (if present) and turret (if present) (def=0) ; Reload = time delay between reloads (def=0) ; SelfHealing = Does the object heal automatically up to half strength (def=no)? ; Sight = sight range, in cells (def=1) ; Strength = strength (hit points) of this object ; TechLevel = tech level required to build this [-1 means can't build] (def=-1) ; Sensors = Has sensors to detect nearby cloaked objects (def=no)? ; DoubleOwned = Can be built/owned by all countries in a multiplayer game (def=no)? ; <<< applies only to infantry types >>> ; C4 = Equipped with building sabotage explosives [presumes Infiltrate is true] (def=no)? ; Fraidycat = Is it inherently afraid and will panic easily (def=no)? ; Infiltrate = Can it enter a building like a spy or thief (def=no)? ; IsCanine = Should special case dog logic be applied to this? ; <<< applies only to moving units (not buildings) >>> ; Passengers = number of passengers it may carry (def=0) ; Speed = speed of this object [n/a for buildings] (def=0) ; <<< applies only to terrestrial driving vehicle types >>> ; Crushable = Can it be crushed by a heavy tracked vehicle (def=no)? ; Tracked = Is this vehicle tracked [as opposed to wheeled] (def=no)? ; NoMovingFire = The vehicle must stop before it can fire (def=no)? ; <<< applies only to building types >>> ; BaseNormal = Considered for building adjacency checks (def=yes)? ; Adjacent = distance allowed to place from other buildings (def=1) ; Bib = Should the building have an attached bib (def=no)? ; Capturable = Can this building be infiltrated by a spy/engineer (def=no)? ; Crewed = Does it contain a crew that can escape (def=no)? ; Power = power output [positive for output, negative for drain] (def=0) ; Powered = Does it require power to function (def=no)? ; Repairable = Can it be repaired (def=yes)? ; Storage = the number of credits this building can store (def=0) ; Unsellable = Cannot sell this building (even if it can be built)? ; WaterBound = Is this building placed on water only (def=no)? ; Iran has added the following setting to RA ; Crusher= ;Yes or No whether it can crush infantry ; ******* terrestrial driving vehicle types ******* ; Warning I have commented out Name= as I've read use of it ; more than three times or possibly at all may crash RA ; Image= might also be a crash risk ; Ants are only in some missions so you must define them. ; Image= is not neccessary for ants. ; Also [Mandible] must be defined in weapons section [ANT1] ;Image=ANT1 ;Name=Warrior Ant ;Should be Giant Ant Primary=Mandible Strength=125 Armor=heavy TechLevel=-1 Sight=3 Speed=8 Cost=700 Points=40 ROT=8 Tracked=yes Crewed=no NoMovingFire=yes GuardRange=5 [ANT2] ;Image=ANT2 Primary=FireballLauncher ;Name=Fire Ant Strength=75 Armor=heavy TechLevel=-1 Sight=3 Speed=8 Cost=700 Points=40 ROT=6 Tracked=yes Crewed=no NoMovingFire=yes [ANT3] ;Image=ANT3 ;Name=Scout Ant ;Should be Warrior Ant Primary=TeslaZap ; The Ant missions change TeslaZap to be a variation of Mandible ; May want to just use the following: ; Primary=PortaTesla Strength=85 Armor=light TechLevel=-1 Sight=3 Speed=7 Cost=700 Points=40 ROT=9 Tracked=yes Crewed=no NoMovingFire=yes GuardRange=5 ; Phase Transport [STNK] Prerequisite=weap,atek Primary=APTusk Strength=200 Armor=heavy TechLevel=-1 Sight=5 Speed=10 Owner=allies,soviet Cost=800 Points=25 ROT=5 Tracked=yes Passengers=1 Cloakable=yes SelfHealing=no ; Chrono Tank [CTNK] Prerequisite=atek Primary=APTusk Strength=350 Armor=light TechLevel=12 Sight=5 Speed=5 Owner=allies Cost=2400 Points=25 ROT=5 Tracked=yes ; Tesla Tank [TTNK] Prerequisite=tsla Primary=TTankZap Strength=110 Armor=light TechLevel=8 Sight=7 Speed=8 Owner=soviet Cost=1500 Points=30 ROT=5 Tracked=yes Crewed=yes NoMovingFire=yes ; Demolition Truck [DTRK] Prerequisite=mslo Primary=Democharge Strength=110 Armor=light TechLevel=13 Sight=3 Speed=8 Owner=allies,soviet Cost=2400 Points=5 ROT=5 Explodes=yes ; M.A.D. Tank [QTNK] Prerequisite=stek Primary=none Strength=300 Armor=heavy TechLevel=10 Sight=6 Speed=3 Owner=soviet Cost=2300 Points=60 ROT=5 Tracked=yes Crewed=no ; SCUD launcher [V2RL] Prerequisite=weap,dome Primary=SCUD Strength=150 Armor=light TechLevel=4 Sight=5 Speed=7 Owner=soviet Cost=700 Points=40 ROT=5 Tracked=yes Ammo=1 Crewed=yes NoMovingFire=yes ; light tank [1TNK] Prerequisite=weap Primary=75mm Strength=300 Armor=heavy TechLevel=4 Sight=4 Speed=9 Owner=allies Cost=700 Points=30 ROT=5 Tracked=yes Crewed=yes ; heavy tank [3TNK] Prerequisite=weap Primary=105mm Secondary=105mm Strength=400 Armor=heavy TechLevel=4 Sight=5 Speed=7 Owner=soviet Cost=950 Points=50 ROT=5 Tracked=yes Crewed=yes ; medium tank [2TNK] Prerequisite=weap Primary=90mm Strength=400 Armor=heavy TechLevel=6 Sight=5 Speed=8 Owner=allies Cost=800 Points=40 ROT=5 Tracked=yes Crewed=yes ; Mammoth tank [4TNK] Prerequisite=weap,stek Primary=120mm Secondary=MammothTusk Strength=600 Armor=heavy TechLevel=10 Sight=6 Speed=4 Owner=soviet Cost=1700 Points=60 ROT=5 Tracked=yes SelfHealing=yes Crewed=yes ; mobile radar jammer [MRJ] Prerequisite=weap,dome Strength=110 Armor=light TechLevel=12 Sight=7 Speed=9 Owner=allies Cost=600 Points=30 ROT=5 Tracked=yes Crewed=yes ; mobile gap generator [MGG] Prerequisite=weap,atek Strength=110 Armor=light TechLevel=11 Sight=4 Speed=9 Owner=allies Cost=600 Points=40 ROT=5 Crewed=yes ; mobile artillery [ARTY] Prerequisite=weap Primary=155mm Strength=75 Armor=light TechLevel=8 Sight=5 Speed=6 Owner=allies Cost=600 Points=35 ROT=2 Tracked=yes Crewed=yes NoMovingFire=yes ; harvester [HARV] Prerequisite=weap,proc Strength=600 Armor=heavy TechLevel=1 Sight=4 Speed=6 Owner=allies,soviet Cost=1400 Points=55 ROT=5 Tracked=yes Crewed=yes SelfHealing=yes ; Mobile Construction Vehicle [MCV] Prerequisite=weap,fix Strength=600 Armor=light TechLevel=11 Sight=4 Speed=6 Owner=allies,soviet Cost=2500 Points=60 ROT=5 Crewed=yes ; Ranger (as in "Ford", not "W.W. II Commando") [JEEP] Prerequisite=weap Primary=M60mg Strength=150 Armor=light TechLevel=3 Sight=6 Speed=10 Owner=allies Cost=600 Points=20 ROT=10 Crewed=yes ; Armored Personnel Carrier [APC] Prerequisite=weap,tent Primary=M60mg Strength=200 Armor=heavy TechLevel=5 Sight=5 Speed=10 Owner=allies Cost=800 Points=25 ROT=5 Tracked=yes Passengers=5 ; mine layer [MNLY] Prerequisite=weap,fix Strength=100 Armor=heavy TechLevel=3 Sight=5 Speed=9 Owner=allies,soviet Cost=800 Points=50 ROT=5 Tracked=yes Ammo=5 ; number of mines carried Crewed=yes ; convoy truck [TRUK] Strength=110 Armor=light Owner=soviet,allies TechLevel=-1 Sight=3 Speed=10 Cost=500 Points=5 ROT=5 Passengers=1