1
0
forked from 0ad/0ad

This was SVN commit r6699.

This commit is contained in:
Michael D. Hafer 2009-02-21 08:28:45 +00:00
parent d563e32b61
commit dfc9ba3f47
4 changed files with 22 additions and 44 deletions

View File

@ -1,38 +1,29 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_mechanical"
>
<Entity Parent="template_unit_mechanical">
<Traits>
<Id>
<Generic>Ship</Generic>
<Classes>Ship, WarShip</Classes>
</Id>
<Anchor>
<Type>Water</Type>
</Anchor>
<Footprint>
<Width>6.0</Width>
<Depth>30.0</Depth>
<Height>8.0</Height>
</Footprint>
<Health>
<BarHeight>12.0</BarHeight>
</Health>
<Stamina>
<BarHeight>12.3</BarHeight>
</Stamina>
<Vision>
<Los>10</Los>
</Vision>
</Traits>
<Actions>
<Attack>
<Charge>

View File

@ -5,7 +5,7 @@
<Id>
<Generic>Bireme</Generic>
<Icon_Cell>39</Icon_Cell>
<Tooltip>Warship. </Tooltip>
<Tooltip>Warship.</Tooltip>
</Id>
<Creation>
<Resource>
@ -14,9 +14,9 @@
</Resource>
</Creation>
<Armour>
<Hack>400.0</Hack>
<Pierce>500.0</Pierce>
<Crush>250.0</Crush>
<Hack>15.0</Hack>
<Pierce>15.0</Pierce>
<Crush>15.0</Crush>
</Armour>
</Traits>
</Entity>

View File

@ -1,16 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_mechanical_ship"
>
<Entity Parent="template_unit_mechanical_ship">
<Traits>
<Id>
<Generic>Quinquereme</Generic>
<Icon_Cell>41</Icon_Cell>
</Id>
<Creation>
<Resource>
@ -19,13 +13,12 @@
</Resource>
</Creation>
<Armour>
<Hack>750.0</Hack>
<Pierce>600.0</Pierce>
<Crush>450.0</Crush>
<Hack>25.0</Hack>
<Pierce>25.0</Pierce>
<Crush>15.0</Crush>
</Armour>
<Vision>
<Los>14</Los>
</Vision>
</Traits>
</Entity>

View File

@ -1,15 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_mechanical_ship"
>
<Entity Parent="template_unit_mechanical_ship">
<Traits>
<Id>
<Generic>Trireme</Generic>
<Icon_Cell>40</Icon_Cell>
</Id>
<Creation>
<Resource>
@ -18,13 +13,12 @@
</Resource>
</Creation>
<Armour>
<Hack>500.0</Hack>
<Pierce>600.0</Pierce>
<Crush>500.0</Crush>
<Hack>20.0</Hack>
<Pierce>20.0</Pierce>
<Crush>15.0</Crush>
</Armour>
<Vision>
<Los>12</Los>
</Vision>
</Traits>
</Entity>