Template Cleanup. Some string fixes for 802d0f0de8 and d238128960 as suggested by leper.

This was SVN commit r18277.
This commit is contained in:
elexis 2016-06-01 00:13:57 +00:00
parent 8a4af2e7b5
commit 8a8c0b526d
6 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@
{ "value": "ProductionQueue/TechCostMultiplier/stone", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/time", "multiply": 0.9 }
],
"auraDescription": "Reduce the cost and research time of technologies by 10% with every Library owned.",
"auraDescription": "Reduce the cost and research time of technologies by 10% per Library owned.",
"auraName": "Library Aura",
"stackable": true
}

View File

@ -4,7 +4,7 @@
"modifications": [
{ "value": "ProductionQueue/TechCostMultiplier/time", "multiply": 0.5 }
],
"auraDescription": "Empower a building with -50% research time when garrisoning it.",
"auraDescription": "Empower a building with -50% research time when garrisoned it.",
"auraName": "Teacher Aura",
"overlayIcon": "art/textures/ui/session/auras/build_bonus.png"
}

View File

@ -4,6 +4,6 @@
"modifications": [
{ "value": "TerritoryInfluence/Radius", "multiply": 1.20 }
],
"auraDescription": "Increase territory influence by 20% with every Theatron owned.",
"auraDescription": "Increase territory influence by 20% per Theatron owned.",
"stackable": true
}

View File

@ -3,6 +3,6 @@
"affects": ["Player"],
"modifications": [ { "value": "Player/MaxPopulation", "add": 10 } ],
"auraName": "Wonder Aura",
"auraDescription": "Increase the population limit by 10 with every Wonder owned.",
"auraDescription": "Increase the population limit by 10 per Wonder owned.",
"stackable": true
}

View File

@ -3,7 +3,7 @@
"affects": ["Player"],
"modifications": [ { "value": "Player/MaxPopulation", "add": 40 } ],
"auraName": "Glorious Expansion Aura",
"auraDescription": "Further increase the population limit by 40 with every Wonder owned (requires \"Glorious Expansion\" tech).",
"auraDescription": "Further increase the population limit by 40 per Wonder owned (requires \"Glorious Expansion\" tech).",
"requiredTechnology": "pop_wonder",
"stackable": true
}

View File

@ -15,7 +15,7 @@
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "special_treasure.png",
"researchTime": 120,
"tooltip": "Enable Glorious Expansion. Further increase the population limit by 40.",
"tooltip": "Enable Glorious Expansion. Further increase the population limit by 40 per Wonder owned.",
"modifications": [],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"
}