1
0
forked from 0ad/0ad

Update to Zagros Mountains.xml

Persian siege ram placeholder.

This was SVN commit r10648.
This commit is contained in:
Michael D. Hafer 2011-11-30 16:14:31 +00:00
parent afdfd51d31
commit 405ae7b4fc
3 changed files with 55 additions and 2 deletions

Binary file not shown.

View File

@ -8,6 +8,7 @@
<TrainingQueue>
<Entities datatype="tokens">
units/pers_champion_cavalry
units/pers_mechanical_siege_ram
</Entities>
</TrainingQueue>
<VisualActor>

View File

@ -0,0 +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>