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

23 lines
619 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="19.0"/>
<Height>12.0</Height>
</Footprint>
<Health>
<SpawnEntityOnDeath>rubble/rubble_4x4</SpawnEntityOnDeath>
</Health>
<Identity>
<Civ>maur</Civ>
<SpecificName>Devalaya</SpecificName>
<History>Temple.</History>
</Identity>
<Obstruction>
<Static width="17.5" depth="17.5"/>
</Obstruction>
<VisualActor>
<Actor>structures/mauryans/temple.xml</Actor>
<FoundationActor>structures/fndn_4x4.xml</FoundationActor>
</VisualActor>
</Entity>