move champ walk speed to p1

This commit is contained in:
real_tabasco_sauce 2024-08-29 19:20:21 -07:00
parent d668402184
commit fe306f8da1

View File

@ -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 }