1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/pers_apadana.xml
2011-12-15 04:24:24 +00:00

47 lines
1.7 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="32.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 Heroes and their "Immortals" bodyguards. Build Limit: 1.</Tooltip>
</Identity>
<Obstruction>
<Static width="30.0" depth="30.0"/>
</Obstruction>
<TerritoryInfluence>
<Root>true</Root>
<Radius>38</Radius>
</TerritoryInfluence>
<TrainingQueue>
<Entities datatype="tokens">
units/pers_hero_cyrus
units/pers_hero_darius
units/pers_hero_xerxes
units/pers_champion_infantry
</Entities>
</TrainingQueue>
<VisualActor>
<Actor>structures/persians/sb1_new.xml</Actor>
<FoundationActor>structures/fndn_6x6.xml</FoundationActor>
</VisualActor>
</Entity>