diff --git a/ra.yaml b/ra.yaml new file mode 100644 index 0000000000..c6e03e0b9b --- /dev/null +++ b/ra.yaml @@ -0,0 +1,17 @@ +# +# Red Alert rules +# + +Vehicles: + V2RL: + Buildable: { Description="V2 Rocket", Prerequisites=[weap,dome], TechLevel=4, Cost=700, + LongDesc="Long-range rocket artillery.\n Strong vs Infantry, Buildings\n Weak vs Tanks, Aircraft" } + Unit: { HP=150, Armor=light, Crewed=yes, Voice=VehicleVoice } + Mobile: { Sight=5, ROT=5, Speed=7, UMT=Track } + AttackBase: { Primary=SCUD, Ammo=1 } + RenderUnitReload: {} + AutoTarget: {} + Repairable: {} + Chronoshiftable: {} + Passenger: {} + IronCurtainable: {} \ No newline at end of file