1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/entities/structures/hele_theatron.xml

28 lines
900 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_structure_special">
<Traits>
<Id>
<Specific>Theatron</Specific>
<Civ>Hellenes</Civ>
<History>Greek theatres were places where the immortal tragedies of Aeschylus, Sophocles and many other talented dramatists were staged to the delight of the populace. They were instrumental in enriching Hellenic culture.</History>
<Tooltip>Build one of these to take advantage of the Hellenisation civ bonus.</Tooltip>
</Id>
<Creation>
<Foundation>foundation_5x5</Foundation>
<Time>110</Time>
<Resource>
<Wood>200</Wood>
<Stone>500</Stone>
</Resource>
</Creation>
<Health>
<Max>5500</Max>
</Health>
<Footprint>
<Radius>26.0</Radius>
<Height>8.0</Height>
</Footprint>
</Traits>
<Actor>structures/hellenes/special_theatre.xml</Actor>
</Entity>