life name changes server
This commit is contained in:
@@ -121,7 +121,7 @@ module.exports = {
|
||||
colours: '2 Blue',
|
||||
},
|
||||
|
||||
Life: {
|
||||
Shield: {
|
||||
description: 'grants immunity to magical skills to target cryp',
|
||||
colours: '1 Green 1 Blue',
|
||||
},
|
||||
@@ -236,31 +236,31 @@ module.exports = {
|
||||
},
|
||||
|
||||
RedLifeI: {
|
||||
description: 'Increased red Life',
|
||||
description: 'Increased red shield',
|
||||
colours: ['red'],
|
||||
thresholds: [5, 10, 20],
|
||||
},
|
||||
|
||||
BlueLifeI: {
|
||||
description: 'Increased blue Life',
|
||||
description: 'Increased blue shield',
|
||||
colours: ['blue'],
|
||||
thresholds: [5, 10, 20],
|
||||
},
|
||||
|
||||
LRSI: {
|
||||
description: 'Increased life and red Life',
|
||||
description: 'Increased life and red shield',
|
||||
colours: ['green', 'red'],
|
||||
thresholds: [2, 5, 10],
|
||||
},
|
||||
|
||||
LBSI: {
|
||||
description: 'Increased life and blue Life',
|
||||
description: 'Increased life and blue shield',
|
||||
colours: ['green', 'blue'],
|
||||
thresholds: [2, 5, 10],
|
||||
},
|
||||
|
||||
RBSI: {
|
||||
description: 'Increased red and blue Life',
|
||||
description: 'Increased red and blue shield',
|
||||
colours: ['red', 'blue'],
|
||||
thresholds: [2, 5, 10],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user