quick skill rework

This commit is contained in:
ntr
2018-12-17 17:05:19 +11:00
parent 6bacdb9181
commit 0d833f9b7d
5 changed files with 98 additions and 78 deletions
+13 -14
View File
@@ -128,7 +128,7 @@ module.exports = {
// 'Paralyse',
'Strangle', // physical dot and disable
// 'Strangle', // physical dot and disable
'Stun',
'Throw',
@@ -151,10 +151,9 @@ module.exports = {
'Heal',
'Triage', // hot
// 'TriageTick',
'Throw', // no dmg stun', adds vulnerable
'Charm',
'Calm',
'Rez',
// 'Charm',
// 'Calm',
// 'Rez',
// -------------------
// Destruction
@@ -166,17 +165,17 @@ module.exports = {
'Drain',
// 'DrainTick',
'Curse',
'Plague', // aoe dot
'Ruin', // aoe
// 'Plague', // aoe dot
// 'Ruin', // aoe
// -----------------
// Purity
// -----------------
'Empower',
'Slay',
// 'Slay',
'Shield',
'Silence',
'Inquiry',
// 'Inquiry',
'Purify',
'Purge',
// '// Precision',
@@ -184,11 +183,11 @@ module.exports = {
// -----------------
// Chaos
// -----------------
'Banish',
'Hex',
'Fear',
'Taunt',
'Pause', // speed slow
'Banish', // disables everything, incoming and outgoing
'Hex', // stun but as a spell
// 'Fear',
// 'Taunt',
// 'Pause', // speed slow
],
},
};