1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/cart_dock.xml
Enrique 51f5025b96 Added custom docks rubbles with ao for each civ except Mauryans.
Fixed Hellenic dock origin
Added custom decal for celt docks

This was SVN commit r12857.
2012-11-14 04:24:59 +00:00

30 lines
1023 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_dock">
<Cost>
<Resources>
<wood>150</wood>
</Resources>
</Cost>
<Footprint>
<Square width="34.0" depth="23.0"/>
<Height>8.0</Height>
</Footprint>
<Health>
<SpawnEntityOnDeath>rubble/rubble_kart_dock</SpawnEntityOnDeath>
</Health>
<Identity>
<Civ>cart</Civ>
<GenericName>Commercial Port</GenericName>
<SpecificName>Namel</SpecificName>
<History>The Carthaginians were famous for their sea trade. Carthage itself had an entire harbour dedicated to nothing more than commercial sea trade.</History>
<Tooltip>Construct fishing boats to gather meat and merchant ships to trade with other docks.</Tooltip>
</Identity>
<Obstruction>
<Static width="30.0" depth="19.0"/>
</Obstruction>
<VisualActor>
<Actor>structures/carthaginians/dock.xml</Actor>
<FoundationActor>structures/fndn_6x4_dock.xml</FoundationActor>
</VisualActor>
</Entity>