1
0
forked from 0ad/0ad

Moves misplaced desciptions from requirementsTooltips to tooltips in technology json files.

This was SVN commit r18594.
This commit is contained in:
fatherbushido 2016-08-11 08:49:53 +00:00
parent 849b79fcec
commit 657070aea6
2 changed files with 2 additions and 4 deletions

View File

@ -8,10 +8,9 @@
"description": "Increases stone gathering rates.",
"cost": {"food": 200, "wood": 0, "stone": 0, "metal": 50},
"requirements": {"tech": "phase_village"},
"requirementsTooltip": "Hire servants to help mine stone. No requirements.",
"icon": "mining_stone.png",
"researchTime": 40,
"tooltip": "+15% stone gathering rate.",
"tooltip": "Hire servants to help mine stone. +15% stone gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/stone.rock", "multiply": 1.15}],
"affects": ["Worker"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"

View File

@ -3,10 +3,9 @@
"description": "Increases metal gathering rates.",
"cost": {"food": 0, "wood": 200, "stone": 0, "metal": 50},
"requirements": {"tech": "phase_village"},
"requirementsTooltip": "Equip your workers with helpful tools. No requirements.",
"icon": "mining_metal.png",
"researchTime": 40,
"tooltip": "+15% metal gathering rate.",
"tooltip": "Equip your workers with helpful tools. +15% metal gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.15}],
"affects": ["Worker"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"