1
0
forked from 0ad/0ad

Added stone and mining rate techs for all Mills

This was SVN commit r11635.
This commit is contained in:
Pureon 2012-04-22 17:50:04 +00:00
parent 61fad4a2b5
commit 97715cb617
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"genericName": "Helots",
"description": "Increases stone gathering rates",
"cost": {"food": 0, "wood": 50, "stone": 50, "metal": 0},
"requirements": {"tech": "town_phase"},
"requirementsTooltip": "Unlocked in Town Phase.",
"icon": "mining_stone.png",
"researchTime": 20,
"tooltip": "+25% stone gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/stone/rock", "multiplier": 1.25}],
"affects": ["Citizen"]
}

View File

@ -0,0 +1,12 @@
{
"genericName": "Shaft Mining",
"description": "Increases metal gathering rates",
"cost": {"food": 0, "wood": 50, "stone": 0, "metal": 50},
"requirements": {"tech": "town_phase"},
"requirementsTooltip": "Unlocked in Town Phase.",
"icon": "mining_metal.png",
"researchTime": 20,
"tooltip": "+25% metal gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/metal/ore", "multiplier": 1.25}],
"affects": ["Citizen"]
}

View File

@ -37,6 +37,12 @@
<Obstruction>
<Static width="13.0" depth="13.0"/>
</Obstruction>
<ProductionQueue>
<Technologies datatype="tokens">
shaft_mining
helots
</Technologies>
</ProductionQueue>
<RallyPoint disable=""/>
<ResourceDropsite>
<Types>wood stone metal</Types>