0ad/binaries/data/mods/public/entities/structures/hele_tholos.xml

49 lines
1.1 KiB
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>
<Creation>
<Time>44</Time>
<Resource>
<Food>0</Food>
<Wood>0</Wood>
<Stone>100</Stone>
<Metal>200</Metal>
</Resource>
</Creation>
<Health>
<Max>2200</Max>
</Health>
</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>