1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/hele_theatron.xml
Ykkrosh cdcee291cf Convert all remaining entity template data to new file format.
Add dummy component implementations for new data.
Partly support multiple weapons for a single unit.

This was SVN commit r7547.
2010-05-15 21:07:52 +00:00

31 lines
1011 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_special">
<Identity>
<Civ>hele</Civ>
<SpecificName>Theatron</SpecificName>
<Tooltip>Build one of these to take advantage of the Hellenisation civ bonus.</Tooltip>
<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>
</Identity>
<Cost>
<BuildTime>110</BuildTime>
<Resources>
<wood>200</wood>
<stone>500</stone>
</Resources>
</Cost>
<Health>
<Max>5500</Max>
</Health>
<VisualActor>
<Actor>structures/hellenes/special_theatre.xml</Actor>
<FoundationActor>structures/fndn_theatron.xml</FoundationActor>
</VisualActor>
<Footprint replace="">
<Circle radius="26.0"/>
<Height>8.0</Height>
</Footprint>
<Obstruction>
<Static width="52.0" depth="52.0"/>
</Obstruction>
</Entity>