1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/entities/structures/celt_barracks.xml
2008-09-18 04:38:42 +00:00

39 lines
1002 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_structure_military_barracks"
>
<Traits>
<Id>
<Specific>Gwersyllty</Specific>
<Civ>Celts</Civ>
<History>I could not find any evidence of a central military structure, but I?m giving them one for gameplay reasons. Their training would have been performed in an open area, and on the battle field. They would have been housed in their home. The blacksmith would probably have been a part of the blacksmith?s home. The men were responsible for making or scavengering their own weapons.</History>
</Id>
<Population>
<Add>7</Add>
</Population>
</Traits>
<Actor>structures/celts/barracks.xml</Actor>
<Actions>
<Create>
<List>
<Train>
<Infantry_Spearman_B />
<Infantry_Javelinist_B />
<Cavalry_Javelinist_B />
<Cavalry_Spearman_B />
<Cavalry_Swordsman_B />
</Train>
</List>
</Create>
</Actions>
</Entity>