0ad/binaries/data/mods/public/simulation/templates/template_structure_military.xml
Mythos_Ruler f5f0bc701a Completely changed the "Stockbreeding" tech.
Fixed the 'Conscription' tech. It should work as advertised now.

Added some classes to the structures.

Reduced archer bonus vs. cav spears by 50%.

Moves Iphicratean Reforms from the Athenian Trireme to the Athenian
Dock.

This was SVN commit r13403.
2013-05-12 21:30:01 +00:00

18 lines
407 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>10</Hack>
<Pierce>25</Pierce>
<Crush>10</Crush>
<Foundation>
<Hack>5</Hack>
<Pierce>12</Pierce>
<Crush>5</Crush>
</Foundation>
</Armour>
<Identity>
<GenericName>Military Structure</GenericName>
<Classes datatype="tokens">Military</Classes>
</Identity>
</Entity>