1
0
forked from 0ad/0ad
0ad/binaries/data/mods/internal/entities/structures/pers_barracks.xml
2008-09-18 02:14:05 +00:00

35 lines
793 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_structure_military_barracks">
<Traits>
<Id>
<Specific>Apadana</Specific>
<Civ>Persians</Civ>
<History>The vassal and subject peoples sent representatives to deliver annual tribute to the Great King in Persepolis; the King accepted them in the Apadana ('Audience Hall').</History>
</Id>
</Traits>
<Actions>
<Create>
<List>
<Train>
<Infantry_Spearman_B />
<Infantry_Javelinist_B />
<Infantry_Archer_B />
<Cavalry_Spearman_B />
<Cavalry_Swordsman_B />
<Cavalry_Javelinist_B />
<Cavalry_Archer_B />
</Train>
</List>
</Create>
</Actions>
<Actor>structures/persians/barracks.xml</Actor>
</Entity>