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

29 lines
683 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_special">
<Identity>
<Civ>hele</Civ>
<SpecificName>Theatron</SpecificName>
</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>