diff --git a/community-mod/simulation/data/technologies/tyrtean_paeans.json b/community-mod/simulation/data/technologies/tyrtean_paeans.json index 7bb679b..eee7ff2 100644 --- a/community-mod/simulation/data/technologies/tyrtean_paeans.json +++ b/community-mod/simulation/data/technologies/tyrtean_paeans.json @@ -2,18 +2,18 @@ "genericName": "Tyrtean Paeans", "description": "Paeans were battle hymns that were sung by the Hoplites when they charged the enemy lines. One of the first known Paeans were composed by Tirteus, a warrior poet of Sparta, during the First Messenian War.", "cost": { - "food": 400, - "metal": 200 + "food": 200, + "metal": 100 }, "requirements": { "all": [ - { "tech": "phase_town" }, + { "tech": "phase_village" }, { "civ": "spart" } ] }, "requirementsTooltip": "Unlocked in Town Phase.", "icon": "walk.png", - "researchTime": 50, + "researchTime": 30, "tooltip": "Champion Melee Infantry +10% movement speed.", "modifications": [ { "value": "UnitMotion/WalkSpeed", "multiply": 1.1 }