1
0
forked from 0ad/0ad

# Assyrian Ram

This was SVN commit r10663.
This commit is contained in:
ShieldBearer 2011-12-03 13:00:44 +00:00
parent fe91f37673
commit f4821d9230
4 changed files with 68 additions and 52 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<group>
<variant>
<mesh>structural/pers_siege_ram.dae</mesh>
<texture>structural/assyrian_ram.png</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

View File

@ -1,52 +1,52 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_siege_ram">
<Armour>
<Pierce>20.0</Pierce>
<Crush>10.0</Crush>
</Armour>
<Attack>
<Melee>
<Crush>50.0</Crush>
</Melee>
<Charge>
<Crush>100.0</Crush>
</Charge>
</Attack>
<Cost>
<BuildTime>25</BuildTime>
<Resources>
<wood>200</wood>
<metal>100</metal>
</Resources>
</Cost>
<Footprint replace="">
<Square width="6.75" depth="10.0"/>
<Height>3.0</Height>
</Footprint>
<GarrisonHolder>
<Max>3</Max>
<EjectHealth>0.1</EjectHealth>
<List datatype="tokens">Support Infantry</List>
<BuffHeal>1</BuffHeal>
</GarrisonHolder>
<Health>
<Max>250</Max>
</Health>
<Identity>
<Civ>iber</Civ>
<GenericName>Assyrian Siege Ram</GenericName>
<SpecificName>Athuriya Hamaranakuba</SpecificName>
<Tooltip>Siege Ram.</Tooltip>
<History>Even after the fall of the Neo-Assyrian Empire, the Assyrians themselves remained active in events. Under the Achaemenids they served in their own national regiments together with the Chaldeans. Naturally, they continued to employ the siege skills that made Assyria so famous in Persian service.</History>
<Icon>units/iber_mechanical_siege_ram.png</Icon>
</Identity>
<Obstruction>
<Unit radius="3.75"/>
</Obstruction>
<UnitMotion>
<WalkSpeed>8.0</WalkSpeed>
</UnitMotion>
<VisualActor>
<Actor>structures/iberians/siege_ram.xml</Actor>
</VisualActor>
</Entity>
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_siege_ram">
<Armour>
<Pierce>20.0</Pierce>
<Crush>10.0</Crush>
</Armour>
<Attack>
<Melee>
<Crush>50.0</Crush>
</Melee>
<Charge>
<Crush>100.0</Crush>
</Charge>
</Attack>
<Cost>
<BuildTime>25</BuildTime>
<Resources>
<wood>200</wood>
<metal>100</metal>
</Resources>
</Cost>
<Footprint replace="">
<Square width="6.75" depth="10.0"/>
<Height>3.0</Height>
</Footprint>
<GarrisonHolder>
<Max>3</Max>
<EjectHealth>0.1</EjectHealth>
<List datatype="tokens">Support Infantry</List>
<BuffHeal>1</BuffHeal>
</GarrisonHolder>
<Health>
<Max>250</Max>
</Health>
<Identity>
<Civ>iber</Civ>
<GenericName>Assyrian Siege Ram</GenericName>
<SpecificName>Athuriya Hamaranakuba</SpecificName>
<Tooltip>Siege Ram.</Tooltip>
<History>Even after the fall of the Neo-Assyrian Empire, the Assyrians themselves remained active in events. Under the Achaemenids they served in their own national regiments together with the Chaldeans. Naturally, they continued to employ the siege skills that made Assyria so famous in Persian service.</History>
<Icon>units/iber_mechanical_siege_ram.png</Icon>
</Identity>
<Obstruction>
<Unit radius="3.75"/>
</Obstruction>
<UnitMotion>
<WalkSpeed>8.0</WalkSpeed>
</UnitMotion>
<VisualActor>
<Actor>structures/persians/siege_ram.xml</Actor>
</VisualActor>
</Entity>