0ad/binaries/data/mods/public/simulation/templates/structures/gaul_blacksmith.xml
Mythos_Ruler cd7b56faa4 Updated the name of "Porus" on Punjab 1.
Updated some Blacksmith templates with histories.

Made a new "pikeman" template to use with pike units. Made pikemen have
extra high armor, but pretty low attack. Basically they'd be used as the
ultimate meat-shield.

Cleaned up some stuff.

Made us of Pureon's new technology portraits.

This was SVN commit r13527.
2013-07-02 00:04:05 +00:00

15 lines
823 B
XML

<?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>
<VisualActor>
<Actor>structures/celts/blacksmith.xml</Actor>
</VisualActor>
</Entity>