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

View File

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

View File

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

View File

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