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
+10 -2
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',
},
],
},
};