1
0
forked from 0ad/0ad

Tooltip updates.

This was SVN commit r11651.
This commit is contained in:
Michael D. Hafer 2012-04-23 01:51:31 +00:00
parent e4f1cd10ba
commit f031e2a7e0
7 changed files with 7 additions and 7 deletions

View File

@ -13,7 +13,7 @@
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "horseshoe_gold.png",
"researchTime": 20,
"tooltip": "All Cavalry +1 Hack Armour.",
"tooltip": "Equip your cavalry mounts with armour. All Cavalry +1 Hack Armour.",
"modifications": [{"value": "Armour/Hack", "add": 1.0}],
"affects": ["Cavalry"]
}

View File

@ -14,7 +14,7 @@
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "spear_cavalry.png",
"researchTime": 20,
"tooltip": "Melee Cavalry +2 Hack Attack.",
"tooltip": "Equip you melee cavalry with better weapons. Melee Cavalry +2 Hack Attack.",
"modifications": [{"value": "Attack/Melee/Hack", "add": 2.0}],
"affects": ["Cavalry Melee"]
}

View File

@ -13,7 +13,7 @@
"requirementsTooltip": "Unlocked in Town Phase.",
"icon": "mining_stone.png",
"researchTime": 20,
"tooltip": "+25% stone gathering rate.",
"tooltip": "Compell serfs to help your workers mine stone. +25% stone gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/stone/rock", "multiplier": 1.25}],
"affects": ["Worker"]
}

View File

@ -10,7 +10,7 @@
"description": "Increases stone gathering rates.",
"cost": {"food": 50, "wood": 0, "stone": 0, "metal": 0},
"requirements": {"tech": "phase_village"},
"requirementsTooltip": "Buy servants to help mine stone. No requirements.",
"requirementsTooltip": "Hire servants to help mine stone. No requirements.",
"icon": "mining_stone.png",
"researchTime": 20,
"tooltip": "+25% stone gathering rate.",

View File

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

View File

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

View File

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