Index: spartans_agoge.json =================================================================== --- spartans_agoge.json +++ 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": 300, "wood": 0, "stone": 0, "metal": 300 }, + "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 +10% training time.", "modifications": [ { "value": "Health/Max", "multiply": 1.25 }, { "value": "Cost/BuildTime", "multiply": 1.1 } ], - "affects": ["Infantry Spearman"], + "affects": ["Champion Infantry Spearman"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" }