1
0
forked from 0ad/0ad
0ad/binaries/data/mods/internal/simulation/templates/structures/cart_temple.xml
2010-07-03 01:23:23 +00:00

29 lines
915 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_temple">
<Identity>
<Civ>cart</Civ>
<SpecificName>Miqdáš</SpecificName>
<History>What little we know of the Carthaginian religion has be pieced together from scattered sources. Tanit, a fertility goddess, was one of two principle gods in the Carthaginian pantheon, the other being her consort Ba'al, a deity of Phoenician origin.</History>
</Identity>
<Cost>
<Resources>
<stone>400</stone>
</Resources>
</Cost>
<VisualActor>
<Actor>structures/carthaginians/temple_big.xml</Actor>
</VisualActor>
<Footprint>
<Square width="17.0" depth="30.0"/>
<Height>12.0</Height>
</Footprint>
<Obstruction>
<Static width="17.0" depth="30.0"/>
</Obstruction>
<TrainingQueue>
<Entities datatype="tokens">
units/cart_super_infantry
</Entities>
</TrainingQueue>
</Entity>