1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_structure_economic_farmstead.xml

48 lines
858 B
XML
Raw Normal View History

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_structure_economic">
<Traits
Extant="true"
>
<Id>
<Internal_Only />
<Generic>Farmstead</Generic>
<Icon_Cell>49</Icon_Cell>
<Classes>Village</Classes>
<Rollover>The Farmstead is the centre for food gathering operations. Fields and Corrals must be built at lots adjacent to it.</Rollover>
</Id>
<Creation>
<Foundation>foundation_3x3</Foundation>
</Creation>
<Footprint>
<Width>12.0</Width>
<Depth>12.0</Depth>
<Height>8.0</Height>
</Footprint>
<Garrison>
<Max>5</Max>
</Garrison>
<Health>
<Max>50</Max>
</Health>
<Auras>
<Dropsite>
<Radius>50</Radius>
<Types>
<Food/>
</Types>
</Dropsite>
</Auras>
</Traits>
</Entity>