0ad/binaries/data/mods/public/simulation/templates/structures/maur_temple.xml
Mythos_Ruler daf572eb43 Temporary Blacksmith structures for prototyping and playtesting.
Lots of new techs. Healing techs. Vision for outpost. "Conscription"
tech boosts batch training speed. Implemented Macedonian "Hellenistic
Metropolis" special tech.

Testing placing Champions in the barracks (unlocked with a tech). Try
this out with the Macedonians.

Reduced archer attack damage. Reduced cost of healer.

Lots of other stuff.

This was SVN commit r13400.
2013-05-12 07:23:05 +00:00

23 lines
647 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_temple">
<Footprint>
<Square width="16.0" depth="30.5"/>
<Height>12.0</Height>
</Footprint>
<Health>
<SpawnEntityOnDeath>rubble/rubble_stone_4x4</SpawnEntityOnDeath>
</Health>
<Identity>
<Civ>maur</Civ>
<SpecificName>Devalaya</SpecificName>
<History>Temple.</History>
</Identity>
<Obstruction>
<Static width="15.0" depth="30.5"/>
</Obstruction>
<VisualActor>
<Actor>structures/mauryans/temple.xml</Actor>
<FoundationActor>structures/fndn_4x6.xml</FoundationActor>
</VisualActor>
</Entity>