1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/pers_apadana.xml
Mythos_Ruler b56692a2c7 #Roman Temple by Enrique.
Some stuff.

This was SVN commit r10533.
2011-11-14 04:19:32 +00:00

40 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_special">
<Cost>
<BuildTime>300</BuildTime>
<Resources>
<food>0</food>
<wood>0</wood>
<stone>300</stone>
<metal>200</metal>
</Resources>
</Cost>
<Footprint>
<Square width="28.0" depth="32.0"/>
<Height>8.0</Height>
</Footprint>
<Health>
<Max>3000</Max>
</Health>
<Identity>
<Civ>pers</Civ>
<GenericName>Persian Palace</GenericName>
<SpecificName>Apadana</SpecificName>
<History>The term Apadana designates a large hypostyle palace found in Persia. The best known example, and by far the largest, was the great Apadana at Persepolis. Functioning as the empire's central audience hall, the palace is famous for the reliefs of the tribute-bearers and of the army, including the Immortals. The annual tribute that the Persians received from their satrapies and vassal states, as regularised by Darius the Great, accounted for incredible annual revenue.</History>
<Icon>structures/palace.png</Icon>
<Tooltip>"Satrapy Tribute": Gain a trickle of Food, Wood, Stone, and Metal resources. Train Persian Immortals. Build Limit: 1.</Tooltip>
</Identity>
<Obstruction>
<Static width="28.0" depth="32.0"/>
</Obstruction>
<TrainingQueue>
<Entities datatype="tokens">
units/pers_champion_infantry
</Entities>
</TrainingQueue>
<VisualActor>
<Actor>structures/persians/sb1_new.xml</Actor>
<FoundationActor>structures/fndn_6x6.xml</FoundationActor>
</VisualActor>
</Entity>