add speed skills to client
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user