mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 15:55:35 +00:00
add guardian fsd boosters
This commit is contained in:
61
dist/index.js
vendored
61
dist/index.js
vendored
@@ -16756,6 +16756,67 @@ module.exports = {
|
||||
mass: 32,
|
||||
rating: "E",
|
||||
symbol: "Int_GuardianShieldReinforcement_Size5_Class1"
|
||||
} ],
|
||||
gfsb: [ {
|
||||
jumpboost: 4,
|
||||
class: 1,
|
||||
cost: 1e4,
|
||||
edID: 128668537,
|
||||
power: .35,
|
||||
eddbID: 1373,
|
||||
grp: "gfsb",
|
||||
id: "1H",
|
||||
mass: 1.3,
|
||||
rating: "H",
|
||||
symbol: "Int_GuardianFSDBooster_Size1"
|
||||
}, {
|
||||
jumpboost: 6,
|
||||
class: 2,
|
||||
cost: 1e4,
|
||||
edID: 128668537,
|
||||
power: .35,
|
||||
eddbID: 1373,
|
||||
grp: "gfsb",
|
||||
id: "1M",
|
||||
mass: 1.3,
|
||||
rating: "H",
|
||||
symbol: "Int_GuardianFSDBooster_Size2"
|
||||
}, {
|
||||
jumpboost: 7.75,
|
||||
class: 3,
|
||||
cost: 1e4,
|
||||
edID: 128668537,
|
||||
power: .35,
|
||||
eddbID: 1373,
|
||||
grp: "gfsb",
|
||||
id: "1N",
|
||||
mass: 1.3,
|
||||
rating: "H",
|
||||
symbol: "Int_GuardianFSDBooster_Size3"
|
||||
}, {
|
||||
jumpboost: 9.25,
|
||||
class: 4,
|
||||
cost: 1e4,
|
||||
edID: 128668537,
|
||||
power: .35,
|
||||
eddbID: 1373,
|
||||
grp: "gfsb",
|
||||
id: "1P",
|
||||
mass: 1.3,
|
||||
rating: "H",
|
||||
symbol: "Int_GuardianFSDBooster_Size4"
|
||||
}, {
|
||||
jumpboost: 10.5,
|
||||
class: 5,
|
||||
cost: 1e4,
|
||||
edID: 128668537,
|
||||
power: .35,
|
||||
eddbID: 1373,
|
||||
grp: "gfsb",
|
||||
id: "1O",
|
||||
mass: 1.3,
|
||||
rating: "H",
|
||||
symbol: "Int_GuardianFSDBooster_Size5"
|
||||
} ]
|
||||
}
|
||||
},
|
||||
|
||||
67
dist/index.json
vendored
67
dist/index.json
vendored
@@ -19604,6 +19604,73 @@
|
||||
"rating": "E",
|
||||
"symbol": "Int_GuardianShieldReinforcement_Size5_Class1"
|
||||
}
|
||||
],
|
||||
"gfsb": [
|
||||
{
|
||||
"jumpboost": 4,
|
||||
"class": 1,
|
||||
"cost": 10000,
|
||||
"edID": 128668537,
|
||||
"power": 0.35,
|
||||
"eddbID": 1373,
|
||||
"grp": "gfsb",
|
||||
"id": "1H",
|
||||
"mass": 1.3,
|
||||
"rating": "H",
|
||||
"symbol": "Int_GuardianFSDBooster_Size1"
|
||||
},
|
||||
{
|
||||
"jumpboost": 6,
|
||||
"class": 2,
|
||||
"cost": 10000,
|
||||
"edID": 128668537,
|
||||
"power": 0.35,
|
||||
"eddbID": 1373,
|
||||
"grp": "gfsb",
|
||||
"id": "1M",
|
||||
"mass": 1.3,
|
||||
"rating": "H",
|
||||
"symbol": "Int_GuardianFSDBooster_Size2"
|
||||
},
|
||||
{
|
||||
"jumpboost": 7.75,
|
||||
"class": 3,
|
||||
"cost": 10000,
|
||||
"edID": 128668537,
|
||||
"power": 0.35,
|
||||
"eddbID": 1373,
|
||||
"grp": "gfsb",
|
||||
"id": "1N",
|
||||
"mass": 1.3,
|
||||
"rating": "H",
|
||||
"symbol": "Int_GuardianFSDBooster_Size3"
|
||||
},
|
||||
{
|
||||
"jumpboost": 9.25,
|
||||
"class": 4,
|
||||
"cost": 10000,
|
||||
"edID": 128668537,
|
||||
"power": 0.35,
|
||||
"eddbID": 1373,
|
||||
"grp": "gfsb",
|
||||
"id": "1P",
|
||||
"mass": 1.3,
|
||||
"rating": "H",
|
||||
"symbol": "Int_GuardianFSDBooster_Size4"
|
||||
},
|
||||
{
|
||||
"jumpboost": 10.5,
|
||||
"class": 5,
|
||||
"cost": 10000,
|
||||
"edID": 128668537,
|
||||
"power": 0.35,
|
||||
"eddbID": 1373,
|
||||
"grp": "gfsb",
|
||||
"id": "1O",
|
||||
"mass": 1.3,
|
||||
"rating": "H",
|
||||
"symbol": "Int_GuardianFSDBooster_Size5"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -66,6 +66,7 @@ module.exports = {
|
||||
ss: require('./internal/surface_scanner').ss,
|
||||
rpl: require('./internal/repair_limpet_controller').rpl,
|
||||
rcpl: require('./internal/recon_limpet_controllers').rcpl,
|
||||
gsrp: require('./internal/guardian_shield_reinforcement_package').gsrp
|
||||
gsrp: require('./internal/guardian_shield_reinforcement_package').gsrp,
|
||||
gfsb: require('./internal/guardian_fsd_booster').gfsb
|
||||
}
|
||||
}
|
||||
|
||||
69
modules/internal/guardian_fsd_booster.json
Normal file
69
modules/internal/guardian_fsd_booster.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"gfsb": [
|
||||
{
|
||||
"jumpboost": 4,
|
||||
"class": 1,
|
||||
"cost": 10000,
|
||||
"edID": 128668537,
|
||||
"power": 0.35,
|
||||
"eddbID": 1373,
|
||||
"grp": "gfsb",
|
||||
"id": "1H",
|
||||
"mass": 1.3,
|
||||
"rating": "H",
|
||||
"symbol": "Int_GuardianFSDBooster_Size1"
|
||||
},
|
||||
{
|
||||
"jumpboost": 6,
|
||||
"class": 2,
|
||||
"cost": 10000,
|
||||
"edID": 128668537,
|
||||
"power": 0.35,
|
||||
"eddbID": 1373,
|
||||
"grp": "gfsb",
|
||||
"id": "1M",
|
||||
"mass": 1.3,
|
||||
"rating": "H",
|
||||
"symbol": "Int_GuardianFSDBooster_Size2"
|
||||
},
|
||||
{
|
||||
"jumpboost": 7.75,
|
||||
"class": 3,
|
||||
"cost": 10000,
|
||||
"edID": 128668537,
|
||||
"power": 0.35,
|
||||
"eddbID": 1373,
|
||||
"grp": "gfsb",
|
||||
"id": "1N",
|
||||
"mass": 1.3,
|
||||
"rating": "H",
|
||||
"symbol": "Int_GuardianFSDBooster_Size3"
|
||||
},
|
||||
{
|
||||
"jumpboost": 9.25,
|
||||
"class": 4,
|
||||
"cost": 10000,
|
||||
"edID": 128668537,
|
||||
"power": 0.35,
|
||||
"eddbID": 1373,
|
||||
"grp": "gfsb",
|
||||
"id": "1P",
|
||||
"mass": 1.3,
|
||||
"rating": "H",
|
||||
"symbol": "Int_GuardianFSDBooster_Size4"
|
||||
},
|
||||
{
|
||||
"jumpboost": 10.5,
|
||||
"class": 5,
|
||||
"cost": 10000,
|
||||
"edID": 128668537,
|
||||
"power": 0.35,
|
||||
"eddbID": 1373,
|
||||
"grp": "gfsb",
|
||||
"id": "1O",
|
||||
"mass": 1.3,
|
||||
"rating": "H",
|
||||
"symbol": "Int_GuardianFSDBooster_Size5"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user