mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 23:23:23 +00:00
Merge branch 'release/2.9.12'
This commit is contained in:
61
dist/index.js
vendored
61
dist/index.js
vendored
@@ -16192,6 +16192,67 @@ module.exports = {
|
||||
range: 2.38,
|
||||
rating: "A",
|
||||
symbol: "Int_DroneControl_Repair_Size7_Class5"
|
||||
} ],
|
||||
rcpl: [ {
|
||||
class: 1,
|
||||
cost: 2600,
|
||||
edID: 128837858,
|
||||
eddbID: 1636,
|
||||
grp: "rcpl",
|
||||
id: "0L",
|
||||
mass: 1.3,
|
||||
maximum: 1,
|
||||
power: .18,
|
||||
range: 1.2,
|
||||
rating: "E",
|
||||
integrity: 24,
|
||||
hacktime: 22,
|
||||
symbol: "Int_DroneControl_Recon_Size1_Class1"
|
||||
}, {
|
||||
class: 3,
|
||||
cost: 8200,
|
||||
edID: 128841592,
|
||||
eddbID: 1637,
|
||||
grp: "rcpl",
|
||||
id: "0M",
|
||||
mass: 2,
|
||||
maximum: 1,
|
||||
power: .2,
|
||||
range: 1.4,
|
||||
rating: "E",
|
||||
integrity: 51,
|
||||
hacktime: 17,
|
||||
symbol: "Int_DroneControl_Recon_Size3_Class1"
|
||||
}, {
|
||||
class: 5,
|
||||
cost: 75800,
|
||||
edID: 128841593,
|
||||
eddbID: 1638,
|
||||
grp: "rcpl",
|
||||
id: "0N",
|
||||
mass: 20,
|
||||
maximum: 1,
|
||||
power: .5,
|
||||
range: 1.7,
|
||||
rating: "E",
|
||||
integrity: 96,
|
||||
hacktime: 13,
|
||||
symbol: "Int_DroneControl_Recon_Size5_Class1"
|
||||
}, {
|
||||
class: 7,
|
||||
cost: 612200,
|
||||
edID: 128841594,
|
||||
eddbID: 1639,
|
||||
grp: "rcpl",
|
||||
id: "0O",
|
||||
mass: 128,
|
||||
maximum: 1,
|
||||
power: .97,
|
||||
range: 2,
|
||||
rating: "E",
|
||||
integrity: 157,
|
||||
hacktime: 10,
|
||||
symbol: "Int_DroneControl_Recon_Size7_Class1"
|
||||
} ]
|
||||
}
|
||||
},
|
||||
|
||||
66
dist/index.json
vendored
66
dist/index.json
vendored
@@ -18888,6 +18888,72 @@
|
||||
"rating": "A",
|
||||
"symbol": "Int_DroneControl_Repair_Size7_Class5"
|
||||
}
|
||||
],
|
||||
"rcpl": [
|
||||
{
|
||||
"class": 1,
|
||||
"cost": 2600,
|
||||
"edID": 128837858,
|
||||
"eddbID": 1636,
|
||||
"grp": "rcpl",
|
||||
"id": "0L",
|
||||
"mass": 1.3,
|
||||
"maximum": 1,
|
||||
"power": 0.18,
|
||||
"range": 1.2,
|
||||
"rating": "E",
|
||||
"integrity": 24,
|
||||
"hacktime": 22,
|
||||
"symbol": "Int_DroneControl_Recon_Size1_Class1"
|
||||
},
|
||||
{
|
||||
"class": 3,
|
||||
"cost": 8200,
|
||||
"edID": 128841592,
|
||||
"eddbID": 1637,
|
||||
"grp": "rcpl",
|
||||
"id": "0M",
|
||||
"mass": 2,
|
||||
"maximum": 1,
|
||||
"power": 0.2,
|
||||
"range": 1.4,
|
||||
"rating": "E",
|
||||
"integrity": 51,
|
||||
"hacktime": 17,
|
||||
"symbol": "Int_DroneControl_Recon_Size3_Class1"
|
||||
},
|
||||
{
|
||||
"class": 5,
|
||||
"cost": 75800,
|
||||
"edID": 128841593,
|
||||
"eddbID": 1638,
|
||||
"grp": "rcpl",
|
||||
"id": "0N",
|
||||
"mass": 20,
|
||||
"maximum": 1,
|
||||
"power": 0.5,
|
||||
"range": 1.7,
|
||||
"rating": "E",
|
||||
"integrity": 96,
|
||||
"hacktime": 13,
|
||||
"symbol": "Int_DroneControl_Recon_Size5_Class1"
|
||||
},
|
||||
{
|
||||
"class": 7,
|
||||
"cost": 612200,
|
||||
"edID": 128841594,
|
||||
"eddbID": 1639,
|
||||
"grp": "rcpl",
|
||||
"id": "0O",
|
||||
"mass": 128,
|
||||
"maximum": 1,
|
||||
"power": 0.97,
|
||||
"range": 2,
|
||||
"rating": "E",
|
||||
"integrity": 157,
|
||||
"hacktime": 10,
|
||||
"symbol": "Int_DroneControl_Recon_Size7_Class1"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -64,6 +64,7 @@ module.exports = {
|
||||
scb: require('./internal/shield_cell_bank').scb,
|
||||
sg: require('./internal/shield_generator').sg,
|
||||
ss: require('./internal/surface_scanner').ss,
|
||||
rpl: require('./internal/repair_limpet_controller').rpl
|
||||
rpl: require('./internal/repair_limpet_controller').rpl,
|
||||
rcpl: require('./internal/recon_limpet_controllers').rcpl
|
||||
}
|
||||
}
|
||||
|
||||
68
modules/internal/recon_limpet_controllers.json
Normal file
68
modules/internal/recon_limpet_controllers.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"rcpl": [
|
||||
{
|
||||
"class": 1,
|
||||
"cost": 2600,
|
||||
"edID": 128837858,
|
||||
"eddbID": 1636,
|
||||
"grp": "rcpl",
|
||||
"id": "0L",
|
||||
"mass": 1.3,
|
||||
"maximum": 1,
|
||||
"power": 0.18,
|
||||
"range": 1.2,
|
||||
"rating": "E",
|
||||
"integrity": 24,
|
||||
"hacktime": 22,
|
||||
"symbol": "Int_DroneControl_Recon_Size1_Class1"
|
||||
},
|
||||
{
|
||||
"class": 3,
|
||||
"cost": 8200,
|
||||
"edID": 128841592,
|
||||
"eddbID": 1637,
|
||||
"grp": "rcpl",
|
||||
"id": "0M",
|
||||
"mass": 2,
|
||||
"maximum": 1,
|
||||
"power": 0.2,
|
||||
"range": 1.4,
|
||||
"rating": "E",
|
||||
"integrity": 51,
|
||||
"hacktime": 17,
|
||||
"symbol": "Int_DroneControl_Recon_Size3_Class1"
|
||||
},
|
||||
{
|
||||
"class": 5,
|
||||
"cost": 75800,
|
||||
"edID": 128841593,
|
||||
"eddbID": 1638,
|
||||
"grp": "rcpl",
|
||||
"id": "0N",
|
||||
"mass": 20,
|
||||
"maximum": 1,
|
||||
"power": 0.5,
|
||||
"range": 1.7,
|
||||
"rating": "E",
|
||||
"integrity": 96,
|
||||
"hacktime": 13,
|
||||
"symbol": "Int_DroneControl_Recon_Size5_Class1"
|
||||
},
|
||||
{
|
||||
"class": 7,
|
||||
"cost": 612200,
|
||||
"edID": 128841594,
|
||||
"eddbID": 1639,
|
||||
"grp": "rcpl",
|
||||
"id": "0O",
|
||||
"mass": 128,
|
||||
"maximum": 1,
|
||||
"power": 0.97,
|
||||
"range": 2,
|
||||
"rating": "E",
|
||||
"integrity": 157,
|
||||
"hacktime": 10,
|
||||
"symbol": "Int_DroneControl_Recon_Size7_Class1"
|
||||
}
|
||||
]
|
||||
}
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "coriolis-data",
|
||||
"version": "2.9.11",
|
||||
"version": "2.9.12",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "coriolis-data",
|
||||
"version": "2.9.11",
|
||||
"version": "2.9.12",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/EDCD/coriolis-data"
|
||||
|
||||
Reference in New Issue
Block a user