mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 15:13:23 +00:00
Added research limpet controller
This commit is contained in:
@@ -72,6 +72,7 @@ module.exports = {
|
||||
ss: require('./internal/surface_scanner').ss,
|
||||
rpl: require('./internal/repair_limpet_controller').rpl,
|
||||
rcpl: require('./internal/recon_limpet_controllers').rcpl,
|
||||
rsl: require('./internal/research_limpet_controller.json').rsl,
|
||||
gsrp: require('./internal/guardian_shield_reinforcement_package').gsrp,
|
||||
gfsb: require('./internal/guardian_fsd_booster').gfsb,
|
||||
ghrp: require('./internal/guardian_hull_reinforcement_package').ghrp,
|
||||
|
||||
20
modules/internal/research_limpet_controller.json
Normal file
20
modules/internal/research_limpet_controller.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"rsl": [
|
||||
{
|
||||
"rating": "E",
|
||||
"class": 1,
|
||||
"grp": "rsl",
|
||||
"id": "0",
|
||||
"eddbID": 1617,
|
||||
"edID": 128793116,
|
||||
"cost": 1749600,
|
||||
"mass": 1.3,
|
||||
"maximum": 1,
|
||||
"power": 0.4,
|
||||
"range": 2000,
|
||||
"symbol": "Int_DroneControl_UnkVesselResearch",
|
||||
"time": 300,
|
||||
"integrity": 20
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user