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

View File

@@ -10,8 +10,8 @@
"power": 0.56,
"hullreinforcement": 138,
"thermres": 0.02,
"cost": 31765,
"symbol": "Int_GuardianHullReinforcement_class1_Class2",
"cost": 30000,
"symbol": "Int_GuardianHullReinforcement_Size1_Class2",
"grp": "ghrp"
},
{
@@ -24,8 +24,8 @@
"power": 0.45,
"hullreinforcement": 100,
"thermres": 0.02,
"cost": 10588,
"symbol": "Int_GuardianHullReinforcement_class1_Class1",
"cost": 10000,
"symbol": "Int_GuardianHullReinforcement_Size1_Class1",
"grp": "ghrp"
},
{
@@ -38,8 +38,8 @@
"power": 0.79,
"hullreinforcement": 238,
"thermres": 0.02,
"cost": 76235,
"symbol": "Int_GuardianHullReinforcement_class2_Class2",
"cost": 72000,
"symbol": "Int_GuardianHullReinforcement_Size2_Class2",
"grp": "ghrp"
},
{
@@ -52,8 +52,8 @@
"power": 0.68,
"hullreinforcement": 188,
"thermres": 0.02,
"cost": 25412,
"symbol": "Int_GuardianHullReinforcement_class2_Class1",
"cost": 24000,
"symbol": "Int_GuardianHullReinforcement_Size2_Class1",
"grp": "ghrp"
},
{
@@ -61,12 +61,13 @@
"class": "3",
"mass": 4,
"id": "1Z",
"edID": 128833948,
"edID": 128833950,
"eddbID": 0,
"power": 1.01,
"hullreinforcement": 325,
"thermres": 0.02,
"cost": 182965,
"cost": 172800,
"symbol": "Int_GuardianHullReinforcement_Size3_Class2",
"grp": "ghrp"
},
{
@@ -79,8 +80,8 @@
"power": 0.9,
"hullreinforcement": 288,
"thermres": 0.02,
"cost": 60988,
"symbol": "Int_GuardianHullReinforcement_class3_Class1",
"cost": 57600,
"symbol": "Int_GuardianHullReinforcement_Size3_Class1",
"grp": "ghrp"
},
{
@@ -92,9 +93,9 @@
"power": 1.24,
"hullreinforcement": 413,
"thermres": 0.02,
"cost": 439116,
"cost": 414720,
"id": "2R",
"symbol": "Int_GuardianHullReinforcement_class4_Class2",
"symbol": "Int_GuardianHullReinforcement_Size4_Class2",
"grp": "ghrp"
},
{
@@ -106,23 +107,23 @@
"power": 1.13,
"hullreinforcement": 375,
"thermres": 0.02,
"cost": 146372,
"cost": 138240,
"id": "2B",
"symbol": "Int_GuardianHullReinforcement_class4_Class1",
"symbol": "Int_GuardianHullReinforcement_Size4_Class1",
"grp": "ghrp"
},
{
"rating": "D",
"class": "5",
"mass": 16,
"edID": 128833953,
"edID": 128833954,
"eddbID": 0,
"power": 1.46,
"hullreinforcement": 488,
"thermres": 0.02,
"cost": 1053879,
"cost": 995330,
"id": "2C",
"symbol": "Int_GuardianHullReinforcement_class5_Class1",
"symbol": "Int_GuardianHullReinforcement_Size5_Class2",
"grp": "ghrp"
},
{
@@ -134,8 +135,9 @@
"power": 1.35,
"hullreinforcement": 450,
"thermres": 0.02,
"cost": 351294,
"cost": 331778,
"id": "2D",
"symbol": "Int_GuardianHullReinforcement_Size5_Class1",
"grp": "ghrp"
}
]

View File

