From 9f79b7d8fec1546901c4e26d024860a78a7f96ec Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Sat, 15 Oct 2016 17:11:55 +0100 Subject: [PATCH] Added Advanced Plasma Accelerator --- dist/index.js | 18 ++++++++++++------ dist/index.json | 18 ++++++++++++------ modules/hardpoints/plasma_accelerator.json | 2 +- 3 files changed, 25 insertions(+), 13 deletions(-) diff --git a/dist/index.js b/dist/index.js index b045a73..ec67786 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6713,17 +6713,23 @@ module.exports = { rating: "B", cost: 4119120, mass: 8, + integrity: 64, power: 1.97, mount: "F", type: "KT", - damage: 8, - armourpen: "A", - rof: 1.67, - dps: 4, - thermload: 4, + armourpen: 70, + breachdps: 22.48, + breachmin: .4, + breachmax: .8, + dps: 27.5, + eps: 8.8, + hps: 8.8, + range: 3500, + rof: .8, clip: 20, ammo: 300, - ammocost: 67, + speed: 875, + reload: 8, pp: "Denton Patreus" } ], mr: [ { diff --git a/dist/index.json b/dist/index.json index ac8ea45..e721a20 100644 --- a/dist/index.json +++ b/dist/index.json @@ -8687,17 +8687,23 @@ "rating": "B", "cost": 4119120, "mass": 8, + "integrity": 64, "power": 1.97, "mount": "F", "type": "KT", - "damage": 8, - "armourpen": "A", - "rof": 1.67, - "dps": 4, - "thermload": 4, + "armourpen": 70, + "breachdps": 22.48, + "breachmin": 0.4, + "breachmax": 0.8, + "dps": 27.5, + "eps": 8.8, + "hps": 8.8, + "range": 3500, + "rof": 0.8, "clip": 20, "ammo": 300, - "ammocost": 67, + "speed": 875, + "reload": 8, "pp": "Denton Patreus" } ], diff --git a/modules/hardpoints/plasma_accelerator.json b/modules/hardpoints/plasma_accelerator.json index e506748..4b8ff75 100755 --- a/modules/hardpoints/plasma_accelerator.json +++ b/modules/hardpoints/plasma_accelerator.json @@ -4,6 +4,6 @@ { "id": "2b", "edID": 128049466, "eddbID": 874, "grp": "pa", "class": 3, "rating": "B", "cost": 3051200, "mass": 8, "integrity": 64, "power": 1.97, "mount": "F", "type": "KT", "armourpen": 70, "breachdps": 20.4, "breachmin": 0.4, "breachmax": 0.8, "dps": 23.2, "eps": 4.08, "hps": 6.54, "range": 3500, "rof": 0.3, "clip": 5, "ammo": 100, "reload": 8, "speed": 875, "roundspershot": 1 }, { "id": "1g", "edID": 128049465, "eddbID": 873, "grp": "pa", "class": 2, "rating": "C", "cost": 834200, "mass": 4, "integrity": 51, "power": 1.43, "mount": "F", "type": "KT", "armourpen": 55, "breachdps": 13.26, "breachmin": 0.4, "breachmax": 0.8, "dps": 17.2, "eps": 2.595, "hps": 4.68, "range": 3500, "rof": 0.3, "clip": 5, "ammo": 100, "reload": 8, "speed": 875, "roundspershot": 1 }, - { "id": "Ap", "edID": 128671339, "eddbID": 1482, "grp": "pa", "name": "Advanced Plasma Accelerator", "class": 3, "rating": "B", "cost": 4119120, "mass": 8, "power": 1.97, "mount": "F", "type": "KT", "damage": 8, "armourpen": "A", "rof": 1.67, "dps": 4, "thermload": 4, "clip": 20, "ammo": 300, "ammocost": 67, "pp": "Denton Patreus" } + { "id": "Ap", "edID": 128671339, "eddbID": 1482, "grp": "pa", "name": "Advanced Plasma Accelerator", "class": 3, "rating": "B", "cost": 4119120, "mass": 8, "integrity": 64, "power": 1.97, "mount": "F", "type": "KT", "armourpen": 70, "breachdps": 22.48, "breachmin": 0.4, "breachmax": 0.8, "dps": 27.5, "eps": 8.8, "hps": 8.8, "range": 3500, "rof": 0.8, "clip": 20, "ammo": 300, "speed": 875, "reload": 8, "pp": "Denton Patreus" } ] }