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

21 lines
971 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_blacksmith">
<Cost>
<PopulationBonus>4</PopulationBonus>
</Cost>
<Identity>
<Civ>brit</Civ>
<SpecificName>Amoridas</SpecificName>
<History>Figured to have it represent an armory; these were common, and not all Celts (truthfully, not even most) had to provide their own weapons. Just, they had to provide their own GOOD weapons and armor, but mass-produced spears and javelins and shields were distributed freely at need. The possession of a armory by the local lord was considered quite prestigious among the Celts, especially the larger examples found in Gaul that could maintain armies.</History>
</Identity>
<ProductionQueue>
<Technologies datatype="tokens">
-pair_inf_armor_03
-pair_inf_armor_04
</Technologies>
</ProductionQueue>
<VisualActor>
<Actor>structures/celts/blacksmith.xml</Actor>
</VisualActor>
</Entity>