1
0
forked from 0ad/0ad

Mauryan support elephant

This was SVN commit r12032.
This commit is contained in:
Pureon 2012-06-27 19:53:16 +00:00
parent d4a44a6128
commit 0b55844452
3 changed files with 92 additions and 2 deletions

View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Mesh">
<animations>
<animation file="quadraped/elephant_idle_01.dae" name="Idle" speed="50"/>
<animation file="quadraped/elephant_idle_02.psa" name="Idle" speed="50"/>
<animation file="quadraped/elephant_walk_01.psa" name="Walk" speed="50"/>
<animation file="quadraped/elephant_run_01.psa" name="Run" speed="50"/>
<animation event="0.5" file="quadraped/elephant_attack_01.psa" name="Melee" speed="50"/>
<animation event="0.5" file="quadraped/elephant_attack_02.psa" name="Melee" speed="50"/>
<animation event="0.5" file="quadraped/elephant_attack_03.psa" name="Melee" speed="50"/>
<animation file="quadraped/elephant_death_01.psa" name="Death" speed="100"/>
</animations>
<mesh>skeletal/elephant_asian.dae</mesh>
</variant>
</group>
<group>
<variant frequency="1" name="Blanket-1-hide-brown">
<texture>skeletal/kart_su2_ele_a.dds</texture>
</variant>
<variant frequency="1" name="Blanket-1-hide-gray">
<texture>skeletal/kart_su2_ele_b.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="Run">
<props>
<prop actor="particle/dust_cav.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

View File

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_support">
<Armour>
<Hack>10.0</Hack>
<Pierce>10.0</Pierce>
<Crush>15.0</Crush>
</Armour>
<Cost>
<Resources>
<food>400</food>
<metal>100</metal>
</Resources>
</Cost>
<Footprint>
<Circle radius="3.5"/>
<Height>6.0</Height>
</Footprint>
<Health>
<Max>400</Max>
</Health>
<Identity>
<Civ>maur</Civ>
<Classes datatype="tokens">Elephant</Classes>
<GenericName>Support Elephant</GenericName>
<SpecificName>Support Elephant</SpecificName>
<Icon>units/cart_champion_cavalry.png</Icon>
<History>Support Elephant.</History>
<Tooltip>Support Elephant.
Mobile dropsite.</Tooltip>
</Identity>
<ResourceDropsite>
<Types>food wood stone metal</Types>
</ResourceDropsite>
<Selectable>
<Overlay>
<Texture>
<MainTexture>circle/256x256.png</MainTexture>
<MainTextureMask>circle/256x256_mask.png</MainTextureMask>
</Texture>
</Overlay>
</Selectable>
<UnitMotion>
<WalkSpeed>7.0</WalkSpeed>
<Run>
<Speed>14.0</Speed>
</Run>
</UnitMotion>
<Vision>
<Range>80</Range>
</Vision>
<VisualActor>
<Actor>units/mauryans/support_elephant.xml</Actor>
</VisualActor>
</Entity>