1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_structure_economic_farmstead.xml
arissa_nightblade 8929e27ace Revised values for XML files. Updated Excel file.
This was SVN commit r4726.
2006-12-29 05:42:23 +00:00

57 lines
981 B
XML

<?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>
<Resource>
<Wood>200</Wood>
</Resource>
</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>
<r>0.1</r>
<g>0.2</g>
<b>1.0</b>
<a>0.4</a>
</Dropsite>
</Auras>
</Traits>
</Entity>