add speed skills to client
This commit is contained in:
parent
44a083f440
commit
82c89fb6bc
@ -222,11 +222,11 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
name: 'Purify',
|
||||
description: 'remove physical debuffs from target cryp',
|
||||
description: 'remove magical debuffs from target cryp',
|
||||
},
|
||||
{
|
||||
name: 'Purge',
|
||||
description: 'remove magical debuffs from target cryp',
|
||||
description: 'remove magical buffs from target cryp',
|
||||
},
|
||||
{
|
||||
name: 'Banish',
|
||||
@ -236,6 +236,14 @@ module.exports = {
|
||||
name: 'Hex',
|
||||
description: 'magical based skill that prevents target cryp from using any skills',
|
||||
},
|
||||
{
|
||||
name: 'Haste',
|
||||
description: 'magical skill that increases speed of target cryp',
|
||||
},
|
||||
{
|
||||
name: 'Slow',
|
||||
description: 'magical skill that reduces speed of target cryp',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
@ -642,9 +642,9 @@ impl Skill {
|
||||
// -----------------
|
||||
// Chaos
|
||||
// -----------------
|
||||
Skill::Banish => 2,
|
||||
Skill::Hex => 1,
|
||||
Skill::Fear => 1,
|
||||
Skill::Banish => 5,
|
||||
Skill::Hex => 2,
|
||||
Skill::Fear => 2,
|
||||
Skill::Taunt => 2,
|
||||
Skill::Pause => 2, // extend durations
|
||||
// Skill::Lag => 2, //
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user