Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_chain_pump.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_chain_pump.json (revision 26978) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_chain_pump.json (revision 26979) @@ -1,24 +1,24 @@ { "genericName": "Chain Pump", "description": "Install a chain pump for improved irrigation.", "cost": { "wood": 400, "metal": 300 }, "supersedes": "gather_farming_water_weeding", "requirements": { "all": [ { "tech": "phase_city" }, { "civ": "han" } ] }, "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" } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_seed_drill.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_seed_drill.json (revision 26978) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_seed_drill.json (revision 26979) @@ -1,23 +1,23 @@ { "genericName": "Seed Drill", "description": "Equip your workers with seed drills.", "cost": { "wood": 200, "metal": 100 }, "requirements": { "all": [ { "tech": "phase_village" }, { "civ": "han" } ] }, "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" } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_water_weeding.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_water_weeding.json (revision 26978) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_water_weeding.json (revision 26979) @@ -1,24 +1,24 @@ { "genericName": "Water Weeding", "description": "Remove water weeds to preserve nutrients for the rice plants.", "cost": { "wood": 300, "metal": 200 }, "supersedes": "gather_farming_seed_drill", "requirements": { "all": [ { "tech": "phase_town" }, { "civ": "han" } ] }, "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" }