rename specs
This commit is contained in:
@@ -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],
|
||||
|
||||
@@ -69,9 +69,9 @@ const SPECS = {
|
||||
GreenLifeI: { colour: 'green', caption: 'Life', svg: shapes.square },
|
||||
RedLifeI: { colour: 'red', caption: 'Life', svg: shapes.square },
|
||||
BlueLifeI: { colour: 'blue', caption: 'Life', svg: shapes.square },
|
||||
LRSI: { colour: 'yellow', caption: 'Life', svg: shapes.square },
|
||||
LBSI: { colour: 'cyan', caption: 'Life', svg: shapes.square },
|
||||
RBSI: { colour: 'purple', caption: 'Life', svg: shapes.square },
|
||||
GRLI: { colour: 'yellow', caption: 'Life', svg: shapes.square },
|
||||
GBLI: { colour: 'cyan', caption: 'Life', svg: shapes.square },
|
||||
RBLI: { colour: 'purple', caption: 'Life', svg: shapes.square },
|
||||
|
||||
Damage: { colour: 'white', caption: 'Damage', svg: shapes.circle },
|
||||
RedDamageI: { colour: 'red', caption: 'DamageI', svg: shapes.circle },
|
||||
|
||||
Reference in New Issue
Block a user