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

34 lines
734 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_structure_civic_civil_centre"
>
<Traits>
<Id>
<Specific>Satrapy</Specific>
<Civ>Persians</Civ>
<History>Possibly of Median origin, the word 'satrapy' means province. Soon after coming to the throne, Darius the Great carried out a vast administrative reform, dividing the huge empire into 20 satrapies governed by satraps.</History>
</Id>
</Traits>
<Actor>structures/persians/civil_centre.xml</Actor>
<Actions>
<Create>
<List>
<Unit>
<Infantry_Spearman_B />
<Infantry_Archer_B />
<Cavalry_Javelinist_B />
</Unit>
</List>
</Create>
</Actions>
</Entity>