Index: ps/trunk/binaries/data/mods/public/simulation/data/civs/spart.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/civs/spart.json +++ ps/trunk/binaries/data/mods/public/simulation/data/civs/spart.json @@ -30,7 +30,7 @@ { "Name":"The Agoge", "History":"Spartans were housed and trained from a young age to be superlative warriors and to endure any hardship a military life can give them.", - "Description":"+25% health for spear infantry, but also +10% train time." + "Description":"Champion Infantry Spearmen +25% health, but +5% training time." } ], "Heroes": Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/hellenes/spartans_agoge.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/hellenes/spartans_agoge.json +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/hellenes/spartans_agoge.json @@ -1,16 +1,21 @@ { "genericName": "The Agoge", "description": "Spartans were housed and trained from a young age to be superlative warriors and to endure any hardship a military life can give them.", - "cost": { "food": 500, "wood": 0, "stone": 0, "metal": 500 }, - "requirements": { "all": [{ "tech": "phase_city" }, { "civ": "spart" }] }, + "cost": { "food": 500, "wood": 0, "stone": 0, "metal": 200 }, + "requirements": { + "all": [ + { "tech": "phase_city" }, + { "civ": "spart" } + ] + }, "requirementsTooltip": "Unlocked in City Phase.", "icon": "agoge.png", "researchTime": 60, - "tooltip": "+25% health for spear infantry, but also +10% train time.", + "tooltip": "Champion Infantry Spearmen +25% health, but +5% training time.", "modifications": [ - { "value": "Health/Max", "multiply": 1.25 }, - { "value": "Cost/BuildTime", "multiply": 1.1 } + { "value": "Cost/BuildTime", "multiply": 1.05 }, + { "value": "Health/Max", "multiply": 1.25 } ], - "affects": ["Infantry Spearman"], + "affects": ["Champion Infantry Spearman"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" }