0ad/binaries/data/mods/public/simulation/templates/structures/celt_mill.xml
fcxSanya 2ecbfa81c3 Simulation templates sorting. See #801.
This was SVN commit r9936.
2011-07-30 20:09:46 +00:00

14 lines
676 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_economic_mill">
<Cost>
<PopulationBonus>2</PopulationBonus>
</Cost>
<Identity>
<Civ>celt</Civ>
<SpecificName>Ystordy</SpecificName>
<History>In southern parts of the country, most of the wildwood had been cleared and given way to farming or coppice management. In northern parts, or where the ground was particularly unsuitable for agriculture, wildwood remained, but under constant threat. Land around the farmsteads was usually enclosed by hazel fencing or hedging.</History>
</Identity>
<VisualActor>
<Actor>structures/celts/mill.xml</Actor>
</VisualActor>
</Entity>