1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/celt_temple.xml
Mythos_Ruler 94460f6994 Moved the rest of the props to Public with MOVE command.
Moved Persian Cataphract and War Elephant to Public.

This was SVN commit r9653.
2011-06-24 04:25:02 +00:00

26 lines
761 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>
<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>