0ad/binaries/data/mods/public/entities/structures/hele_tholos.xml
2008-11-25 08:29:38 +00:00

37 lines
923 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_structure_special">
<Traits>
<Id>
<Icon_Cell>24</Icon_Cell>
<Specific>Tholos</Specific>
<Civ>Hellenes</Civ>
<History>The Tholos was the meeting house of the city fathers and official dining hall of the state. Most Greeks cities had a Tholos somewhere within their walls.</History>
<Tooltip>Special Building. Trains Heroes and Researches Special Technologies.</Tooltip>
</Id>
<Footprint>
<Radius>10.0</Radius>
<Height>8.0</Height>
</Footprint>
</Traits>
<Actions>
<Create>
<List>
<Train>
<Hero_Alexander/>
<Hero_Demetrius/>
<Hero_Philip/>
<Hero_Leonidas/>
<Hero_Themistocles/>
<Hero_Xenophon/>
</Train>
<Research>
</Research>
</List>
</Create>
</Actions>
<Actor>structures/hellenes/tholos.xml</Actor>
</Entity>