forked from mirrors/0ad
[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:
+2
-2
@@ -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"
|
||||
|
||||
+2
-2
@@ -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"
|
||||
|
||||
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user