1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/units/hele_ship.xml
Ykkrosh 75b291931d Actor reorganisation
This was SVN commit r2763.
2005-09-23 03:54:51 +00:00

27 lines
512 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_unit_support_fem">
<Traits>
<Id
civ_code="hele"
civ="Hellenes"
internal_only="false"
specific="Temporary Ship"
history="This is a 'female' temporary ship, feel free to delete/tweak this entity file at any time."
/>
<Anchor
type="Water"
/>
<Health
bar_height="12.0"
/>
</Traits>
<Footprint radius="5.0" height="5.0"/>
<Actor>temp/ship.xml</Actor>
</Entity>