1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/celt_mill.xml
WhiteTreePaladin ae823038bd Added <IconSheet></IconSheet> attribute to entities
Added icon_sheet attribute to GUI interface
Made session GUI reference template.icon_sheet

This was SVN commit r7761.
2010-07-16 02:45:22 +00:00

16 lines
720 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_economic_mill">
<Identity>
<Civ>celt</Civ>
<SpecificName>Ystordy</SpecificName>
<IconSheet>snPortraitSheetCelt</IconSheet>
<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>
<Cost>
<PopulationBonus>2</PopulationBonus>
</Cost>
<VisualActor>
<Actor>structures/celts/mill.xml</Actor>
</VisualActor>
</Entity>