1
0
forked from 0ad/0ad

This was SVN commit r6099.

This commit is contained in:
Michael D. Hafer 2008-06-23 02:45:29 +00:00
parent e943dbf44b
commit 64e61b299a
3 changed files with 17 additions and 4 deletions

View File

@ -21,6 +21,11 @@
<Health>
<Max>200</Max>
</Health>
<Footprint>
<Width>2.0</Width>
<Depth>4.0</Depth>
<Height>2.0</Height>
</Footprint>
</Traits>
<Actions>
<Move>
@ -30,5 +35,5 @@
</Run>
</Move>
</Actions>
<Actor>units/hellenes/mechanical_siege_ballista.xml</Actor>
<Actor>units/hellenes/siege_spear.xml</Actor>
</Entity>

View File

@ -1,6 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_unit_mechanical_siege_onager">
<Actor>units/hellenes/siege_rock.xml</Actor>
<Traits>
<Id>
@ -21,6 +24,11 @@
<Health>
<Max>300</Max>
</Health>
<Footprint>
<Width>3.5</Width>
<Depth>8.0</Depth>
<Height>3.5</Height>
</Footprint>
</Traits>
<Actor>units/hellenes/mechanical_siege_onager.xml</Actor>
</Entity>