0ad/binaries/data/mods/public/simulation/templates/structures/spart_blacksmith.xml
Mythos_Ruler daf572eb43 Temporary Blacksmith structures for prototyping and playtesting.
Lots of new techs. Healing techs. Vision for outpost. "Conscription"
tech boosts batch training speed. Implemented Macedonian "Hellenistic
Metropolis" special tech.

Testing placing Champions in the barracks (unlocked with a tech). Try
this out with the Macedonians.

Reduced archer attack damage. Reduced cost of healer.

Lots of other stuff.

This was SVN commit r13400.
2013-05-12 07:23:05 +00:00

18 lines
580 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_blacksmith">
<Cost>
<BuildTime>220</BuildTime>
</Cost>
<Health>
<Max>2200</Max>
</Health>
<Identity>
<Civ>spart</Civ>
<SpecificName>Khalkeîon</SpecificName>
<History>The Strategeion was the main military headquarters, where important decisions were taken and plans for battles discussed by the Hellene Generals, or "Strategoi".</History>
</Identity>
<VisualActor>
<Actor>structures/hellenes/blacksmith.xml</Actor>
</VisualActor>
</Entity>