1
0
forked from 0ad/0ad

Make some gather techs work.

This was SVN commit r13394.
This commit is contained in:
leper 2013-05-05 13:13:38 +00:00
parent 56fa123718
commit cb7964a1db
7 changed files with 10 additions and 10 deletions

View File

@ -8,6 +8,6 @@
"icon": "wood_axe.png",
"researchTime": 20,
"tooltip": "Workers +25% lumbering rate for trees.",
"modifications": [{"value": "ResourceGatherer/Rates/wood/tree", "multiplier": 1.25}],
"modifications": [{"value": "ResourceGatherer/Rates/wood.tree", "multiplier": 1.25}],
"affects": ["Worker"]
}

View File

@ -14,6 +14,6 @@
"icon": "mining_stone.png",
"researchTime": 20,
"tooltip": "Compel serfs to help your workers mine stone. +25% stone gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/stone/rock", "multiplier": 1.25}],
"modifications": [{"value": "ResourceGatherer/Rates/stone.rock", "multiplier": 1.25}],
"affects": ["Worker"]
}

View File

@ -14,6 +14,6 @@
"icon": "mining_stone.png",
"researchTime": 20,
"tooltip": "+25% stone gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/stone/rock", "multiplier": 1.25}],
"modifications": [{"value": "ResourceGatherer/Rates/stone.rock", "multiplier": 1.25}],
"affects": ["Worker"]
}

View File

@ -8,6 +8,6 @@
"icon": "mining_metal.png",
"researchTime": 20,
"tooltip": "Develop shaft mining. +25% metal gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/metal/ore", "multiplier": 1.25}],
"modifications": [{"value": "ResourceGatherer/Rates/metal.ore", "multiplier": 1.25}],
"affects": ["Worker"]
}
}

View File

@ -11,6 +11,6 @@
"icon": "mining_metal.png",
"researchTime": 20,
"tooltip": "Strike a vein of precious silver. +25% metal gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/metal/ore", "multiplier": 1.25}],
"modifications": [{"value": "ResourceGatherer/Rates/metal.ore", "multiplier": 1.25}],
"affects": ["Worker"]
}
}

View File

@ -14,6 +14,6 @@
"icon": "mining_stone.png",
"researchTime": 20,
"tooltip": "Buy slaves to help your workers mine for stone. +25% stone gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/stone/rock", "multiplier": 1.25}],
"modifications": [{"value": "ResourceGatherer/Rates/stone.rock", "multiplier": 1.25}],
"affects": ["Worker"]
}

View File

@ -8,6 +8,6 @@
"icon": "mining_metal.png",
"researchTime": 20,
"tooltip": "+25% metal gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/metal/ore", "multiplier": 1.25}],
"modifications": [{"value": "ResourceGatherer/Rates/metal.ore", "multiplier": 1.25}],
"affects": ["Worker"]
}
}