1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/template_unit_cavalry.xml
Mythos_Ruler 66bc206a78 Persian Assyrian Ram +50hp.
Celt Fanatic uses round shield instead of buckler.
Neareastern Badlands map preview image.
Rubbles added for Roman market and army camp (though, Army Camp could
use its own custom rubble).
Cavalry meat gathering reduced from 10/sec to 5/sec.
War Dog -20hp.
Gathering rates adjusted for women and men.
Another texture variant for the Mauryan woman.

This was SVN commit r13129.
2013-01-28 01:25:05 +00:00

104 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit">
<Armour>
<Hack>0.0</Hack>
<Pierce>0.0</Pierce>
<Crush>2.0</Crush>
</Armour>
<Attack>
<Slaughter>
<Hack>1000.0</Hack>
<Pierce>0.0</Pierce>
<Crush>0.0</Crush>
<MaxRange>4.0</MaxRange>
</Slaughter>
</Attack>
<Cost>
<Population>1</Population>
<BuildTime>13</BuildTime>
<Resources>
<food>100</food>
</Resources>
</Cost>
<Footprint>
<Circle radius="3.5"/>
<Height>7.5</Height>
</Footprint>
<Health>
<Max>130</Max>
<RegenRate>0.2</RegenRate>
</Health>
<Identity>
<Classes datatype="tokens">Cavalry CitizenSoldier Organic</Classes>
<GenericName>Cavalry</GenericName>
<Rank>Basic</Rank>
</Identity>
<Loot>
<xp>130</xp>
<food>10</food>
<wood>0</wood>
<stone>0</stone>
<metal>0</metal>
</Loot>
<Obstruction>
<Unit radius="1.0"/>
</Obstruction>
<Position>
<Anchor>pitch</Anchor>
</Position>
<Promotion>
<RequiredXp>150</RequiredXp>
</Promotion>
<ResourceGatherer>
<MaxDistance>2.0</MaxDistance>
<BaseSpeed>1.0</BaseSpeed>
<Rates>
<food.meat>5</food.meat>
</Rates>
<Capacities>
<food>30</food>
<wood>30</wood>
<stone>30</stone>
<metal>30</metal>
</Capacities>
</ResourceGatherer>
<Selectable>
<Overlay>
<Texture>
<MainTexture>arrow/256x256.png</MainTexture>
<MainTextureMask>arrow/256x256_mask.png</MainTextureMask>
</Texture>
</Overlay>
</Selectable>
<Sound>
<SoundGroups>
<select>voice/hellenes/civ/civ_male_select.xml</select>
<order_walk>voice/hellenes/civ/civ_male_ack.xml</order_walk>
<order_attack>voice/hellenes/civ/civ_male_attack.xml</order_attack>
<order_gather>voice/hellenes/civ/civ_male_ack.xml</order_gather>
<walk>actor/mounted/movement/walk.xml</walk>
<run>actor/mounted/movement/walk.xml</run>
<attack>attack/weapon/sword.xml</attack>
<death>actor/fauna/death/death_horse.xml</death>
<trained>interface/alarm/alarm_create_cav.xml</trained>
</SoundGroups>
</Sound>
<Stamina>
<Max>2000</Max>
</Stamina>
<StatusBars>
<HeightOffset>6.5</HeightOffset>
</StatusBars>
<UnitMotion>
<WalkSpeed>11.0</WalkSpeed>
<Run>
<Speed>27.5</Speed>
<Range>600.0</Range>
<RangeMin>5.0</RangeMin>
</Run>
</UnitMotion>
<Vision>
<Range>70</Range>
</Vision>
</Entity>