@@ -8,10 +8,10 @@
"power": 0.34,
"protection": 0.6,
"integrity": 77,
"cost": 3176471,
"cost": 30000,
"id": "2E",
"edID": 128833956,
"symbol": "Int_GuardianModuleReinforcement_class1_Class2",
"symbol": "Int_GuardianModuleReinforcement_Size1_Class2",
"grp": "gmrp"
},
{
@@ -22,10 +22,10 @@
"power": 0.27,
"protection": 0.3,
"integrity": 85,
"cost": 1058824,
"cost": 10000,
"id": "2F",
"edID": 128833955,
"symbol": "Int_GuardianModuleReinforcement_class1_Class1",
"symbol": "Int_GuardianModuleReinforcement_Size1_Class1",
"grp": "gmrp"
},
{
@@ -36,10 +36,10 @@
"power": 0.47,
"protection": 0.6,
"integrity": 116,
"cost": 7623529,
"cost": 72000,
"id": "2G",
"edID": 128833958,
"symbol": "Int_GuardianModuleReinforcement_class2_Class2",
"symbol": "Int_GuardianModuleReinforcement_Size2_Class2",
"grp": "gmrp"
},
{
@@ -50,10 +50,10 @@
"power": 0.41,
"protection": 0.3,
"integrity": 127,
"cost": 2541176,
"id": "2G",
"cost": 24000,
"id": "2S",
"edID": 128833957,
"symbol": "Int_GuardianModuleReinforcement_class2_Class1",
"symbol": "Int_GuardianModuleReinforcement_Size2_Class1",
"grp": "gmrp"
},
{
@@ -64,10 +64,10 @@
"power": 0.61,
"protection": 0.6,
"integrity": 171,
"cost": 18296471,
"cost": 172800,
"id": "2H",
"edID": 128833960,
"symbol": "Int_GuardianModuleReinforcement_class3_Class2",
"symbol": "Int_GuardianModuleReinforcement_Size3_Class2",
"grp": "gmrp"
},
{
@@ -78,10 +78,10 @@
"power": 0.54,
"protection": 0.3,
"integrity": 187,
"cost": 6098824,
"cost": 57600,
"id": "2I",
"edID": 128833959,
"symbol": "Int_GuardianModuleReinforcement_class3_Class1",
"symbol": "Int_GuardianModuleReinforcement_Size3_Class1",
"grp": "gmrp"
},
{
@@ -92,10 +92,10 @@
"power": 0.74,
"protection": 0.6,
"integrity": 259,
"cost": 43911554,
"cost": 414720,
"id": "2J",
"edID": 128833962,
"symbol": "Int_GuardianModuleReinforcement_class4_Class2",
"symbol": "Int_GuardianModuleReinforcement_Size4_Class2",
"grp": "gmrp"
},
{
@@ -106,10 +106,10 @@
"power": 0.68,
"protection": 0.3,
"integrity": 286,
"cost": 14637225,
"cost": 138240,
"id": "2K",
"edID": 128833961,
"symbol": "Int_GuardianModuleReinforcement_class4_Class1",
"symbol": "Int_GuardianModuleReinforcement_Size4_Class1",
"grp": "gmrp"
},
{
@@ -120,10 +120,10 @@
"power": 0.88,
"protection": 0.6,
"integrity": 385,
"cost": 105387873,
"cost": 995330,
"id": "2L",
"edID": 128833964,
"symbol": "Int_GuardianModuleReinforcement_class5_Class2",
"symbol": "Int_GuardianModuleReinforcement_Size5_Class2",
"grp": "gmrp"
},
{
@@ -134,10 +134,10 @@
"power": 0.81,
"protection": 0.3,
"integrity": 424,
"cost": 35129412,
"cost": 331778,
"id": "2M",
"edID": 128833963,
"symbol": "Int_GuardianModuleReinforcement_class5_Class1",
"symbol": "Int_GuardianModuleReinforcement_Size5_Class1",
"grp": "gmrp"
}
]

View File

@@ -2,9 +2,10 @@
"gsrp": [
{
"shieldaddition": 44,
"integrity": 36,
"class": 1,
"cost": 10000,
"edID": 128668537,
"edID": 128833965,
"power": 0.35,
"eddbID": 1373,
"grp": "gsrp",
@@ -15,9 +16,10 @@
},
{
"shieldaddition": 61,
"integrity": 36,
"class": 1,
"cost": 24000,
"edID": 128668537,
"cost": 30000,
"edID": 128833966,
"power": 0.46,
"eddbID": 1373,
"grp": "gsrp",
@@ -28,9 +30,10 @@
},
{
"shieldaddition": 83,
"integrity": 36,
"class": 2,
"cost": 24000,
"edID": 128668537,
"edID": 128833967,
"power": 0.56,
"eddbID": 1373,
"grp": "gsrp",
@@ -41,9 +44,10 @@
},
{
"shieldaddition": 105,
"integrity": 36,
"class": 2,
"cost": 72621,
"edID": 128668537,
"cost": 72000,
"edID": 128833968,
"power": 0.67,
"eddbID": 1373,
"grp": "gsrp",
@@ -54,9 +58,10 @@
},
{
"shieldaddition": 143,
"integrity": 36,
"class": 3,
"cost": 174290,
"edID": 128668537,
"cost": 172800,
"edID": 128833970,
"power": 0.84,
"eddbID": 1373,
"grp": "gsrp",
@@ -67,9 +72,10 @@
},
{
"shieldaddition": 127,
"integrity": 36,
"class": 3,
"cost": 57600,
"edID": 128668537,
"edID": 128833969,
"power": 0.74,
"eddbID": 1373,
"grp": "gsrp",
@@ -80,9 +86,10 @@
},
{
"shieldaddition": 165,
"integrity": 36,
"class": 4,
"cost": 138240,
"edID": 128668537,
"edID": 128833971,
"power": 0.95,
"eddbID": 1373,
"grp": "gsrp",
@@ -93,10 +100,11 @@
},
{
"shieldaddition": 182,
"integrity": 36,
"class": 4,
"cost": 418295,
"edID": 128668537,
"power": 0.95,
"cost": 414720,
"edID": 128833972,
"power": 1.05,
"eddbID": 1373,
"grp": "gsrp",
"id": "1J",
@@ -106,9 +114,10 @@
},
{
"shieldaddition": 215,
"integrity": 36,
"class": 5,
"cost": 1003910,
"edID": 128668537,
"cost": 995330,
"edID": 128833974,
"power": 1.26,
"eddbID": 1373,
"grp": "gsrp",
@@ -119,9 +128,10 @@
},
{
"shieldaddition": 198,
"integrity": 36,
"class": 5,
"cost": 331778,
"edID": 128668537,
"edID": 128833973,
"power": 1.16,
"eddbID": 1373,
"grp": "gsrp",
@@ -131,4 +141,4 @@
"symbol": "Int_GuardianShieldReinforcement_Size5_Class1"
}
]
}
}