1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/celt_temple.xml
Mythos_Ruler f4e773f7ba Celt Temple costs Wood, not Stone.
Greek Fortress builds the new Greek siege tower.

Females have order acknowledgments. This is a temp solution until we
have dedicated female sounds.

Added verbal acknowledgments to the Priests as well.

Siege Tower stat tweaks.

This was SVN commit r9702.
2011-06-28 01:50:42 +00:00

27 lines
784 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_temple">
<Identity>
<Civ>celt</Civ>
<SpecificName>Addoldy</SpecificName>
<History>Celts built large sanctuaries for feasting and worship. One such structure was the Sanctuary of Corent in modern-day France.</History>
</Identity>
<Cost>
<PopulationBonus>7</PopulationBonus>
<Resources>
<stone>0</stone>
<wood>300</wood>
</Resources>
</Cost>
<Footprint>
<Square width="24.5" depth="24.5"/>
<Height>8.0</Height>
</Footprint>
<Obstruction>
<Static width="22.5" depth="22.5"/>
</Obstruction>
<VisualActor>
<Actor>structures/celts/temple.xml</Actor>
<FoundationActor>structures/fndn_5x5.xml</FoundationActor>
</VisualActor>
</Entity>