1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_unit_mechanical_ship.xml
Matei 6578c2c05c Added the new entities.
This was SVN commit r3251.
2005-12-15 22:58:31 +00:00

31 lines
436 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_mechanical"
>
<Traits>
<Id>
<Generic>Ship</Generic>
<Classes>Ship, WarShip</Classes>
</Id>
<Anchor>
<Type>Water</Type>
</Anchor>
<Footprint>
<Radius>5.0</Radius>
<Height>5.0</Height>
</Footprint>
<Health>
<Bar_Height>12.0</Bar_Height>
</Health>
</Traits>
</Entity>