0ad/binaries/data/mods/public/simulation/templates/structures/gaul_blacksmith.xml

21 lines
971 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_blacksmith">
<Cost>
<PopulationBonus>4</PopulationBonus>
</Cost>
<Identity>
<Civ>gaul</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>