0ad/binaries/data/mods/public/simulation/templates/structures/brit_temple.xml
Mythos_Ruler 52af3369ba Britons.
This was SVN commit r11952.
2012-06-09 01:17:27 +00:00

27 lines
784 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_temple">
<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>
<Identity>
<Civ>brit</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>
<Obstruction>
<Static width="22.5" depth="22.5"/>
</Obstruction>
<VisualActor>
<Actor>structures/celts/temple.xml</Actor>
<FoundationActor>structures/fndn_5x5.xml</FoundationActor>
</VisualActor>
</Entity>