mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
[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:
parent
00e29977dc
commit
b4155900d3
3 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue