1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_structure_military_dock.xml
2006-02-26 22:10:01 +00:00

40 lines
684 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>
<Foundation>foundation_4x4</Foundation>
<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>