mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 07:33:24 +00:00
Merge pull request #43 from felixlinker/feature/modules
Missing shock cannons and research limpet controller added
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"damage": 13,
|
||||
"distdraw": 0.24,
|
||||
"thermload": 3.6,
|
||||
"piercing": 70,
|
||||
"piercing": 80,
|
||||
"shotspeed": 550,
|
||||
"rof": 0.5,
|
||||
"clip": 1,
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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