Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_fertilizer.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_fertilizer.json (revision 24718) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_fertilizer.json (revision 24719) @@ -1,19 +1,19 @@ { "genericName": "Fertilizer", "description": "Extra nutrients for farms.", "cost": { "wood": 400, "metal": 300 }, "supersedes": "gather_farming_training", "requirements": { "tech": "phase_city" }, "requirementsTooltip": "Unlocked in City Phase.", "icon": "olives.png", "researchTime": 60, - "tooltip": "Workers +20% grain gather rate.", + "tooltip": "Workers +15% grain gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.2 } + { "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.15 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_harvester.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_harvester.json (revision 24718) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_harvester.json (revision 24719) @@ -1,27 +1,27 @@ { "genericName": "Harvesting Machine", "description": "The Gauls invented an harvesting machine, making it much easier to harvest grain.", "cost": { "wood": 200, "metal": 100 }, "requirements": { "all": [ { "tech": "phase_town" }, { "any": [ { "civ": "gaul" } ] } ] }, "requirementsTooltip": "Unlocked in Town Phase.", "icon": "plow.png", "researchTime": 50, "tooltip": "Workers +10% grain gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.10 } + { "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.1 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_plows.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_plows.json (revision 24718) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_plows.json (revision 24719) @@ -1,18 +1,18 @@ { "genericName": "Iron Plow", "description": "Equip your workers with iron plows, animal-drawn instruments to turn the sod.", "cost": { "wood": 200, "metal": 100 }, "requirements": { "tech": "phase_village" }, "requirementsTooltip": "Unlocked in Village Phase.", "icon": "plow.png", "researchTime": 40, - "tooltip": "Workers +20% grain gather rate.", + "tooltip": "Workers +15% grain gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.2 } + { "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.15 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_training.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_training.json (revision 24718) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_training.json (revision 24719) @@ -1,19 +1,19 @@ { "genericName": "Gather Training", "description": "Training for workers to increase farm gathering speed.", "cost": { "wood": 300, "metal": 200 }, "supersedes": "gather_farming_plows", "requirements": { "tech": "phase_town" }, "requirementsTooltip": "Unlocked in Town Phase.", "icon": "farming_training.png", "researchTime": 50, - "tooltip": "Workers +20% grain gather rate.", + "tooltip": "Workers +15% grain gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.2 } + { "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.15 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_lumbering_ironaxes.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_lumbering_ironaxes.json (revision 24718) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_lumbering_ironaxes.json (revision 24719) @@ -1,18 +1,18 @@ { "genericName": "Iron Axe Heads", "description": "Increases wood gathering rates for trees.", "cost": { "wood": 200, "metal": 100 }, "requirements": { "tech": "phase_village" }, "requirementsTooltip": "Unlocked in Village Phase.", "icon": "wood_axe_01.png", "researchTime": 40, - "tooltip": "Workers +25% wood gather rate.", + "tooltip": "Workers +20% wood gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/wood.tree", "multiply": 1.25 } + { "value": "ResourceGatherer/Rates/wood.tree", "multiply": 1.2 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_lumbering_sharpaxes.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_lumbering_sharpaxes.json (revision 24718) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_lumbering_sharpaxes.json (revision 24719) @@ -1,19 +1,19 @@ { "genericName": "Sharp Axe Heads", "description": "Increases wood gathering rates for trees.", "cost": { "wood": 600, "metal": 300 }, "supersedes": "gather_lumbering_strongeraxes", "requirements": { "tech": "phase_city" }, "requirementsTooltip": "Unlocked in City Phase.", "icon": "wood_axe_03.png", "researchTime": 60, - "tooltip": "Workers +25% wood gather rate.", + "tooltip": "Workers +20% wood gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/wood.tree", "multiply": 1.25 } + { "value": "ResourceGatherer/Rates/wood.tree", "multiply": 1.2 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_lumbering_strongeraxes.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_lumbering_strongeraxes.json (revision 24718) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_lumbering_strongeraxes.json (revision 24719) @@ -1,19 +1,19 @@ { "genericName": "Stronger Axe", "description": "Increases wood gathering rates for trees.", "cost": { "wood": 400, "metal": 200 }, "supersedes": "gather_lumbering_ironaxes", "requirements": { "tech": "phase_town" }, "requirementsTooltip": "Unlocked in Town Phase.", "icon": "wood_axe_02.png", "researchTime": 50, - "tooltip": "Workers +25% wood gather rate.", + "tooltip": "Workers +20% wood gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/wood.tree", "multiply": 1.25 } + { "value": "ResourceGatherer/Rates/wood.tree", "multiply": 1.2 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_serfs.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_serfs.json (revision 24718) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_serfs.json (revision 24719) @@ -1,22 +1,22 @@ { "genericName": "Serfs", "specificName": { "spart": "Heilōtes" }, "description": "Compel serfs to help your workers quarry stone. Increases stone gathering rates.", "cost": { "wood": 400, "metal": 200 }, "supersedes": "gather_mining_servants", "requirements": { "tech": "phase_town" }, "requirementsTooltip": "Unlocked in Town Phase.", "icon": "mining_stone_02.png", "researchTime": 50, - "tooltip": "Workers +25% stone gather rate.", + "tooltip": "Workers +20% stone gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/stone.rock", "multiply": 1.25 } + { "value": "ResourceGatherer/Rates/stone.rock", "multiply": 1.2 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_servants.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_servants.json (revision 24718) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_servants.json (revision 24719) @@ -1,24 +1,24 @@ { "genericName": "Servants", "specificName": { "athen": "Douloi", "mace": "Douloi", "ptol": "Douloi", "sele": "Douloi", "spart": "Douloi" }, "description": "Hire servants to help quarry stone. Increases stone gathering rates.", "cost": { "wood": 200, "metal": 100 }, "requirements": { "tech": "phase_village" }, "icon": "mining_stone_01.png", "researchTime": 40, - "tooltip": "Workers +25% stone gather rate.", + "tooltip": "Workers +20% stone gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/stone.rock", "multiply": 1.25 } + { "value": "ResourceGatherer/Rates/stone.rock", "multiply": 1.2 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_shaftmining.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_shaftmining.json (revision 24718) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_shaftmining.json (revision 24719) @@ -1,19 +1,19 @@ { "genericName": "Shaft Mining", "description": "Develop shaft mining. Increases metal gathering rates.", "cost": { "wood": 400, "metal": 200 }, "supersedes": "gather_mining_wedgemallet", "requirements": { "tech": "phase_town" }, "requirementsTooltip": "Unlocked in Town Phase.", "icon": "mining_metal_02.png", "researchTime": 50, - "tooltip": "Workers +25% metal gather rate.", + "tooltip": "Workers +20% metal gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.25 } + { "value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.2 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_silvermining.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_silvermining.json (revision 24718) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_silvermining.json (revision 24719) @@ -1,23 +1,23 @@ { "genericName": "Silver Mining", "specificName": { "athen": "Mines of Laureion", "mace": "Mines of Krenides" }, "description": "Strike a vein of precious silver. Increases metal gathering rates.", "cost": { "wood": 600, "metal": 300 }, "supersedes": "gather_mining_shaftmining", "requirements": { "tech": "phase_city" }, "requirementsTooltip": "Unlocked in City Phase.", "icon": "mining_metal_03.png", "researchTime": 60, - "tooltip": "Workers +25% metal gather rate.", + "tooltip": "Workers +20% metal gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.25 } + { "value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.2 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_slaves.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_slaves.json (revision 24718) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_slaves.json (revision 24719) @@ -1,27 +1,27 @@ { "genericName": "Slaves", "specificName": { "athen": "Andrapoda", "mace": "Andrapoda", "ptol": "Andrapoda", "rome": "Servi", "sele": "Andrapoda", "spart": "Andrapoda" }, "description": "Buy slaves to help your workers quarry stone. Increases stone gathering rates.", "cost": { "wood": 600, "metal": 300 }, "supersedes": "gather_mining_serfs", "requirements": { "tech": "phase_city" }, "requirementsTooltip": "Unlocked in City Phase.", "icon": "mining_stone_03.png", "researchTime": 60, - "tooltip": "Workers +25% stone gather rate.", + "tooltip": "Workers +20% stone gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/stone.rock", "multiply": 1.25 } + { "value": "ResourceGatherer/Rates/stone.rock", "multiply": 1.2 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_wedgemallet.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_wedgemallet.json (revision 24718) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_wedgemallet.json (revision 24719) @@ -1,17 +1,17 @@ { "genericName": "Wedge and Mallet", "description": "Equip your workers with helpful tools. Increases metal gathering rates.", "cost": { "wood": 200, "metal": 100 }, "requirements": { "tech": "phase_village" }, "icon": "mining_metal_01.png", "researchTime": 40, - "tooltip": "Workers +25% metal gather rate.", + "tooltip": "Workers +20% metal gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.25 } + { "value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.2 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" }