Ticket #3191: update_tower_tooltip.patch

File update_tower_tooltip.patch, 962 bytes (added by elexis, 9 years ago)
  • binaries/data/mods/public/simulation/data/technologies/attack_tower_watch.json

     
    1212    "cost": {"food": 500, "wood": 0, "stone": 0, "metal": 0},
    1313    "requirements": {"tech": "phase_town"},
    1414    "requirementsTooltip": "Unlocked in Town Phase.",
    1515    "icon": "helmet_corinthian_bronze.png",
    1616    "researchTime": 40,
    17     "tooltip": "Post sentries to double the number of default arrows in ungarrisoned Towers.",
     17    "tooltip": "Post sentries to add one arrow to towers.",
    1818    "modifications": [{"value": "BuildingAI/DefaultArrowCount", "add": 1.0}],
    1919    "affects": ["Defensive Tower"],
    2020    "soundComplete": "interface/alarm/alarm_upgradearmory.xml"
    2121}