mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- fixed CC module spell id's by removing spells/effects that no longer exist, adding some new ones, and updating id's of ones that have changed
This commit is contained in:
@ -12,8 +12,6 @@ local StunCCList = {
|
|||||||
408,
|
408,
|
||||||
-- cheap shot
|
-- cheap shot
|
||||||
1833,
|
1833,
|
||||||
-- mace stun effect
|
|
||||||
5530,
|
|
||||||
-- shadowfury
|
-- shadowfury
|
||||||
30283,
|
30283,
|
||||||
-- hammer of justice
|
-- hammer of justice
|
||||||
@ -21,15 +19,11 @@ local StunCCList = {
|
|||||||
-- impact
|
-- impact
|
||||||
12355,
|
12355,
|
||||||
-- blackout
|
-- blackout
|
||||||
15268,
|
44415,
|
||||||
-- intimidation
|
-- intimidation
|
||||||
19577,
|
19577,
|
||||||
-- charge stun
|
-- charge stun
|
||||||
7922,
|
7922,
|
||||||
-- intercept stun
|
|
||||||
30153,
|
|
||||||
-- revenge stun
|
|
||||||
12798,
|
|
||||||
-- concussion blow
|
-- concussion blow
|
||||||
12809,
|
12809,
|
||||||
-- bash
|
-- bash
|
||||||
@ -38,10 +32,6 @@ local StunCCList = {
|
|||||||
22570,
|
22570,
|
||||||
-- pounce
|
-- pounce
|
||||||
9005,
|
9005,
|
||||||
-- improved concussive shot
|
|
||||||
19407,
|
|
||||||
-- starfire stun
|
|
||||||
16922,
|
|
||||||
-- war stomp
|
-- war stomp
|
||||||
20549,
|
20549,
|
||||||
-- deep freeze
|
-- deep freeze
|
||||||
@ -50,8 +40,6 @@ local StunCCList = {
|
|||||||
46968,
|
46968,
|
||||||
-- Gnaw
|
-- Gnaw
|
||||||
47481,
|
47481,
|
||||||
-- stun proc
|
|
||||||
20170,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
local IncapacitateCCList = {
|
local IncapacitateCCList = {
|
||||||
@ -75,12 +63,14 @@ local IncapacitateCCList = {
|
|||||||
28272,
|
28272,
|
||||||
-- Polymorph: Turtle
|
-- Polymorph: Turtle
|
||||||
28271,
|
28271,
|
||||||
|
-- Polymorph: Penguin
|
||||||
|
59634,
|
||||||
-- Hibernate
|
-- Hibernate
|
||||||
2637,
|
2637,
|
||||||
-- Freezing Trap Effect
|
-- Freezing Trap Effect
|
||||||
3355,
|
3355,
|
||||||
-- Chastise
|
-- Holy Word: Chastise
|
||||||
44041,
|
88625,
|
||||||
-- Banish
|
-- Banish
|
||||||
710,
|
710,
|
||||||
-- Shackle Undead
|
-- Shackle Undead
|
||||||
@ -91,10 +81,6 @@ local IncapacitateCCList = {
|
|||||||
49203,
|
49203,
|
||||||
-- Seduction
|
-- Seduction
|
||||||
6358,
|
6358,
|
||||||
-- Freezing Arrow
|
|
||||||
60210,
|
|
||||||
-- Shackle
|
|
||||||
10955,
|
|
||||||
-- Turn Evil
|
-- Turn Evil
|
||||||
10326,
|
10326,
|
||||||
}
|
}
|
||||||
@ -107,17 +93,17 @@ local FearCCList = {
|
|||||||
-- Howl of Terror
|
-- Howl of Terror
|
||||||
5484,
|
5484,
|
||||||
-- Death Coil
|
-- Death Coil
|
||||||
47860,
|
6789,
|
||||||
-- Intimidating Shout
|
-- Intimidating Shout
|
||||||
5246,
|
5246,
|
||||||
-- Hex
|
-- Hex
|
||||||
51514,
|
51514,
|
||||||
-- Scare Beast
|
-- Scare Beast
|
||||||
14327,
|
1513,
|
||||||
}
|
}
|
||||||
|
|
||||||
local SilenceCCList = {
|
local SilenceCCList = {
|
||||||
-- Shield of the Templar
|
-- Avenger's Shield
|
||||||
63529,
|
63529,
|
||||||
-- Silence
|
-- Silence
|
||||||
15487,
|
15487,
|
||||||
@ -134,7 +120,7 @@ local SilenceCCList = {
|
|||||||
-- Arcane Torrent
|
-- Arcane Torrent
|
||||||
25046,
|
25046,
|
||||||
-- Improved Kick
|
-- Improved Kick
|
||||||
13867,
|
18425,
|
||||||
-- Improved Counterspell
|
-- Improved Counterspell
|
||||||
55021,
|
55021,
|
||||||
-- Strangulate
|
-- Strangulate
|
||||||
@ -147,8 +133,6 @@ local SilenceCCList = {
|
|||||||
51722,
|
51722,
|
||||||
-- Psychic Horror
|
-- Psychic Horror
|
||||||
64058,
|
64058,
|
||||||
-- Chimera Shot - Scorpid
|
|
||||||
53359,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
local RootCCList = {
|
local RootCCList = {
|
||||||
@ -157,7 +141,7 @@ local RootCCList = {
|
|||||||
-- Entangling Roots - Nature's Grasp
|
-- Entangling Roots - Nature's Grasp
|
||||||
16689,
|
16689,
|
||||||
-- Frost Nova
|
-- Frost Nova
|
||||||
42917,
|
122,
|
||||||
-- Earthbind Effect
|
-- Earthbind Effect
|
||||||
64695,
|
64695,
|
||||||
-- Shattered Barrier
|
-- Shattered Barrier
|
||||||
@ -166,16 +150,16 @@ local RootCCList = {
|
|||||||
23694,
|
23694,
|
||||||
-- Freeze
|
-- Freeze
|
||||||
33395,
|
33395,
|
||||||
-- Frostbite
|
-- Entrapment 2 sec
|
||||||
12494,
|
19185,
|
||||||
-- Entrapment
|
-- Entrapment 4 sec
|
||||||
64804,
|
64803,
|
||||||
-- Web
|
-- Web
|
||||||
4167,
|
4167,
|
||||||
-- Pin
|
-- Pin
|
||||||
53548,
|
50245,
|
||||||
-- Venom Web Spray
|
-- Venom Web Spray
|
||||||
55509,
|
54706,
|
||||||
-- Chains of Ice
|
-- Chains of Ice
|
||||||
45524,
|
45524,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user