Guardian Module Fixes

- eliminate duplicate internal IDs to make Guardian PD Size 4 and
  Guardian MRP 2E available
- fix Frontier ID ('edID') for all guardian modules
- fix prices for all guardian modules
- add missing Frontier internal names ('symbol')
This commit is contained in:
CMDR Cometborne
2018-07-21 17:44:17 +02:00
parent b7913eaa75
commit 0d1d04d6b8
9 changed files with 122 additions and 103 deletions

View File

@@ -2,9 +2,10 @@
"gfsb": [
{
"jumpboost": 4,
"integrity": 32,
"class": 1,
"cost": 10000,
"edID": 128668537,
"cost": 405022,
"edID": 128833975,
"power": 0.75,
"eddbID": 1373,
"grp": "gfsb",
@@ -15,9 +16,10 @@
},
{
"jumpboost": 6,
"integrity": 32,
"class": 2,
"cost": 10000,
"edID": 128668537,
"cost": 810521,
"edID": 128833976,
"power": 0.98,
"eddbID": 1373,
"grp": "gfsb",
@@ -28,9 +30,10 @@
},
{
"jumpboost": 7.75,
"integrity": 32,
"class": 3,
"cost": 10000,
"edID": 128668537,
"cost": 1620431,
"edID": 128833977,
"power": 1.27,
"eddbID": 1373,
"grp": "gfsb",
@@ -41,9 +44,10 @@
},
{
"jumpboost": 9.25,
"integrity": 32,
"class": 4,
"cost": 10000,
"edID": 128668537,
"cost": 3245013,
"edID": 128833978,
"power": 1.65,
"eddbID": 1373,
"grp": "gfsb",
@@ -54,9 +58,10 @@
},
{
"jumpboost": 10.5,
"integrity": 32,
"class": 5,
"cost": 10000,
"edID": 128668537,
"cost": 6483101,
"edID": 128833979,
"power": 2.14,
"eddbID": 1373,
"grp": "gfsb",
@@ -66,4 +71,4 @@
"symbol": "Int_GuardianFSDBooster_Size5"
}
]
}
}