Fix up name of shield boost

This commit is contained in:
Cmdr McDonald
2016-11-04 22:33:55 +00:00
parent 422655ffae
commit c0c19b157b
3 changed files with 15 additions and 15 deletions

10
dist/index.js vendored
View File

@@ -8429,7 +8429,7 @@ module.exports = {
passive: 1,
power: .2,
rating: "E",
shieldmul: .04
shieldboost: .04
}, {
class: 0,
cost: 23e3,
@@ -8442,7 +8442,7 @@ module.exports = {
passive: 1,
power: .5,
rating: "D",
shieldmul: .08
shieldboost: .08
}, {
class: 0,
cost: 53e3,
@@ -8455,7 +8455,7 @@ module.exports = {
passive: 1,
power: .7,
rating: "C",
shieldmul: .12
shieldboost: .12
}, {
class: 0,
cost: 122e3,
@@ -8468,7 +8468,7 @@ module.exports = {
passive: 1,
power: 1,
rating: "B",
shieldmul: .16
shieldboost: .16
}, {
class: 0,
cost: 281e3,
@@ -8481,7 +8481,7 @@ module.exports = {
passive: 1,
power: 1.2,
rating: "A",
shieldmul: .2
shieldboost: .2
} ],
ch: [ {
ammo: 10,

10
dist/index.json vendored
View File

@@ -10441,7 +10441,7 @@
"passive": 1,
"power": 0.2,
"rating": "E",
"shieldmul": 0.04
"shieldboost": 0.04
},
{
"class": 0,
@@ -10455,7 +10455,7 @@
"passive": 1,
"power": 0.5,
"rating": "D",
"shieldmul": 0.08
"shieldboost": 0.08
},
{
"class": 0,
@@ -10469,7 +10469,7 @@
"passive": 1,
"power": 0.7,
"rating": "C",
"shieldmul": 0.12
"shieldboost": 0.12
},
{
"class": 0,
@@ -10483,7 +10483,7 @@
"passive": 1,
"power": 1,
"rating": "B",
"shieldmul": 0.16
"shieldboost": 0.16
},
{
"class": 0,
@@ -10497,7 +10497,7 @@
"passive": 1,
"power": 1.2,
"rating": "A",
"shieldmul": 0.2
"shieldboost": 0.2
}
],
"ch": [

View File

@@ -12,7 +12,7 @@
"passive": 1,
"power": 0.2,
"rating": "E",
"shieldmul": 0.04
"shieldboost": 0.04
},
{
"class": 0,
@@ -26,7 +26,7 @@
"passive": 1,
"power": 0.5,
"rating": "D",
"shieldmul": 0.08
"shieldboost": 0.08
},
{
"class": 0,
@@ -40,7 +40,7 @@
"passive": 1,
"power": 0.7,
"rating": "C",
"shieldmul": 0.12
"shieldboost": 0.12
},
{
"class": 0,
@@ -54,7 +54,7 @@
"passive": 1,
"power": 1,
"rating": "B",
"shieldmul": 0.16
"shieldboost": 0.16
},
{
"class": 0,
@@ -68,7 +68,7 @@
"passive": 1,
"power": 1.2,
"rating": "A",
"shieldmul": 0.2
"shieldboost": 0.2
}
]
}