1
0
forked from 0ad/0ad

Sync new entity definitions with old

This was SVN commit r7435.
This commit is contained in:
Ykkrosh 2010-04-04 20:53:43 +00:00
parent bddb73af13
commit 7a14a3ee90
4 changed files with 51 additions and 5 deletions

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_skittish">
<Identity>
<SpecificName>Wildebeest</SpecificName>
</Identity>
<ResourceSupply>
<Amount>150</Amount>
<Type>food</Type>
<Subtype>meat</Subtype>
</ResourceSupply>
<UnitMotion>
<WalkSpeed>6.0</WalkSpeed>
</UnitMotion>
<VisualActor>
<Actor>fauna/wildebeest.xml</Actor>
</VisualActor>
<Footprint>
<Circle radius="1.8"/>
<Height>1.8</Height>
</Footprint>
</Entity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_super_infantry">
<Identity>
<SpecificName>Argyraspides</SpecificName>
<SpecificName>Hypaspistai</SpecificName>
<IconCell>12</IconCell>
</Identity>
<Cost>
<Resources>
<food>65</food>
<metal>120</metal>
<wood>75</wood>
<metal>50</metal>
</Resources>
</Cost>
<Health>

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="camp_mace_hypaspist">
<Identity>
<SpecificName>Hypaspistai Argyraspis</SpecificName>
<IconCell>12</IconCell>
</Identity>
<Health>
<Max>145</Max>
</Health>
<Armour>
<Hack>10.0</Hack>
<Pierce>13.0</Pierce>
<Crush>15.0</Crush>
</Armour>
<UnitMotion>
<WalkSpeed>5.0</WalkSpeed>
</UnitMotion>
<Attack>
<Hack>20.0</Hack>
<Pierce>24.0</Pierce>
</Attack>
<VisualActor>
<Actor>temp/mace_su1_argyraspis.xml</Actor>
</VisualActor>
</Entity>

View File

@ -11,7 +11,7 @@
<Range>1.0</Range>
<MinRange>1.0</MinRange>
<ProjectileSpeed>28.0</ProjectileSpeed>
<PrepareTime>900</PrepareTime>
<RepeatTime>1500</RepeatTime>
<PrepareTime>1200</PrepareTime>
<RepeatTime>2000</RepeatTime>
</Attack>
</Entity>