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

24 lines
519 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_special">
<Identity>
<SpecificName>Gymnasion</SpecificName>
<IconCell>63</IconCell>
</Identity>
<Cost>
<Resources>
<stone>200</stone>
<metal>200</metal>
</Resources>
</Cost>
<Health>
<Max>2200</Max>
</Health>
<VisualActor>
<Actor>structures/hellenes/special_gym.xml</Actor>
</VisualActor>
<Footprint>
<Square width="22.0" depth="24.0"/>
<Height>8.0</Height>
</Footprint>
</Entity>