Twintop / TwintopInsanityBar

Twintop's Resource Bar (formerly Twintop's Insanity Bar), a multi-class resource addon for World of Warcraft
MIT License
12 stars 7 forks source link

Conjured Chillglobe - Add new ilvl/versions for Fated season #346

Closed Twintop closed 8 months ago

Twintop commented 8 months ago

Due to item upgrades existing now, the way Conjured Chillglobe's mana return works needs to be updated.

Unless the mana amount can be pulled from a tooltip, will probably need to have a lookup table for all ilvls and the mana it returns. Then, call GetItemInfo(GetInventoryItemLink("player", 13|14)) or GetDetailedItemLevelInfo(select(2,GetItemInfo(GetInventoryItemLink("player", 13|14)))) on both trinket slots to snapshot the current ilvl.

Note to future self: include ilvls for:

Twintop commented 8 months ago

Not available to cross reference on Live yet and no working PTR. Will revisit this week to at least build the S1 lookups.