Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save seriallos/36291fb3d4a9d7843bb1c3f4d47c966d to your computer and use it in GitHub Desktop.
Save seriallos/36291fb3d4a9d7843bb1c3f4d47c966d to your computer and use it in GitHub Desktop.
AzeritePower Spec Map
const azeriteUsable = {
0: 'any',
3: 'shaman - ele',
4: 'shaman - resto ?', // healing stream totem
5: 'dk - blood',
6: 'dk - frost ?',
7: 'dk - unholy',
8: 'dh - havoc + veng', // immolation aura
9: 'dh - havoc ?', // fel rush
10: 'dh - veng',
11: 'shaman - ele', // storm/fire elemental
12: 'shaman - enh', // stormstrike
13: 'shaman - all', // bloodlust
14: 'hunter - mm',
15: 'druid - balance',
16: 'druid - feral',
17: 'druid - guardian',
18: 'druid - resto',
19: 'hunter - bm',
20: 'hunter - bm + surv ?', // pet attack on serpent sting
21: 'mage - arcane',
22: 'mage - frost',
23: 'mage - fire',
24: 'monk - brew',
25: 'monk - mist',
26: 'monk - ww',
27: 'pal - holy',
28: 'pal - prot',
29: 'pal - ret + holy ?', // crusader strike
30: 'pal - ret',
31: 'priest - disc',
32: 'priest - holy',
33: 'priest - shadow',
34: 'rogue - assa',
35: 'rogue - outlaw',
36: 'rogue - sub',
37: 'lock - aff',
38: 'lock - destro',
39: 'lock - demo',
40: 'war - arms',
41: 'war - fury',
42: 'war - prot',
44: 'hunter - bm ?', // barbed shot
45: 'druid - guardian + feral', // thrash
46: 'monk - ww + mw',
47: 'war - fury + arms', // bladestorm
50: 'priest - shadow + disc', // sw:p
51: 'druid - guardian + resto + balance', // barksin
52: 'dk - blood + unholy',
153: 'hunter - bm + mm',
154: 'druid - balance + resto', // sunfire
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment