0ad/binaries/data/mods/public/simulation/templates/gaia/fauna_hawk.xml
Mythos_Ruler f7c1b73a01 Some more tweaks for the Seleucids.
Updated portraits.

This was SVN commit r14485.
2014-01-02 23:24:18 +00:00

30 lines
802 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_decorative">
<Position>
<Altitude>0</Altitude>
<Anchor>upright</Anchor>
<Floating>false</Floating>
<TurnRate>1.0</TurnRate>
</Position>
<VisualActor>
<Actor>fauna/hawk.xml</Actor>
</VisualActor>
<UnitAI>
<RoamDistance>1000.0</RoamDistance>
</UnitAI>
<UnitMotion disable="" />
<UnitMotionFlying>
<MaxSpeed>15.0</MaxSpeed>
<TakeoffSpeed>1.0</TakeoffSpeed>
<LandingSpeed>5.0</LandingSpeed>
<AccelRate>5.0</AccelRate>
<SlowingRate>5.0</SlowingRate>
<BrakingRate>5.0</BrakingRate>
<TurnRate>0.5</TurnRate>
<OvershootTime>2.0</OvershootTime>
<FlyingHeight>40.0</FlyingHeight>
<ClimbRate>4.0</ClimbRate>
<DiesInWater>false</DiesInWater>
</UnitMotionFlying>
</Entity>