1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/hele_tholos.xml

43 lines
1.2 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_special">
<Identity>
<Civ>hele</Civ>
<SpecificName>Tholos</SpecificName>
<Tooltip>Train Heroes and research Special Technologies.</Tooltip>
<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>
<Icon>structures/tholos.png</Icon>
</Identity>
<Cost>
<BuildTime>220</BuildTime>
<Resources>
<food>0</food>
<wood>0</wood>
<stone>100</stone>
<metal>200</metal>
</Resources>
</Cost>
<Health>
<Max>2200</Max>
</Health>
<VisualActor>
<Actor>structures/hellenes/tholos.xml</Actor>
</VisualActor>
<Footprint replace="">
2010-08-28 07:32:36 +02:00
<Circle radius="10.5"/>
<Height>8.0</Height>
</Footprint>
<Obstruction>
<Static width="20.0" depth="20.0"/>
</Obstruction>
<TrainingQueue>
<Entities datatype="tokens">
units/hele_hero_alexander
units/hele_hero_demetrius
units/hele_hero_leonidas
units/hele_hero_philip
units/hele_hero_themistocles
units/hele_hero_xenophon
</Entities>
</TrainingQueue>
</Entity>