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

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
}
]
}