1
0
forked from 0ad/0ad

Persian Scythed Chariot

This was SVN commit r10372.
This commit is contained in:
ShieldBearer 2011-10-08 15:43:11 +00:00
parent 8b88ae6302
commit 90cac1b7b0
7 changed files with 67 additions and 4 deletions

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>props/pers_chariot_e_emblem.dae</mesh>
<texture>props/pers_faravahar.png</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<group>
<variant>
<mesh>structural/pers_chariot_e.dae</mesh>
<props>
<prop actor="props/units/pers_chariot_e_emblem.xml" attachpoint="root"/>
</props>
<texture>structural/pers_chariot_e.png</texture>
</variant>
</group>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/pers_cavalry_archer_a">
<Armour>
<Hack>6.0</Hack>
<Pierce>10.0</Pierce>
<Crush>12.0</Crush>
</Armour>
<Attack>
<Ranged>
<Pierce>45.0</Pierce>
<MaxRange>64.0</MaxRange>
<MinRange>12.0</MinRange>
</Ranged>
</Attack>
<Health>
<Max>210</Max>
</Health>
<Identity>
<Rank>Elite</Rank>
</Identity>
<Promotion disable=""/>
<ResourceGatherer>
<BaseSpeed>0.5</BaseSpeed>
</ResourceGatherer>
<UnitMotion>
<WalkSpeed>9.0</WalkSpeed>
<Run>
<Speed>27.0</Speed>
</Run>
</UnitMotion>
<VisualActor>
<Actor>units/persians/pers_chariot_archer_e.xml</Actor>
</VisualActor>
</Entity>