life name changes server

This commit is contained in:
ntr
2019-04-09 16:12:17 +10:00
parent 4cf2b0a7bc
commit 94f07153dc
4 changed files with 38 additions and 44 deletions
+6 -6
View File
@@ -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],
},