Index: gather_animals_stockbreeding.json =================================================================== --- gather_animals_stockbreeding.json +++ gather_animals_stockbreeding.json @@ -1,7 +1,7 @@ { "genericName": "Stockbreeding", "description": "Breed livestock (sheep, goats, cattle, etc.) for food.", - "cost": { "food": 50, "wood": 0, "stone": 0, "metal": 0 }, + "cost": { "food": 100, "wood": 0, "stone": 0, "metal": 0 }, "requirements": { "tech": "phase_village" }, "icon": "meat.png", "researchTime": 40, Index: gather_capacity_basket.json =================================================================== --- gather_capacity_basket.json +++ gather_capacity_basket.json @@ -1,7 +1,7 @@ { "genericName": "Baskets", "description": "Workers use baskets. Increases shuttling capacity for all resources.", - "cost": { "food": 300, "wood": 300, "stone": 0, "metal": 0 }, + "cost": { "food": 200, "wood": 200, "stone": 0, "metal": 0 }, "requirements": { "tech": "phase_village" }, "requirementsTooltip": "Unlocked in Village Phase.", "icon": "gather_basket_empty.png", Index: gather_capacity_carts.json =================================================================== --- gather_capacity_carts.json +++ gather_capacity_carts.json @@ -1,18 +1,18 @@ { "genericName": "Horse-drawn Carts", "description": "Workers use horse-drawn carts. Increases shuttling capacity for all resources.", - "cost": { "food": 1000, "wood": 1000, "stone": 0, "metal": 0 }, + "cost": { "food": 600, "wood": 600, "stone": 0, "metal": 0 }, "supersedes": "gather_capacity_wheelbarrow", "requirements": { "tech": "phase_city" }, "requirementsTooltip": "Unlocked in City Phase.", "icon": "handcart_empty.png", - "researchTime": 40, - "tooltip": "Workers +10 resource capacity.", + "researchTime": 60, + "tooltip": "Workers +5 resource capacity.", "modifications": [ - { "value": "ResourceGatherer/Capacities/food", "add": 10 }, - { "value": "ResourceGatherer/Capacities/wood", "add": 10 }, - { "value": "ResourceGatherer/Capacities/stone", "add": 10 }, - { "value": "ResourceGatherer/Capacities/metal", "add": 10 } + { "value": "ResourceGatherer/Capacities/food", "add": 5 }, + { "value": "ResourceGatherer/Capacities/wood", "add": 5 }, + { "value": "ResourceGatherer/Capacities/stone", "add": 5 }, + { "value": "ResourceGatherer/Capacities/metal", "add": 5 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" Index: gather_capacity_fishing.json =================================================================== --- gather_capacity_fishing.json +++ gather_capacity_fishing.json @@ -6,7 +6,7 @@ "requirementsTooltip": "Unlocked in Town Phase. Requires Fishing Net.", "supersedes": "gather_fishing_net", "icon": "fish.png", - "researchTime": 30, + "researchTime": 50, "tooltip": "Fishing Boats +20 food capacity.", "modifications": [ { "value": "ResourceGatherer/Capacities/food", "add": 20 } Index: gather_capacity_wheelbarrow.json =================================================================== --- gather_capacity_wheelbarrow.json +++ gather_capacity_wheelbarrow.json @@ -1,12 +1,12 @@ { "genericName": "Wheelbarrow", "description": "Workers use wheelbarrows. Increases shuttling capacity for all resources.", - "cost": { "food": 500, "wood": 500, "stone": 0, "metal": 0 }, + "cost": { "food": 400, "wood": 400, "stone": 0, "metal": 0 }, "supersedes": "gather_capacity_basket", "requirements": { "tech": "phase_town" }, "requirementsTooltip": "Unlocked in Town Phase.", "icon": "wheelbarrow_empty.png", - "researchTime": 40, + "researchTime": 50, "tooltip": "Workers +5 resource capacity.", "modifications": [ { "value": "ResourceGatherer/Capacities/food", "add": 5 }, Index: gather_farming_fertilizer.json =================================================================== --- gather_farming_fertilizer.json +++ gather_farming_fertilizer.json @@ -1,15 +1,15 @@ { "genericName": "Fertilizer", "description": "Extra nutrients for farms.", - "cost": { "food": 0, "wood": 500, "stone": 0, "metal": 250 }, + "cost": { "food": 0, "wood": 400, "stone": 0, "metal": 300 }, "supersedes": "gather_farming_training", "requirements": { "tech": "phase_city" }, "requirementsTooltip": "Unlocked in City Phase.", "icon": "olives.png", - "researchTime": 40, - "tooltip": "Workers +25% grain gather rate.", + "researchTime": 60, + "tooltip": "Workers +20% grain 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" Index: gather_farming_harvester.json =================================================================== --- gather_farming_harvester.json +++ gather_farming_harvester.json @@ -14,7 +14,7 @@ }, "requirementsTooltip": "Unlocked in Town Phase.", "icon": "plow.png", - "researchTime": 40, + "researchTime": 50, "tooltip": "Workers +15% grain gather rate.", "modifications": [ { "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.15 } Index: gather_farming_plows.json =================================================================== --- gather_farming_plows.json +++ gather_farming_plows.json @@ -6,9 +6,9 @@ "requirementsTooltip": "Unlocked in Village Phase.", "icon": "plow.png", "researchTime": 40, - "tooltip": "Workers +15% grain gather rate.", + "tooltip": "Workers +20% grain gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.15 } + { "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.2 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" Index: gather_farming_training.json =================================================================== --- gather_farming_training.json +++ gather_farming_training.json @@ -1,15 +1,15 @@ { "genericName": "Gather Training", "description": "Training for workers to increase farm gathering speed.", - "cost": { "food": 0, "wood": 300, "stone": 0, "metal": 150 }, + "cost": { "food": 0, "wood": 300, "stone": 0, "metal": 200 }, "supersedes": "gather_farming_plows", "requirements": { "tech": "phase_town" }, "requirementsTooltip": "Unlocked in Town Phase.", "icon": "farming_training.png", - "researchTime": 40, - "tooltip": "Workers +15% grain gather rate.", + "researchTime": 50, + "tooltip": "Workers +20% grain gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.15 } + { "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.2 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" Index: gather_fishing_net.json =================================================================== --- gather_fishing_net.json +++ gather_fishing_net.json @@ -1,11 +1,11 @@ { "genericName": "Fishing Net", "description": "Use nets to improve the productivity of fishing boats.", - "cost": { "food": 0, "wood": 100, "stone": 0, "metal": 0 }, + "cost": { "food": 0, "wood": 200, "stone": 0, "metal": 0 }, "requirements": { "tech": "phase_village" }, "requirementsTooltip": "Unlocked in Village Phase.", "icon": "fishing_net.png", - "researchTime": 30, + "researchTime": 40, "tooltip": "Fishing Boats +30% fish gather rate.", "modifications": [ { "value": "ResourceGatherer/Rates/food.fish", "multiply": 1.3 } Index: gather_lumbering_ironaxes.json =================================================================== --- gather_lumbering_ironaxes.json +++ gather_lumbering_ironaxes.json @@ -1,14 +1,14 @@ { "genericName": "Iron Ax Heads", "description": "Increases wood gathering rates for trees.", - "cost": { "food": 0, "wood": 200, "stone": 0, "metal": 50 }, + "cost": { "food": 0, "wood": 200, "stone": 0, "metal": 100 }, "requirements": { "tech": "phase_village" }, "requirementsTooltip": "Unlocked in Village Phase.", "icon": "wood_axe.png", "researchTime": 40, - "tooltip": "Workers +15% wood gather rate.", + "tooltip": "Workers +25% wood gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/wood.tree", "multiply": 1.15 } + { "value": "ResourceGatherer/Rates/wood.tree", "multiply": 1.25 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" Index: gather_lumbering_sharpaxes.json =================================================================== --- gather_lumbering_sharpaxes.json +++ gather_lumbering_sharpaxes.json @@ -1,15 +1,15 @@ { "genericName": "Sharp Ax Heads", "description": "Increases wood gathering rates for trees.", - "cost": { "food": 0, "wood": 1000, "stone": 150, "metal": 150 }, + "cost": { "food": 0, "wood": 600, "stone": 0, "metal": 300 }, "supersedes": "gather_lumbering_strongeraxes", "requirements": { "tech": "phase_city" }, "requirementsTooltip": "Unlocked in City Phase.", "icon": "wood_axe.png", - "researchTime": 40, - "tooltip": "Workers +50% wood gather rate.", + "researchTime": 60, + "tooltip": "Workers +25% wood gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/wood.tree", "multiply": 1.5 } + { "value": "ResourceGatherer/Rates/wood.tree", "multiply": 1.25 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" Index: gather_lumbering_strongeraxes.json =================================================================== --- gather_lumbering_strongeraxes.json +++ gather_lumbering_strongeraxes.json @@ -1,15 +1,15 @@ { "genericName": "Stronger Ax", "description": "Increases wood gathering rates for trees.", - "cost": { "food": 0, "wood": 250, "stone": 0, "metal": 50 }, + "cost": { "food": 0, "wood": 400, "stone": 0, "metal": 200 }, "supersedes": "gather_lumbering_ironaxes", "requirements": { "tech": "phase_town" }, "requirementsTooltip": "Unlocked in Town Phase.", "icon": "wood_axe.png", - "researchTime": 40, - "tooltip": "Workers +15% wood gather rate.", + "researchTime": 50, + "tooltip": "Workers +25% wood gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/wood.tree", "multiply": 1.15 } + { "value": "ResourceGatherer/Rates/wood.tree", "multiply": 1.25 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" Index: gather_mining_serfs.json =================================================================== --- gather_mining_serfs.json +++ gather_mining_serfs.json @@ -6,15 +6,15 @@ "athen": "Heílōtes" }, "description": "Compel serfs to help your workers quarry stone. Increases stone gathering rates.", - "cost": { "food": 250, "wood": 0, "stone": 0, "metal": 50 }, + "cost": { "food": 0, "wood": 400, "stone": 0, "metal": 200 }, "supersedes": "gather_mining_servants", "requirements": { "tech": "phase_town" }, "requirementsTooltip": "Unlocked in Town Phase.", "icon": "mining_stone.png", - "researchTime": 40, - "tooltip": "Workers +15% stone gather rate.", + "researchTime": 50, + "tooltip": "Workers +25% stone gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/stone.rock", "multiply": 1.15 } + { "value": "ResourceGatherer/Rates/stone.rock", "multiply": 1.25 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" Index: gather_mining_servants.json =================================================================== --- gather_mining_servants.json +++ gather_mining_servants.json @@ -6,13 +6,13 @@ "athen": "Doûloi" }, "description": "Hire servants to help quarry stone. Increases stone gathering rates.", - "cost": { "food": 200, "wood": 0, "stone": 0, "metal": 50 }, + "cost": { "food": 0, "wood": 200, "stone": 0, "metal": 100 }, "requirements": { "tech": "phase_village" }, "icon": "mining_stone.png", "researchTime": 40, - "tooltip": "Workers +15% stone gather rate.", + "tooltip": "Workers +25% stone gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/stone.rock", "multiply": 1.15 } + { "value": "ResourceGatherer/Rates/stone.rock", "multiply": 1.25 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" Index: gather_mining_shaftmining.json =================================================================== --- gather_mining_shaftmining.json +++ gather_mining_shaftmining.json @@ -1,15 +1,15 @@ { "genericName": "Shaft Mining", "description": "Develop shaft mining. Increases metal gathering rates.", - "cost": { "food": 0, "wood": 250, "stone": 0, "metal": 50 }, + "cost": { "food": 0, "wood": 400, "stone": 0, "metal": 200 }, "supersedes": "gather_mining_wedgemallet", "requirements": { "tech": "phase_town" }, "requirementsTooltip": "Unlocked in Town Phase.", "icon": "mining_metal.png", - "researchTime": 40, - "tooltip": "Workers +15% metal gather rate.", + "researchTime": 50, + "tooltip": "Workers +25% metal gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.15 } + { "value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.25 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" Index: gather_mining_silvermining.json =================================================================== --- gather_mining_silvermining.json +++ gather_mining_silvermining.json @@ -5,15 +5,15 @@ "mace": "Mines of Krenides" }, "description": "Strike a vein of precious silver. Increases metal gathering rates.", - "cost": { "food": 0, "wood": 1000, "stone": 150, "metal": 150 }, + "cost": { "food": 0, "wood": 600, "stone": 0, "metal": 300 }, "supersedes": "gather_mining_shaftmining", "requirements": { "tech": "phase_city" }, "requirementsTooltip": "Unlocked in City Phase.", "icon": "mining_metal.png", - "researchTime": 40, - "tooltip": "Workers +50% metal gather rate.", + "researchTime": 60, + "tooltip": "Workers +25% metal gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.5 } + { "value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.25 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" Index: gather_mining_slaves.json =================================================================== --- gather_mining_slaves.json +++ gather_mining_slaves.json @@ -6,15 +6,15 @@ "athen": "Andrápoda" }, "description": "Buy slaves to help your workers quarry stone. Increases stone gathering rates.", - "cost": { "food": 1000, "wood": 0, "stone": 150, "metal": 150 }, + "cost": { "food": 0, "wood": 600, "stone": 0, "metal": 300 }, "supersedes": "gather_mining_serfs", "requirements": { "tech": "phase_city" }, "requirementsTooltip": "Unlocked in City Phase.", "icon": "mining_stone.png", - "researchTime": 40, - "tooltip": "Workers +50% stone gather rate.", + "researchTime": 60, + "tooltip": "Workers +25% stone gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/stone.rock", "multiply": 1.5 } + { "value": "ResourceGatherer/Rates/stone.rock", "multiply": 1.25 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" Index: gather_mining_wedgemallet.json =================================================================== --- gather_mining_wedgemallet.json +++ gather_mining_wedgemallet.json @@ -1,13 +1,13 @@ { "genericName": "Wedge and Mallet", "description": "Equip your workers with helpful tools. Increases metal gathering rates.", - "cost": { "food": 0, "wood": 200, "stone": 0, "metal": 50 }, + "cost": { "food": 0, "wood": 200, "stone": 0, "metal": 100 }, "requirements": { "tech": "phase_village" }, "icon": "mining_metal.png", "researchTime": 40, - "tooltip": "Workers +15% metal gather rate.", + "tooltip": "Workers +25% metal gather rate.", "modifications": [ - { "value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.15 } + { "value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.25 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml"