0ad/binaries/data/mods/public/simulation/templates/structures/athen_prytaneion.xml

55 lines
1.6 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_special">
<BuildRestrictions>
<Category>Council</Category>
</BuildRestrictions>
<Cost>
<BuildTime>200</BuildTime>
<Resources>
<food>0</food>
<wood>0</wood>
<stone>100</stone>
<metal>200</metal>
</Resources>
</Cost>
<Footprint replace="">
<Circle radius="16.0"/>
<Height>8.0</Height>
</Footprint>
<Health>
<Max>2000</Max>
</Health>
<Identity>
<Civ>athen</Civ>
<GenericName>Council Chamber</GenericName>
<SpecificName>Prytaneîon</SpecificName>
<Tooltip>Train heroes. Research special technologies.</Tooltip>
<History>The Prytaneion is the meeting place for the city elders to dine and to make swift decisions.</History>
<Icon>structures/tholos.png</Icon>
</Identity>
<Obstruction>
<Static width="24.0" depth="30.0"/>
</Obstruction>
<Sound>
<SoundGroups>
<select>interface/select/building/sel_tholos.xml</select>
<constructed>interface/complete/building/complete_tholos.xml</constructed>
<death>attack/destruction/building_collapse_large.xml</death>
</SoundGroups>
</Sound>
<ProductionQueue>
<BatchTimeModifier>0.7</BatchTimeModifier>
<Entities datatype="tokens">
units/athen_hero_themistocles
units/athen_hero_pericles
units/athen_hero_iphicrates
</Entities>
<Technologies datatype="tokens">
hellenes/special_long_walls
hellenes/special_iphicratean_reforms
</Technologies>
</ProductionQueue>
<VisualActor>
<Actor>structures/athenians/prytaneion.xml</Actor>
</VisualActor>
</Entity>