Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_animals_stockbreeding.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_animals_stockbreeding.json (revision 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_animals_stockbreeding.json (revision 24015) @@ -1,14 +1,14 @@ { "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, "tooltip": "Domestic Animals −25% breeding time.", "modifications": [ { "value": "Cost/BuildTime", "multiply": 0.75 } ], "affects": ["Domestic"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_capacity_basket.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_capacity_basket.json (revision 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_capacity_basket.json (revision 24015) @@ -1,18 +1,18 @@ { "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", "researchTime": 40, "tooltip": "Workers +5 resource capacity.", "modifications": [ { "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: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_capacity_carts.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_capacity_carts.json (revision 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_capacity_carts.json (revision 24015) @@ -1,19 +1,19 @@ { "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: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_capacity_fishing.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_capacity_fishing.json (revision 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_capacity_fishing.json (revision 24015) @@ -1,16 +1,16 @@ { "genericName": "Salting Fish", "description": "Salting allows to preserve fish longer.", "cost": { "food": 200, "wood": 100, "stone": 0, "metal": 0 }, "requirements": { "tech": "phase_town" }, "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 } ], "affects": ["FishingBoat"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_capacity_wheelbarrow.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_capacity_wheelbarrow.json (revision 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_capacity_wheelbarrow.json (revision 24015) @@ -1,19 +1,19 @@ { "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 }, { "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: 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 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_fertilizer.json (revision 24015) @@ -1,16 +1,16 @@ { "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: 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 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_harvester.json (revision 24015) @@ -1,24 +1,24 @@ { "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 }, "requirements": { "all": [ { "tech": "phase_town" }, { "any": [ { "civ": "gaul" } ] } ] }, "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 } ], "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 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_plows.json (revision 24015) @@ -1,15 +1,15 @@ { "genericName": "Iron Plow", "description": "Equip your workers with iron plows, animal-drawn instruments to turn the sod.", "cost": { "food": 0, "wood": 200, "stone": 0, "metal": 100 }, "requirements": { "tech": "phase_village" }, "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: 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 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_farming_training.json (revision 24015) @@ -1,16 +1,16 @@ { "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: ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_fishing_net.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_fishing_net.json (revision 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_fishing_net.json (revision 24015) @@ -1,15 +1,15 @@ { "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 } ], "affects": ["FishingBoat"], "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 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_lumbering_ironaxes.json (revision 24015) @@ -1,15 +1,15 @@ { "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: 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 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_lumbering_sharpaxes.json (revision 24015) @@ -1,16 +1,16 @@ { "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: 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 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_lumbering_strongeraxes.json (revision 24015) @@ -1,16 +1,16 @@ { "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: 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 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_serfs.json (revision 24015) @@ -1,21 +1,21 @@ { "genericName": "Serfs", "specificName": { "mace": "Heílōtes", "spart": "Heílōtes", "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: 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 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_servants.json (revision 24015) @@ -1,19 +1,19 @@ { "genericName": "Servants", "specificName": { "mace": "Doûloi", "spart": "Doûloi", "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: 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 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_shaftmining.json (revision 24015) @@ -1,16 +1,16 @@ { "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: 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 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_silvermining.json (revision 24015) @@ -1,20 +1,20 @@ { "genericName": "Silver Mining", "specificName": { "athen": "Mines of Laureion", "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: 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 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_slaves.json (revision 24015) @@ -1,21 +1,21 @@ { "genericName": "Slaves", "specificName": { "mace": "Andrápoda", "spart": "Andrápoda", "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: 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 24014) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/gather_mining_wedgemallet.json (revision 24015) @@ -1,14 +1,14 @@ { "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" }