Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/attack_steel_working.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/attack_steel_working.json (revision 20684) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/attack_steel_working.json (revision 20685) @@ -1,17 +1,20 @@ { "genericName": "Steel Working", "specificName": { "maur": "Wootz Steel", "iber": "Toledo Steel" }, "description": "Secret steel working techniques give sword blades distinctive and beautiful markings. Not only that, but the steel's hardness is unparalleled.", "cost": { "food": 0, "wood": 200, "stone": 0, "metal": 200 }, "requirements": { "all": [{ "tech": "phase_city" }, { "any": [{ "civ": "iber" }, { "civ": "maur" }] }] }, "requirementsTooltip": "Unlocked in City Phase.", "icon": "metalworker.png", "researchTime": 60, - "tooltip": "+20% Hack attack for all sword units.", - "modifications": [{ "value": "Attack/Melee/Hack", "multiply": 1.2 }], + "tooltip": "+20% Hack attack for all swordsmen and macemen.", + "modifications": [ + { "value": "Attack/Melee/Hack", "multiply": 1.2 }, + { "value": "Attack/Melee/Crush", "multiply": 1.2 } + ], "affects": ["Sword", "Maceman"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" }