0ad/binaries/data/mods/public/simulation/templates/structures/celt_temple.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
579 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_temple">
<Identity>
<Civ>celt</Civ>
<SpecificName>Addoldy</SpecificName>
<IconSheet>snPortraitSheetCelt</IconSheet>
<History>Classical Historians gave account to gruesome sacrifices done in dark forest groves. Trees were of great importance to the Celts. The word Druid is closely related to the word for oak.</History>
</Identity>
<Cost>
<PopulationBonus>2</PopulationBonus>
</Cost>
<VisualActor>
<Actor>structures/celts/temple.xml</Actor>
</VisualActor>
</Entity>