1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_structure_economic_mill.xml
pyrolink 50e5e9acd9 # Aura and territory rendering
-Auras now take additional parameters from XML, containing a tag for r,
g, b, and a.  No line thickness parameter yet.
-For territories, added function to frustum for determining if line
segment passes through the frustum.

This was SVN commit r4242.
2006-08-25 06:04:33 +00:00

54 lines
987 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_structure_economic"
>
<Traits>
<Id>
<Internal_Only />
<Generic>Mill</Generic>
<Icon_Cell>52</Icon_Cell>
<Classes>Village</Classes>
<Rollover>A Mill must be constructed near a source of Wood, Stone or Ore in order to collect them. It also provides technologies that improve gathering of these resources.</Rollover>
</Id>
<Creation>
<TerritoryRestriction>All</TerritoryRestriction>
<Foundation>foundation_3x3</Foundation>
</Creation>
<Footprint>
<Width>12.0</Width>
<Depth>12.0</Depth>
<Height>8.0</Height>
</Footprint>
<Health>
<Max>50</Max>
</Health>
<Auras>
<Dropsite>
<Radius>50</Radius>
<Types>
<Wood/>
<Stone/>
<Ore/>
</Types>
<r>0.1</r>
<g>0.2</g>
<b>1.0</b>
<a>0.4</a>
</Dropsite>
</Auras>
</Traits>
</Entity>