add guardian mrps

This commit is contained in:
willyb321
2018-07-14 09:58:29 +10:00
parent a10f1710d2
commit 3cda3d69d9
5 changed files with 403 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ module.exports = {
rcpl: require('./internal/recon_limpet_controllers').rcpl,
gsrp: require('./internal/guardian_shield_reinforcement_package').gsrp,
gfsb: require('./internal/guardian_fsd_booster').gfsb,
ghrp: require('./internal/guardian_hull_reinforcement_package').ghrp
ghrp: require('./internal/guardian_hull_reinforcement_package').ghrp,
gmrp: require('./internal/guardian_module_reinforcement_package').gmrp
}
}

View File

@@ -0,0 +1,134 @@
{
"gmrp": [
{
"rating": "D",
"size": "1",
"mass": 1,
"eddbID": 0,
"power": 0.34,
"protection": 0.6,
"integrity": 77,
"cost": 3176471,
"id": "2E",
"edID": 128833956,
"symbol": "Int_GuardianModuleReinforcement_Size1_Class2"
},
{
"rating": "E",
"size": "1",
"mass": 2,
"eddbID": 0,
"power": 0.27,
"protection": 0.3,
"integrity": 85,
"cost": 1058824,
"id": "2F",
"edID": 128833955,
"symbol": "Int_GuardianModuleReinforcement_Size1_Class1"
},
{
"rating": "D",
"size": "2",
"mass": 2,
"eddbID": 0,
"power": 0.47,
"protection": 0.6,
"integrity": 116,
"cost": 7623529,
"id": "2G",
"edID": 128833958,
"symbol": "Int_GuardianModuleReinforcement_Size2_Class2"
},
{
"rating": "E",
"size": "2",
"mass": 4,
"eddbID": 0,
"power": 0.41,
"protection": 0.3,
"integrity": 127,
"cost": 2541176,
"id": "2G",
"edID": 128833957,
"symbol": "Int_GuardianModuleReinforcement_Size2_Class1"
},
{
"rating": "D",
"size": "3",
"mass": 4,
"eddbID": 0,
"power": 0.61,
"protection": 0.6,
"integrity": 171,
"cost": 18296471,
"id": "2H",
"edID": 128833960,
"symbol": "Int_GuardianModuleReinforcement_Size3_Class2"
},
{
"rating": "E",
"size": "3",
"mass": 8,
"eddbID": 0,
"power": 0.54,
"protection": 0.3,
"integrity": 187,
"cost": 6098824,
"id": "2I",
"edID": 128833959,
"symbol": "Int_GuardianModuleReinforcement_Size3_Class1"
},
{
"rating": "D",
"size": "4",
"mass": 8,
"eddbID": 0,
"power": 0.74,
"protection": 0.6,
"integrity": 259,
"cost": 43911554,
"id": "2J",
"edID": 128833962,
"symbol": "Int_GuardianModuleReinforcement_Size4_Class2"
},
{
"rating": "E",
"size": "4",
"mass": 16,
"eddbID": 0,
"power": 0.68,
"protection": 0.3,
"integrity": 286,
"cost": 14637225,
"id": "2K",
"edID": 128833961,
"symbol": "Int_GuardianModuleReinforcement_Size4_Class1"
},
{
"rating": "D",
"size": "5",
"mass": 16,
"eddbID": 0,
"power": 0.88,
"protection": 0.6,
"integrity": 385,
"cost": 105387873,
"id": "2L",
"edID": 128833964,
"symbol": "Int_GuardianModuleReinforcement_Size5_Class2"
},
{
"rating": "E",
"size": "5",
"mass": 32,
"eddbID": 0,
"power": 0.81,
"protection": 0.3,
"integrity": 424,
"cost": 35129412,
"id": "2M",
"edID": 128833963,
"symbol": "Int_GuardianModuleReinforcement_Size5_Class1"
}
]
}