Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions slao_bot/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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>',
Expand Down Expand Up @@ -170,21 +173,21 @@ 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 = {
'5405', # Mana Gem
}

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 = {
Expand Down
4 changes: 4 additions & 0 deletions slao_bot/utils/enchants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down