0ad/binaries/data/mods/public/simulation/templates/structures/rome_temple.xml
Mythos_Ruler 38130e5b94 Brit woman can build rotary mill now.
Spartan commando can build the Theatron now.

Sibylline Books tech from Roman Wonder to Roman Temple.

This was SVN commit r15256.
2014-06-01 04:13:19 +00:00

24 lines
876 B
XML

<?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>
<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>
<ProductionQueue>
<Technologies datatype="tokens">
romans/vision_sibylline
</Technologies>
</ProductionQueue>
<VisualActor>
<Actor>structures/romans/temple.xml</Actor>
</VisualActor>
</Entity>