mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
Fix up name of shield boost
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user