From 06dfd3eaa01043e1c65c9cfaff4f0ae1b2dda162 Mon Sep 17 00:00:00 2001 From: Angen Date: Sun, 27 Dec 2020 15:46:00 +0000 Subject: [PATCH] [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. --- .../data/technologies/gather_farming_harvester.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/binaries/data/mods/public/simulation/data/technologies/gather_farming_harvester.json b/binaries/data/mods/public/simulation/data/technologies/gather_farming_harvester.json index adbed9e655..ce9bea65c8 100644 --- a/binaries/data/mods/public/simulation/data/technologies/gather_farming_harvester.json +++ b/binaries/data/mods/public/simulation/data/technologies/gather_farming_harvester.json @@ -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"