Index: binaries/data/mods/public/simulation/data/technologies/successors/special_war_horses.json =================================================================== --- binaries/data/mods/public/simulation/data/technologies/successors/special_war_horses.json +++ binaries/data/mods/public/simulation/data/technologies/successors/special_war_horses.json @@ -4,15 +4,28 @@ "sele": "Nisioi" }, "description": "The now-extinct Nisian breed of horse was one of the largest and robust horses of ancient times. They were highly sought after by the Seleucids and Persians as both rider and mount gained heavier armor as time progressed.", - "cost": { "food": 200, "wood": 0, "stone": 0, "metal": 200 }, - "requirements": { "all": [{ "tech": "phase_city" }, { "any": [{ "civ": "sele" }, { "civ": "pers" }] }] }, + "cost": { "food": 400, "wood": 0, "stone": 0, "metal": 200 }, + "requirements": { + "all": [ + { "tech": "phase_city" }, + { + "any": [ + { "civ": "pers" }, + { "civ": "sele" } + ] + } + ] + }, "requirementsTooltip": "Unlocked in City Phase.", "icon": "nisean_war_horses.png", "researchTime": 60, - "tooltip": "All cavalry +20% health.", + "tooltip": "Champion Cavalry Spearmen +25% health, but also +10% food cost.", "modifications": [ - { "value": "Health/Max", "multiply": 1.2 } + { "value": "Cost/Resources/stone", "multiply": 1.1 }, + { "value": "Health/Max", "multiply": 1.25 }, + { "value": "Loot/food", "add": 2 }, + { "value": "Loot/xp", "multiply": 1.2 } ], - "affects": ["Cavalry"], + "affects": ["Champion Cavalry Spearman"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" }