mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
[8082] Update Diminishing Returns.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
d23f80924c
commit
7eef6d2638
7 changed files with 86 additions and 55 deletions
|
|
@ -2325,24 +2325,20 @@ enum DiminishingGroup
|
|||
DIMINISHING_NONE,
|
||||
DIMINISHING_CONTROL_STUN, // Player Controlled stuns
|
||||
DIMINISHING_TRIGGER_STUN, // By aura proced stuns, usualy chance on hit talents
|
||||
DIMINISHING_SLEEP,
|
||||
DIMINISHING_CONTROL_ROOT, // Immobilizing effects from casted spells
|
||||
DIMINISHING_TRIGGER_ROOT, // Immobilizing effects from triggered spells like Frostbite
|
||||
DIMINISHING_FEAR, // Non-warlock fears
|
||||
DIMINISHING_FEAR_BLIND, // Fears & blind
|
||||
DIMINISHING_CHARM,
|
||||
// Mage Specific
|
||||
DIMINISHING_POLYMORPH,
|
||||
// Rogue Specific
|
||||
DIMINISHING_KIDNEYSHOT, // Kidney Shot is not diminished with Cheap Shot
|
||||
DIMINISHING_POLYMORPH_GOUGE_SAP,
|
||||
// Warlock Specific
|
||||
DIMINISHING_DEATHCOIL, // Death Coil Diminish only with another Death Coil
|
||||
DIMINISHING_WARLOCK_FEAR, // Also with Sedduction
|
||||
// Druid Specific
|
||||
DIMINISHING_CYCLONE, // From 2.3.0
|
||||
// Shared Class Specific
|
||||
DIMINISHING_BLIND_CYCLONE, // From 2.3.0
|
||||
DIMINISHING_CHEAPSHOT_POUNCE,
|
||||
DIMINISHING_DISARM, // From 2.3.0
|
||||
DIMINISHING_SILENCE, // From 2.3.0
|
||||
DIMINISHING_FREEZE, // Hunter's Freezing Trap
|
||||
DIMINISHING_KNOCKOUT, // Also with Sap, all Knockout mechanics are here
|
||||
DIMINISHING_FREEZE_SLEEP, // Hunter's Freezing Trap
|
||||
DIMINISHING_BANISH,
|
||||
// Other
|
||||
// Don't Diminish, but limit duration to 10s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue