[Gameplay] Han - adjust farming techs to the standard 20%

accepted by : @real_tabasco_sauce

Differential revision: https://code.wildfiregames.com/D4720
This was SVN commit r26979.
This commit is contained in:
marder 2022-06-22 17:03:31 +00:00
parent 00e29977dc
commit b4155900d3
3 changed files with 6 additions and 6 deletions

View file

@ -15,9 +15,9 @@
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "flood_control.png",
"researchTime": 70,
"tooltip": "Workers +25% rice gather rate.",
"tooltip": "Workers +20% rice gather rate.",
"modifications": [
{ "value": "ResourceGatherer/Rates/food.rice", "multiply": 1.25 }
{ "value": "ResourceGatherer/Rates/food.rice", "multiply": 1.2 }
],
"affects": ["Worker"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"

View file

@ -14,9 +14,9 @@
"requirementsTooltip": "Unlocked in Village Phase.",
"icon": "torsion_springs.png",
"researchTime": 50,
"tooltip": "Workers +25% rice gather rate.",
"tooltip": "Workers +20% rice gather rate.",
"modifications": [
{ "value": "ResourceGatherer/Rates/food.rice", "multiply": 1.25 }
{ "value": "ResourceGatherer/Rates/food.rice", "multiply": 1.2 }
],
"affects": ["Worker"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"

View file

@ -15,9 +15,9 @@
"requirementsTooltip": "Unlocked in Town Phase.",
"icon": "irrigation.png",
"researchTime": 60,
"tooltip": "Workers +25% rice gather rate.",
"tooltip": "Workers +20% rice gather rate.",
"modifications": [
{ "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.25 }
{ "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.2 }
],
"affects": ["Worker"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"