1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/units/celt_fanatic.xml
Mythos_Ruler bf403a0e71 Trophy heads for Gallic champ cav.
Names for Cart naval shipyard and Celt fanatic.

Prop points for Roman Fortress.

This was SVN commit r10891.
2012-01-11 12:42:47 +00:00

39 lines
885 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion_infantry_swordsman">
<Armour>
<Hack>1.0</Hack>
<Pierce>1.0</Pierce>
</Armour>
<Attack>
<Melee>
<Hack>30.0</Hack>
</Melee>
<Charge>
<Hack>60.0</Hack>
</Charge>
</Attack>
<Cost>
<Resources>
<food>0</food>
<metal>100</metal>
</Resources>
</Cost>
<Identity>
<Civ>celt</Civ>
<SpecificName>Gaesata</SpecificName>
<Tooltip>Mercenary Champion Swordsman.
Counters Spear Units. Low armour.</Tooltip>
<History>A Celtic fanatic warrior, devoted to war and his Gallic lord.</History>
<Icon>units/celt_fanatic.png</Icon>
</Identity>
<UnitMotion>
<WalkSpeed>11.0</WalkSpeed>
<Run>
<Speed>22.0</Speed>
</Run>
</UnitMotion>
<VisualActor>
<Actor>units/celts/fanatic.xml</Actor>
</VisualActor>
</Entity>