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

18 lines
397 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_special">
<Identity>
<SpecificName>Tholos</SpecificName>
<IconCell>24</IconCell>
</Identity>
<Health>
<Max>2200</Max>
</Health>
<VisualActor>
<Actor>structures/hellenes/tholos.xml</Actor>
</VisualActor>
<Footprint>
<Circle radius="10.0"/>
<Height>8.0</Height>
</Footprint>
</Entity>