1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/structures/hele_barracks.xml

38 lines
755 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_structure_military_barracks"
>
<Traits>
<Id>
<Specific>Strategion</Specific>
<Civ>Hellenes</Civ>
<History>The Strategion was the main military headquarters, where important decisions were taken and plans for battles discussed by the Strategoi.</History>
</Id>
</Traits>
<Actor>structures/hellenes/barracks.xml</Actor>
<Actions>
<Create>
<List>
<Train>
<Infantry_Spearman_B />
<Infantry_Javelinist_B />
<Cavalry_Swordsman_B />
</Train>
<Research>
<Hele_Spearman_Armour_1 />
<Hele_Spearman_Speed_1 />
</Research>
</List>
</Create>
</Actions>
</Entity>