Skip to content

Commit

Permalink
Update to v5.8
Browse files Browse the repository at this point in the history
DF ready
  • Loading branch information
BloodDragon2580 committed Dec 13, 2022
1 parent be0b1a9 commit 5800639
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 74 deletions.
149 changes: 76 additions & 73 deletions MythicPlusDrop/Core.lua
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
MythicPlusDrop = LibStub("AceAddon-3.0"):NewAddon("MythicPlusDrop", "AceEvent-3.0", "AceTimer-3.0");
MYTHIC_CHEST_TIMERS_LOOT_ILVL = {
0, -- +0
262, -- +2
265, -- +3
268, -- +4
272, -- +5
275, -- +6
275, -- +7
278, -- +8
278, -- +9
281, -- +10
281, -- +11
285, -- +12
285, -- +13
288, -- +14
288, -- +15
288, -- +16
288, -- +17
288, -- +18
288, -- +19
288}; -- +20
376, -- +2
376, -- +3
379, -- +4
379, -- +5
382, -- +6
385, -- +7
385, -- +8
389, -- +9
392, -- +10
392, -- +11
392, -- +12
392, -- +13
395, -- +14
398, -- +15
398, -- +16
402, -- +17
402, -- +18
405, -- +19
405}; -- +20

MYTHIC_CHEST_TIMERS_WEEKLY_ILVL = {
0, -- +0
278, -- +2
278, -- +3
278, -- +4
281, -- +5
281, -- +6
285, -- +7
288, -- +8
288, -- +9
291, -- +10
294, -- +11
298, -- +12
298, -- +13
301, -- +14
304, -- +15
304, -- +16
304, -- +17
304, -- +18
304, -- +19
304}; -- +20
382, -- +2
385, -- +3
385, -- +4
389, -- +5
389, -- +6
392, -- +7
395, -- +8
395, -- +9
398, -- +10
402, -- +11
405, -- +12
408, -- +13
408, -- +14
411, -- +15
415, -- +16
415, -- +17
418, -- +18
418, -- +19
421}; -- +20

AFFIXES_DIFICULTY = {
'|cFFFF5555',
Expand Down Expand Up @@ -69,44 +69,47 @@ AFFIXES_DIFICULTY = {
'|cFFFFB86C',
'|cFF50FA7B'
}
-- 1: Overflowing
-- 2: Skittish
-- 3: Volcanic
-- 4: Necrotic
-- 5: Teeming
-- 6: Raging
-- 7: Bolstering
-- 8: Sanguine
-- 9: Tyrannical
-- 10: Fortified
-- 11: Bursting
-- 12: Grievous
-- 13: Explosive
-- 14: Quaking
-- 16: Infested
-- 117: Reaping
-- 119: Beguiling
-- 120: Awekened
-- 121: Prideful
-- 122: Inspiring
-- 123: Spiteful
-- 124: Storming
-- 1: Überschüssig
-- 2: Launisch
-- 3: Vulkanisch
-- 4: Nekrotisch
-- 5: Wimmelnd
-- 6: Wütend
-- 7: Anstachelnd
-- 8: Blutig
-- 9: Tyrannisch
-- 10: Verstärkt
-- 11: Platzend
-- 12: Schrecklich
-- 13: Explosiv
-- 14: Bebend
-- 16: Befallen
-- 117: Schröpfend
-- 119: Betörend
-- 120: Erweckt
-- 121: Stolz
-- 122: Inspirierend
-- 123: Boshaft
-- 124: Stürmisch
-- 128: Gequält
-- 129: Höllisch
-- 130: Verschlüsselt
-- 131: Verhüllt
-- 132: Donnernd
AFFIXES_SCHEDULE = {
{11,124,10},
{6,3,9},
{122,12,10},
{123,4,9},
{7,14,10},
{8,124,9},
{6,13,10},
{11,3,9},
{123,12,10},
{122,14,9},
{8,4,10},
{7,13,9}
{10,6,14},
{9,11,12},
{10,8,3},
{9,11,124},
{10,123,12},
{9,8,13},
{10,7,124},
{9,123,14},
{10,11,13},
{9,7,3}
}

SEASON_AFFIX = 121;
SEASON_AFFIX = 132;

-- ---------------------------------------------------------------------------------------------------------------------
function MythicPlusDrop:OnInitialize()
Expand Down
2 changes: 1 addition & 1 deletion MythicPlusDrop/MythicPlusDrop.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 100002
## Title: |cffd6266cMythicPlusDrop|r
## Version: 5.7
## Version: 5.8
## Author: BloodDragon2580
## Notes: Info for Mythic Dungeons

Expand Down

0 comments on commit 5800639

Please sign in to comment.