diff --git a/modules/hardpoints/remote_release_flechette_launcher.json b/modules/hardpoints/remote_release_flechette_launcher.json index 476f5b9..6a3ea9d 100644 --- a/modules/hardpoints/remote_release_flechette_launcher.json +++ b/modules/hardpoints/remote_release_flechette_launcher.json @@ -15,7 +15,7 @@ "damage": 13, "distdraw": 0.24, "thermload": 3.6, - "piercing": 70, + "piercing": 80, "shotspeed": 550, "rof": 0.5, "clip": 1, diff --git a/modules/hardpoints/shock_cannon.json b/modules/hardpoints/shock_cannon.json index 3465814..3d00d16 100644 --- a/modules/hardpoints/shock_cannon.json +++ b/modules/hardpoints/shock_cannon.json @@ -1,5 +1,38 @@ { "tbsc": [ + { + "rating": "C", + "class": 3, + "grp": "tbsc", + "id": "yG", + "eddbID": 0, + "edID": 128834780, + "mount": "F", + "cost": 1015750, + "mass": 8, + "integrity": 64, + "power": 0.89, + "damage": 18.1, + "distdraw": 0.92, + "thermload": 2.7, + "piercing": 60, + "range": 3000, + "shotspeed": 1200, + "rof": 10, + "roundspershot": 0, + "clip": 16, + "ammo": 240, + "reload": 6, + "breachdmg": 12.7, + "breachmin": 0.4, + "breachmax": 0.8, + "jitter": 0, + "symbol": "Hpt_PlasmaShockCannon_Fixed_Large", + "damagedist": { + "K": 1 + }, + "falloff": 2500 + }, { "rating": "C", "class": 3, @@ -19,17 +52,17 @@ "falloff": 2500, "integrity": 64, "mount": "G", - "piercing": 95, + "piercing": 60, "power": 0.89, "range": 3000, "rof": 10, "shotspeed": 1200, "thermload": 3.1, - "cost": 1015750, + "cost": 2249050, "reload": 6, "id": "2N", - "edID": 128834780, - "symbol": "Hpt_PlasmaShockCannon_Fixed_Large" + "edID": 128834781, + "symbol": "Hpt_PlasmaShockCannon_Gimbal_Large" }, { "rating": "D", @@ -123,6 +156,39 @@ "K": 1 }, "falloff": 2500 + }, + { + "rating": "E", + "class": 2, + "grp": "tbsc", + "id": "0", + "eddbID": 0, + "edID": 128834004, + "mount": "T", + "cost": 1359200, + "mass": 4, + "integrity": 51, + "power": 0.5, + "damage": 9.0, + "distdraw": 0.39, + "thermload": 1.2, + "piercing": 40, + "range": 3000, + "shotspeed": 1200, + "rof": 10, + "roundspershot": 0, + "clip": 16, + "ammo": 240, + "reload": 6, + "breachdmg": 6.3, + "breachmin": 0.4, + "breachmax": 0.8, + "jitter": 0, + "symbol": "Hpt_PlasmaShockCannon_Turret_Medium", + "damagedist": { + "K": 1 + }, + "falloff": 2500 } ] } diff --git a/modules/index.js b/modules/index.js index 58329b7..b386273 100644 --- a/modules/index.js +++ b/modules/index.js @@ -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, diff --git a/modules/internal/research_limpet_controller.json b/modules/internal/research_limpet_controller.json new file mode 100644 index 0000000..435d652 --- /dev/null +++ b/modules/internal/research_limpet_controller.json @@ -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 + } + ] +}