forked from mirrors/0ad
[gameplay-a24] Lower cost of briton special tech for grain gather rate
The technology introduced in 586b045d09 for gauls is a bit overprised.
This is lowering the price to the original cost of rotarymill and
lowering gain a bit more because the tech is not just gobal but
available in phase earlier. Also it is "almost" half on cost and effect
of the current phase II tech which is available for everyone.
Differential Revision: D3253
Reviewed by: borg-
This was SVN commit r24460.
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"genericName": "Harvesting Machine",
|
||||
"description": "The Gauls invented an harvesting machine, making it much easier to harvest grain.",
|
||||
"cost": { "food": 0, "wood": 400, "stone": 0, "metal": 200 },
|
||||
"cost": { "food": 0, "wood": 200, "stone": 0, "metal": 100 },
|
||||
"requirements": {
|
||||
"all": [
|
||||
{ "tech": "phase_town" },
|
||||
@@ -15,9 +15,9 @@
|
||||
"requirementsTooltip": "Unlocked in Town Phase.",
|
||||
"icon": "plow.png",
|
||||
"researchTime": 50,
|
||||
"tooltip": "Workers +15% grain gather rate.",
|
||||
"tooltip": "Workers +10% grain gather rate.",
|
||||
"modifications": [
|
||||
{ "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.15 }
|
||||
{ "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.10 }
|
||||
],
|
||||
"affects": ["Worker"],
|
||||
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"
|
||||
|
||||
Reference in New Issue
Block a user