0ad/binaries/data/mods/public/simulation/templates/structures/rome_temple.xml

19 lines
748 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_temple">
<Footprint>
<Square width="19.0" depth="31.5"/>
<Height>12.0</Height>
</Footprint>
<Identity>
<Civ>rome</Civ>
2012-02-13 23:35:21 +01:00
<SpecificName>Aedes</SpecificName>
<History>Roman temples in general were not meant for congregational worship. Instead the temple housed a statue of whatever deity the temple was dedicated to and what was needed to carry out the ceremonial and cultic practice necessary for worship. Any actual worship activity was performed outside.</History>
</Identity>
<Obstruction>
<Static width="17.5" depth="30.0"/>
</Obstruction>
<VisualActor>
<Actor>structures/romans/temple.xml</Actor>
</VisualActor>
</Entity>