0ad/binaries/data/mods/public/simulation/templates/structures/rome_blacksmith.xml
2013-09-15 08:55:28 +00:00

17 lines
527 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_blacksmith">
<Identity>
<Civ>rome</Civ>
<SpecificName>Armamentarium</SpecificName>
<History>The Roman army stored and repaired its equipment in the armamentarium of the camp.</History>
</Identity>
<ProductionQueue>
<Technologies datatype="tokens">
-pair_inf_armor_04
</Technologies>
</ProductionQueue>
<VisualActor>
<Actor>structures/romans/blacksmith.xml</Actor>
</VisualActor>
</Entity>