mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 15:55:35 +00:00
add recon limpet controllers
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user