1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/cart_dock.xml
2011-08-08 02:38:32 +00:00

22 lines
837 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_dock">
<Footprint>
<Square width="34.0" depth="23.0"/>
<Height>8.0</Height>
</Footprint>
<Identity>
<Civ>cart</Civ>
<GenericName>Commercial Port</GenericName>
<SpecificName>/Commercial Port/</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>Constructs 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>