rename specs

This commit is contained in:
ntr
2019-04-10 11:10:53 +10:00
parent 2bd59262eb
commit 2a13de5bc2
4 changed files with 27 additions and 27 deletions
+3 -3
View File
@@ -247,19 +247,19 @@ module.exports = {
thresholds: [5, 10, 20],
},
LRSI: {
GRLI: {
description: 'Increased life and red shield',
colours: ['green', 'red'],
thresholds: [2, 5, 10],
},
LBSI: {
GBLI: {
description: 'Increased life and blue shield',
colours: ['green', 'blue'],
thresholds: [2, 5, 10],
},
RBSI: {
RBLI: {
description: 'Increased red and blue shield',
colours: ['red', 'blue'],
thresholds: [2, 5, 10],