1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/other/plane.xml
Mythos_Ruler a64f1356cb P-51 Mustang
This was SVN commit r9676.
2011-06-27 00:26:33 +00:00

40 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit">
<Identity>
<Civ>hele</Civ>
<SpecificName>Aeroplane</SpecificName>
<History>This may be anachronistic.</History>
</Identity>
<VisualActor>
<Actor>units/global/plane.xml</Actor> <!-- only using this because its flaming projectiles look nice -->
</VisualActor>
<Vision>
<Range>80</Range>
</Vision>
<Obstruction disable=""/>
<UnitMotion disable=""/>
<Position>
<TurnRate>1.0</TurnRate>
</Position>
<UnitMotionFlying>
<MaxSpeed>40.0</MaxSpeed>
<AccelRate>15.0</AccelRate>
<TurnRate>1.0</TurnRate>
<OvershootTime>2.0</OvershootTime>
<FlyingHeight>50.0</FlyingHeight>
<ClimbRate>5.0</ClimbRate>
</UnitMotionFlying>
<Attack>
<Ranged>
<Hack>0.0</Hack>
<Pierce>100.0</Pierce>
<Crush>25.0</Crush>
<MaxRange>48</MaxRange>
<MinRange>24</MinRange>
<ProjectileSpeed>60.0</ProjectileSpeed>
<PrepareTime>0</PrepareTime>
<RepeatTime>2000</RepeatTime>
</Ranged>
</Attack>
</Entity>