0ad/binaries/data/mods/public/entities/structures/hele_civil_centre.xml
2009-06-20 21:26:47 +00:00

38 lines
800 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_structure_civic_civil_centre"
>
<Traits>
<Id>
<Specific>Agora</Specific>
<Civ>Hellenes</Civ>
<History>The most important place in most Classical Greek poleis, the Agora served many purposes - it was a place for public speeches and was the stage for civic life and commercial interests.</History>
</Id>
<Creation>
<Time>66</Time>
</Creation>
<Health>
<Max>3300</Max>
</Health>
</Traits>
<Actions>
<Create>
<List>
<Train>
<Infantry_Spearman_B />
<Infantry_Javelinist_B />
<Cavalry_Swordsman_B />
</Train>
</List>
</Create>
</Actions>
<Actor>structures/hellenes/civic_centre_new.xml</Actor>
</Entity>