1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/rome_barracks.xml
Mythos_Ruler 616ed1e366 A bunch of Roman template and actor stuff.
Added siege weapons.

This was SVN commit r10837.
2011-12-31 05:15:57 +00:00

20 lines
626 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_barracks">
<Identity>
<Civ>rome</Civ>
<SpecificName>Castra</SpecificName>
<History>Romans specialised in the building of military camps and forts. A few of them still survive.</History>
</Identity>
<TrainingQueue>
<Entities datatype="tokens">
units/rome_infantry_swordsman_b
units/rome_infantry_spearman_a
units/rome_infantry_javelinist_b
units/rome_cavalry_spearman_b
</Entities>
</TrainingQueue>
<VisualActor>
<Actor>structures/romans/barracks.xml</Actor>
</VisualActor>
</Entity>