From 0d5b844f222181b990ba651a478a628515eb6202 Mon Sep 17 00:00:00 2001 From: Felix Linker Date: Sun, 26 Aug 2018 20:01:32 +0200 Subject: [PATCH] Large fixed, medium turreted shock cannon added --- modules/hardpoints/shock_cannon.json | 66 ++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/modules/hardpoints/shock_cannon.json b/modules/hardpoints/shock_cannon.json index ba3dea5..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, @@ -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 } ] }