1
0
forked from 0ad/0ad

Carthaginian entity tweaks. Made Super Dock construct biremes and quinqueremes. Adjusted cost and health for embassies. Made the commercial port less expensive.

This was SVN commit r10161.
This commit is contained in:
Michael D. Hafer 2011-09-01 19:30:56 +00:00
parent 48aabdf177
commit e2ad017092
7 changed files with 21 additions and 5 deletions

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_dock">
<Cost>
<Resources>
<wood>200</wood>
</Resources>
</Cost>
<Footprint>
<Square width="34.0" depth="23.0"/>
<Height>8.0</Height>

View File

@ -2,7 +2,7 @@
<Entity parent="template_structure_military_barracks">
<Cost>
<PopulationBonus>0</PopulationBonus>
<BuildTime>150</BuildTime>
<BuildTime>120</BuildTime>
<Resources>
<wood>200</wood>
<stone>0</stone>
@ -12,6 +12,9 @@
<Square width="16.0" depth="13.0"/>
<Height>11.0</Height>
</Footprint>
<Health>
<Max>1200</Max>
</Health>
<Identity>
<Civ>cart</Civ>
<GenericName>Embassy</GenericName>

View File

@ -2,7 +2,7 @@
<Entity parent="template_structure_military_barracks">
<Cost>
<PopulationBonus>0</PopulationBonus>
<BuildTime>150</BuildTime>
<BuildTime>200</BuildTime>
<Resources>
<wood>0</wood>
<stone>200</stone>
@ -12,6 +12,9 @@
<Square width="16.0" depth="16.0"/>
<Height>12.0</Height>
</Footprint>
<Health>
<Max>2000</Max>
</Health>
<Identity>
<Civ>cart</Civ>
<GenericName>Embassy</GenericName>

View File

@ -12,6 +12,9 @@
<Square width="13" depth="15.5"/>
<Height>12.0</Height>
</Footprint>
<Health>
<Max>1500</Max>
</Health>
<Identity>
<Civ>cart</Civ>
<GenericName>Embassy</GenericName>

View File

@ -10,7 +10,7 @@
<GenericName>Naval Harbour</GenericName>
<SpecificName>/Naval Harbour/</SpecificName>
<History>The structure is based upon the centre island of the inner harbour constructed to house the war fleet of the Carthaginian navy at Carthage.</History>
<Tooltip>Constructs and repairs warships.</Tooltip>
<Tooltip>Construct and repair mighty warships.</Tooltip>
<Icon>structures/dock.png</Icon>
</Identity>
<Cost>
@ -45,7 +45,9 @@
<TerritoryInfluence disable=""/>
<TrainingQueue>
<Entities datatype="tokens">
units/cart_ship_bireme
units/cart_ship_trireme
units/cart_ship_quinquereme
</Entities>
</TrainingQueue>
<Vision>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship_trireme">
<Entity parent="template_unit_mechanical_ship_bireme">
<Identity>
<Civ>cart</Civ>
<SpecificName>Bireme</SpecificName>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship_trireme">
<Entity parent="template_unit_mechanical_ship_quinquereme">
<Identity>
<Civ>cart</Civ>
<SpecificName>Quinquereme</SpecificName>