Index: binaries/data/mods/public/simulation/data/technologies/reformed_army_sele.json =================================================================== --- binaries/data/mods/public/simulation/data/technologies/reformed_army_sele.json +++ binaries/data/mods/public/simulation/data/technologies/reformed_army_sele.json @@ -2,6 +2,9 @@ "pair": "pair_unlock_champions_sele", "genericName": "Reform Army", "description": "The Roman-style core of the Seleucid army.", + "cost": { + "food": 600 + }, "requirements": { "all": [ { "tech": "phase_city" }, @@ -10,6 +13,7 @@ }, "requirementsTooltip": "Unlocked in City Phase.", "icon": "helmet_corinthian_crest.png", + "researchTime": 60, "tooltip": "Unlock the Champion Infantry Swordsman.", "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } Index: binaries/data/mods/public/simulation/data/technologies/traditional_army_sele.json =================================================================== --- binaries/data/mods/public/simulation/data/technologies/traditional_army_sele.json +++ binaries/data/mods/public/simulation/data/technologies/traditional_army_sele.json @@ -2,6 +2,9 @@ "pair": "pair_unlock_champions_sele", "genericName": "Traditional Army", "description": "The Macedonian-style core of the Seleucid army.", + "cost": { + "food": 600 + }, "requirements": { "all": [ { "tech": "phase_city" }, @@ -10,6 +13,7 @@ }, "requirementsTooltip": "Unlocked in City Phase.", "icon": "helmet_corinthian_crest.png", + "researchTime": 60, "tooltip": "Unlock the Champion Infantry Pikeman.", "soundComplete": "interface/alarm/alarm_upgradearmory.xml" }