1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/hele_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

31 lines
900 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_temple">
<Identity>
<Civ>hele</Civ>
<SpecificName>Anaktoron</SpecificName>
<IconSheet>snPortraitSheetHele</IconSheet>
<History>The Hellenes built marvelous temples in order to honour their polytheistic pantheon. While all gods were venerated, a specific patron deity was supposed to watch over each polis.</History>
</Identity>
<Cost>
<BuildTime>44</BuildTime>
</Cost>
<Health>
<Max>2200</Max>
</Health>
<VisualActor>
<Actor>structures/hellenes/temple_new.xml</Actor>
</VisualActor>
<Footprint>
<Square width="17.5" depth="30.0"/>
<Height>12.0</Height>
</Footprint>
<Obstruction>
<Static width="17.5" depth="30.0"/>
</Obstruction>
<TrainingQueue>
<Entities datatype="tokens">
units/hele_support_healer
</Entities>
</TrainingQueue>
</Entity>