From c71a39f0c73912e2f12108e1aaf3316ba0fe69dd Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Sat, 15 Oct 2016 15:20:45 +0100 Subject: [PATCH] Update some PP weapons Advanced Plasma Accelerator with 2.2 data Cytoscrambler with 2.1 data Pack-Hound with 2.1 data --- dist/index.js | 63 ++++++++++++++-------- dist/index.json | 63 ++++++++++++++-------- modules/hardpoints/beam_laser.json | 2 +- modules/hardpoints/burst_laser.json | 2 +- modules/hardpoints/missile_rack.json | 2 +- modules/hardpoints/plasma_accelerator.json | 2 +- 6 files changed, 86 insertions(+), 48 deletions(-) diff --git a/dist/index.js b/dist/index.js index b045a73..68aadb7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -5434,14 +5434,21 @@ module.exports = { rating: "F", cost: 8800, mass: 2, - power: .65, + integrity: 40, + power: .8, mount: "F", type: "T", - damage: 2, - armourpen: "A", - rof: 1.6, - dps: 3, - thermload: 1, + armourpen: 1, + breachdps: 15.25, + breachmin: 0, + breachmax: 0, + dps: 18.3, + eps: 3.05, + hps: 2.29, + range: 600, + rof: 7.6, + burst: 8, + burstrof: 20, pp: "Archon Delaine" } ], bl: [ { @@ -5696,7 +5703,8 @@ module.exports = { dps: 4.9, eps: 2.8, hps: 2.7, - range: 3e3 + range: 3e3, + pp: "Edmund Mahon" } ], mc: [ { id: "7n", @@ -6713,17 +6721,24 @@ 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: 28.1, + breachmin: .4, + breachmax: .8, + dps: 27.5, + eps: 4.58, + hps: 9.17, + range: 3500, + rof: .83, clip: 20, ammo: 300, - ammocost: 67, + reload: 8, + speed: 875, + roundspershot: 1, pp: "Denton Patreus" } ], mr: [ { @@ -6865,21 +6880,25 @@ module.exports = { rating: "B", cost: 768600, mass: 4, + integrity: 51, power: 1.2, mount: "F", type: "E", - damage: 3, - armourpen: "F", - rof: .5, - dps: 4, - thermload: 3, + armourpen: 60, + breachdps: 3.6, + breachmin: 0, + breachmax: 0, + dps: 72, + eps: .48, + hps: 7.2, + rof: 2, clip: 12, ammo: 120, + speed: 600, + reload: 5, + roundspershot: 4, missile: "S", - pp: "Li Yong-Rui", - breachdps: 0, - breachmin: 0, - breachmax: 0 + pp: "Li Yong-Rui" } ], tp: [ { id: "2h", diff --git a/dist/index.json b/dist/index.json index ac8ea45..8de7a43 100644 --- a/dist/index.json +++ b/dist/index.json @@ -7351,14 +7351,21 @@ "rating": "F", "cost": 8800, "mass": 2, - "power": 0.65, + "integrity": 40, + "power": 0.8, "mount": "F", "type": "T", - "damage": 2, - "armourpen": "A", - "rof": 1.6, - "dps": 3, - "thermload": 1, + "armourpen": 1, + "breachdps": 15.25, + "breachmin": 0, + "breachmax": 0, + "dps": 18.3, + "eps": 3.05, + "hps": 2.29, + "range": 600, + "rof": 7.6, + "burst": 8, + "burstrof": 20, "pp": "Archon Delaine" } ], @@ -7626,7 +7633,8 @@ "dps": 4.9, "eps": 2.8, "hps": 2.7, - "range": 3000 + "range": 3000, + "pp": "Edmund Mahon" } ], "mc": [ @@ -8687,17 +8695,24 @@ "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": 28.1, + "breachmin": 0.4, + "breachmax": 0.8, + "dps": 27.5, + "eps": 4.58, + "hps": 9.17, + "range": 3500, + "rof": 0.83, "clip": 20, "ammo": 300, - "ammocost": 67, + "reload": 8, + "speed": 875, + "roundspershot": 1, "pp": "Denton Patreus" } ], @@ -8846,21 +8861,25 @@ "rating": "B", "cost": 768600, "mass": 4, + "integrity": 51, "power": 1.2, "mount": "F", "type": "E", - "damage": 3, - "armourpen": "F", - "rof": 0.5, - "dps": 4, - "thermload": 3, + "armourpen": 60, + "breachdps": 3.6, + "breachmin": 0, + "breachmax": 0, + "dps": 72, + "eps": 0.48, + "hps": 7.2, + "rof": 2, "clip": 12, "ammo": 120, + "speed": 600, + "reload": 5, + "roundspershot": 4, "missile": "S", - "pp": "Li Yong-Rui", - "breachdps": 0, - "breachmin": 0, - "breachmax": 0 + "pp": "Li Yong-Rui" } ], "tp": [ diff --git a/modules/hardpoints/beam_laser.json b/modules/hardpoints/beam_laser.json index 14d86ae..0a6d271 100755 --- a/modules/hardpoints/beam_laser.json +++ b/modules/hardpoints/beam_laser.json @@ -15,6 +15,6 @@ { "id": "0p", "edID": 128049432, "eddbID": 844, "grp": "bl", "class": 1, "rating": "E", "cost": 74650, "mass": 2, "integrity": 40, "power": 0.67, "mount": "G", "type": "T", "armourpen": 18, "breachdps": 6.1, "breachmin": 0.4, "breachmax": 0.8, "dps": 7.7, "eps": 2.11, "hps": 3.7, "range": 3000 }, { "id": "0q", "edID": 128049435, "eddbID": 847, "grp": "bl", "class": 1, "rating": "F", "cost": 500000, "mass": 2, "integrity": 40, "power": 0.63, "mount": "T", "type": "T", "armourpen": 18, "breachdps": 4.3, "breachmin": 0.4, "breachmax": 0.8, "dps": 5.4, "eps" : 1.32, "hps" : 2.4, "range": 3000 }, - { "id": "b0", "edID": 128671346, "eddbID": 1476, "grp": "bl", "name": "Retributor", "class": 1, "rating": "E", "cost": 56150, "mass": 2, "integrity": 40, "power": 0.69, "mount": "F", "type": "T", "armourpen": 18, "breachdps": 3.9, "breachmin": 0.4, "breachmax": 0.8, "dps": 4.9, "eps": 2.8, "hps": 2.7, "range": 3000 } + { "id": "b0", "edID": 128671346, "eddbID": 1476, "grp": "bl", "name": "Retributor", "class": 1, "rating": "E", "cost": 56150, "mass": 2, "integrity": 40, "power": 0.69, "mount": "F", "type": "T", "armourpen": 18, "breachdps": 3.9, "breachmin": 0.4, "breachmax": 0.8, "dps": 4.9, "eps": 2.8, "hps": 2.7, "range": 3000, "pp": "Edmund Mahon" } ] } diff --git a/modules/hardpoints/burst_laser.json b/modules/hardpoints/burst_laser.json index a4c498c..cb8a36f 100755 --- a/modules/hardpoints/burst_laser.json +++ b/modules/hardpoints/burst_laser.json @@ -15,6 +15,6 @@ { "id": "12", "edID": 128049404, "eddbID": 835, "grp": "ul", "class": 1, "rating": "G", "cost": 8600, "mass": 2, "integrity": 40, "power": 0.64, "mount": "G", "type": "T", "armourpen": 20, "breachdps": 5.3, "breachmin": 0.4, "breachmax": 0.8, "dps":6.4, "eps": 1.4, "hps": 1.6, "range": 3000, "rof": 5.3, "burst": 3, "burstrof": 17 }, { "id": "13", "edID": 128049407, "eddbID": 838, "grp": "ul", "class": 1, "rating": "G", "cost": 52800, "mass": 2, "integrity": 40, "power": 0.6, "mount": "T", "type": "T", "armourpen": 20, "breachdps": 1.92, "breachmin": 0.4, "breachmax": 0.8, "dps": 4.2, "eps": 0.768, "hps": 0.96, "range": 3000, "rof": 4.8, "burst": 3, "burstrof": 19 }, - { "id": "cy", "edID": 128671449, "eddbID": 1477, "grp": "ul", "name": "Cytoscrambler", "class": 1, "rating": "F", "cost": 8800, "mass": 2, "power": 0.65, "mount": "F", "type": "T", "damage": 2, "armourpen": "A", "rof": 1.6, "dps": 3, "thermload": 1, "pp": "Archon Delaine" } + { "id": "cy", "edID": 128671449, "eddbID": 1477, "grp": "ul", "name": "Cytoscrambler", "class": 1, "rating": "F", "cost": 8800, "mass": 2, "integrity": 40, "power": 0.8, "mount": "F", "type": "T", "armourpen": 1, "breachdps": 15.25, "breachmin": 0, "breachmax": 0, "dps": 18.3, "eps": 3.05, "hps": 2.29, "range": 600, "rof": 7.6, "burst": 8, "burstrof": 20, "pp": "Archon Delaine" } ] } diff --git a/modules/hardpoints/missile_rack.json b/modules/hardpoints/missile_rack.json index cb11a42..1753828 100755 --- a/modules/hardpoints/missile_rack.json +++ b/modules/hardpoints/missile_rack.json @@ -8,6 +8,6 @@ { "id": "2d", "edID": 128666724, "eddbID": 1326, "grp": "mr", "class": 1, "rating": "B", "cost": 32180, "mass": 2, "integrity": 40, "power": 0.4, "mount": "F", "type": "E", "armourpen": 60, "breachdps": 0, "breachmin": 0, "breachmax": 0, "dps": 25, "eps": 0.12, "hps": 1.8, "rof": 0.5, "clip": 8, "ammo": 16, "speed": 750, "reload": 5, "roundspershot": 1, "missile": "D" }, { "id": "2e", "edID": 128049492, "eddbID": 878, "grp": "mr", "class": 1, "rating": "B", "cost": 72600, "mass": 2, "integrity": 40, "power": 0.6, "mount": "F", "type": "E", "armourpen": 60, "breachdps": 0, "breachmin": 0, "breachmax": 0, "dps": 13.3, "eps": 0.07, "hps": 1.08, "rof": 0.3, "clip": 6, "ammo": 6, "speed": 625, "reload": 12, "roundspershot": 1, "missile": "S" }, - { "id": "Ph", "edID": 128671344, "eddbID": 1480, "grp": "mr", "name": "Pack-Hound", "class": 2, "rating": "B", "cost": 768600, "mass": 4, "power": 1.2, "mount": "F", "type": "E", "damage": 3, "armourpen": "F", "rof": 0.5, "dps": 4, "thermload": 3, "clip": 12, "ammo": 120, "missile": "S", "pp": "Li Yong-Rui", "breachdps": 0, "breachmin": 0, "breachmax": 0 } + { "id": "Ph", "edID": 128671344, "eddbID": 1480, "grp": "mr", "name": "Pack-Hound", "class": 2, "rating": "B", "cost": 768600, "mass": 4, "integrity": 51, "power": 1.2, "mount": "F", "type": "E", "armourpen": 60, "breachdps": 3.6, "breachmin": 0, "breachmax": 0, "dps": 72, "eps": 0.48, "hps": 7.2, "rof": 2, "clip": 12, "ammo": 120, "speed": 600, "reload": 5, "roundspershot": 4, "missile": "S", "pp": "Li Yong-Rui" } ] } diff --git a/modules/hardpoints/plasma_accelerator.json b/modules/hardpoints/plasma_accelerator.json index e506748..0fe4159 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": 28.1, "breachmin": 0.4, "breachmax": 0.8, "dps": 27.5, "eps": 4.58, "hps": 9.17, "range": 3500, "rof": 0.83, "clip": 20, "ammo": 300, "reload": 8, "speed": 875, "roundspershot": 1, "pp": "Denton Patreus" } ] }