diff --git a/slao_bot/utils/constants.py b/slao_bot/utils/constants.py index 4d3f6e4..4614eae 100644 --- a/slao_bot/utils/constants.py +++ b/slao_bot/utils/constants.py @@ -26,6 +26,9 @@ class Role(str, Enum): 'Mage_Arcane': '<:Mage_Arcane:880098759936196669>', 'Mage_Fire': '<:Mage_Fire:880083302306947113>', 'Mage_Frost': '<:Mage_Frost:881623228177596437>', + 'Monk_Brewmaster': '<:Monk_Brewmaster:1409483449370411138>', + 'Monk_Mistweaver': '<:Monk_Mistweaver:1409484164457304134>', + 'Monk_Windwalker': '<:Monk_Windwalker:1409484472579133511>', 'Paladin_Holy': '<:Paladin_Holy:880089741847060550>', 'Paladin_Justicar': '<:Paladin_Justicar:967337482020585553>', 'Paladin_Protection': '<:Paladin_Protection:880076303615787009>', @@ -170,10 +173,10 @@ class Role(str, Enum): } # Combat consumables with short cooldown -# Cata consumables +# MoP consumables HP_MANA_POTS = { - '78989', # Mythical hp pot - '78990', # Mythical mana pot + '105708', # Master Healing Potion + '105709', # Master Mana Potion } HP_MANA_STONES = { @@ -181,10 +184,10 @@ class Role(str, Enum): } COMBAT_POTS = { - '79475', # 4.8k armor - '79476', # 1.2k INT - '79633', # 1.2k AGI - '79634', # 1.2k STR + '105698', # 12k armor + '105702', # 4k INT + '105697', # 4k AGI + '105706', # 4k STR } POT_IMAGES = { diff --git a/slao_bot/utils/enchants.py b/slao_bot/utils/enchants.py index d3352ac..d44c03a 100644 --- a/slao_bot/utils/enchants.py +++ b/slao_bot/utils/enchants.py @@ -37,10 +37,14 @@ 4896, # Sanctified Spellthread ], 7: [ + 4426, # Boots - Greater Haste + 4427, # Boots - Greater Precision 4428, # Blurred Speed 4429, # Pandaren's Step ], 8: [ + 4411, # Bracer - Mastery + 4412, # Bracer - Major Dodge 4414, # Bracer - Super Intellect 4415, # Bracer - Exceptional Strength 4416, # Bracer - Greater Agility