add speed skills to client

This commit is contained in:
ntr 2019-01-07 18:39:31 +11:00
parent 44a083f440
commit 82c89fb6bc
2 changed files with 13 additions and 5 deletions

View File

@ -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',
},
],
},
};

View File

@ -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, //