0ad/binaries/data/mods/official/entities/structures/hele_civil_centre.xml

34 lines
705 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
parent="template_structure_civic_civil_centre"
>
<Traits>
<Id>
<Specific>Apoikia</Specific>
<Civ>Hellenes</Civ>
<History>During the Great Colonisation, the Hellenes built numerous colonies all over the shores of the Mediterranean and Black Seas, which became miniature versions of Greece on foreign soil.</History>
</Id>
</Traits>
<Actions>
<Create>
<List>
<Unit>
<Infantry_Spearman_B />
<Infantry_Javelinist_B />
<Cavalry_Swordsman_B />
</Unit>
</List>
</Create>
</Actions>
<Actor>structures/hellenes/civil_centre.xml</Actor>
</Entity>