comparison Constants.lua @ 573:444d15b2091e 8.0.1-8

Added wishy-washy support for Island Expeditions. Data recording methodology is flawed, but there are no other options. Percentages will still be interesting.
author Caleb Atherton <atcaleb@twitch.tv>
date Fri, 05 Oct 2018 20:39:29 -0400
parents 3ffe3676eb9d
children be07cf7270d3
comparison
equal deleted inserted replaced
572:3ffe3676eb9d 573:444d15b2091e
75 -- Map of Garrison Cache object names to Garrison Cache object IDs 75 -- Map of Garrison Cache object names to Garrison Cache object IDs
76 private.GARRISON_CACHE_OBJECT_NAME_TO_OBJECT_ID_MAP = { 76 private.GARRISON_CACHE_OBJECT_NAME_TO_OBJECT_ID_MAP = {
77 ["Garrison Cache"] = 236916, 77 ["Garrison Cache"] = 236916,
78 ["Full Garrison Cache"] = 237722, 78 ["Full Garrison Cache"] = 237722,
79 ["Hefty Garrison Cache"] = 237723, 79 ["Hefty Garrison Cache"] = 237723,
80 }
81
82 private.IGNORED_ISLAND_REWARDS = {
83 [163611] = true,
84 [163612] = true,
85 [163613] = true,
80 } 86 }
81 87
82 -- Mapping of items that, when right-clicked, fire a spell (which can fail, so we have to check success). 88 -- Mapping of items that, when right-clicked, fire a spell (which can fail, so we have to check success).
83 -- They reward loot via loot toast popups upon completion of that spell. 89 -- They reward loot via loot toast popups upon completion of that spell.
84 -- SHOW_LOOT_TOAST can be used to track loot. 90 -- SHOW_LOOT_TOAST can be used to track loot.