1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/hele_temple.xml
Mythos_Ruler 6325a1eafe Adjusting build times.
This was SVN commit r8588.
2010-11-13 06:27:00 +00:00

25 lines
734 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_temple">
<Identity>
<Civ>hele</Civ>
<SpecificName>Naos</SpecificName>
<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>220</BuildTime>
</Cost>
<Health>
<Max>2200</Max>
</Health>
<VisualActor>
<Actor>structures/hellenes/temple_new.xml</Actor>
</VisualActor>
<Footprint>
<Square width="19.0" depth="31.5"/>
<Height>12.0</Height>
</Footprint>
<Obstruction>
<Static width="17.5" depth="30.0"/>
</Obstruction>
</Entity>