1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_structure_military_dock.xml
Alexander 7eaa6d3454 Territorial limits applied
This was SVN commit r5244.
2007-07-14 06:15:19 +00:00

48 lines
877 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_structure_military"
>
<Traits>
<Id>
<Internal_Only />
<Generic>Dock</Generic>
<Icon_Cell>57</Icon_Cell>
<Classes>Town</Classes>
<Rollover>Naval vessels are manufactured at this building. A Dock must be built on the shoreline of a body of water.</Rollover>
</Id>
<Creation>
<Resource>
<Wood>200</Wood>
<Stone>100</Stone>
</Resource>
</Creation>
<Creation>
<Foundation>foundation_4x4</Foundation>
<BuildingLimitCategory>Dock</BuildingLimitCategory>
</Creation>
<Footprint>
<Width>18.0</Width>
<Depth>18.0</Depth>
<Height>8.0</Height>
</Footprint>
<Health>
<Max>600</Max>
</Health>
<Population>
<Add>15</Add>
</Population>
</Traits>
</Entity>