diff --git a/dist/index.js b/dist/index.js index 882e2d1..e7ea483 100644 --- a/dist/index.js +++ b/dist/index.js @@ -11230,6 +11230,67 @@ module.exports = { edID: 128915718, symbol: "hpt_mrascanner_size0_class1" } ], + abl: [ { + breachdmg: .6, + breachmax: .2, + shotspeed: 667, + breachmin: .1, + class: 1, + cost: 9700, + damage: 4, + chargetime: 0, + damagedist: { + T: 1 + }, + distdraw: 2, + edID: 128915458, + eddbID: 823, + falloff: 1e3, + clip: 1, + grp: "abl", + id: "3R", + reload: 2, + integrity: 40, + mass: 2, + mount: "F", + piercing: 18, + power: .34, + range: 1e3, + rating: "D", + rof: 5, + thermload: 1.8, + symbol: "Hpt_Mining_Abrblstr_Fixed_Small" + }, { + breachdmg: .6, + breachmax: .2, + shotspeed: 667, + breachmin: .1, + class: 1, + cost: 27480, + damage: 4, + chargetime: 0, + damagedist: { + T: 1 + }, + distdraw: 2, + edID: 128915459, + eddbID: 823, + falloff: 1e3, + clip: 1, + grp: "abl", + id: "3S", + reload: 2, + integrity: 40, + mass: 2, + mount: "T", + piercing: 18, + power: .47, + range: 1e3, + rating: "D", + rof: 5, + thermload: 1.8, + symbol: "Hpt_Mining_Abrblstr_Turret_Small" + } ], scl: [ { breachdmg: 3, breachmax: 0, @@ -30678,6 +30739,10 @@ module.exports = { sdm: { blueprints: {}, modifications: [] + }, + abl: { + blueprints: {}, + modifications: [] } }, specials: { diff --git a/dist/index.json b/dist/index.json index 55c6a6b..9007572 100644 --- a/dist/index.json +++ b/dist/index.json @@ -13816,6 +13816,70 @@ "symbol": "hpt_mrascanner_size0_class1" } ], + "abl": [ + { + "breachdmg": 0.6, + "breachmax": 0.2, + "shotspeed": 667, + "breachmin": 0.1, + "class": 1, + "cost": 9700, + "damage": 4, + "chargetime": 0, + "damagedist": { + "T": 1 + }, + "distdraw": 2, + "edID": 128915458, + "eddbID": 823, + "falloff": 1000, + "clip": 1, + "grp": "abl", + "id": "3R", + "reload": 2, + "integrity": 40, + "mass": 2, + "mount": "F", + "piercing": 18, + "power": 0.34, + "range": 1000, + "rating": "D", + "rof": 5, + "thermload": 1.8, + "symbol": "Hpt_Mining_Abrblstr_Fixed_Small" + }, + { + "breachdmg": 0.6, + "breachmax": 0.2, + "shotspeed": 667, + "breachmin": 0.1, + "class": 1, + "cost": 27480, + "damage": 4, + "chargetime": 0, + "damagedist": { + "T": 1 + }, + "distdraw": 2, + "edID": 128915459, + "eddbID": 823, + "falloff": 1000, + "clip": 1, + "grp": "abl", + "id": "3S", + "reload": 2, + "integrity": 40, + "mass": 2, + "mount": "T", + "piercing": 18, + "power": 0.47, + "range": 1000, + "rating": "D", + "rof": 5, + "thermload": 1.8, + "symbol": "Hpt_Mining_Abrblstr_Turret_Small" + } + ], "scl": [ { "breachdmg": 3, @@ -41847,6 +41911,10 @@ "sdm": { "blueprints": {}, "modifications": [] + }, + "abl": { + "blueprints": {}, + "modifications": [] } }, "specials": { diff --git a/modifications/modules.json b/modifications/modules.json index f67665b..17e2a07 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -6620,5 +6620,11 @@ }, "modifications": [ ] + }, + "abl": { + "blueprints": { + }, + "modifications": [ + ] } } diff --git a/modules/hardpoints/abrasion_blaster.json b/modules/hardpoints/abrasion_blaster.json new file mode 100644 index 0000000..cfd1e13 --- /dev/null +++ b/modules/hardpoints/abrasion_blaster.json @@ -0,0 +1,66 @@ +{ + "abl": [ + { + "breachdmg": 0.6, + "breachmax": 0.2, + "shotspeed": 667, + "breachmin": 0.1, + "class": 1, + "cost": 9700, + "damage": 4, + "chargetime": 0, + "damagedist": { + "T": 1 + }, + "distdraw": 2, + "edID": 128915458, + "eddbID": 823, + "falloff": 1000, + "clip": 1, + "grp": "abl", + "id": "3R", + "reload": 2, + "integrity": 40, + "mass": 2, + "mount": "F", + "piercing": 18, + "power": 0.34, + "range": 1000, + "rating": "D", + "rof": 5, + "thermload": 1.8, + "symbol": "Hpt_Mining_Abrblstr_Fixed_Small" + }, + { + "breachdmg": 0.6, + "breachmax": 0.2, + "shotspeed": 667, + "breachmin": 0.1, + "class": 1, + "cost": 27480, + "damage": 4, + "chargetime": 0, + "damagedist": { + "T": 1 + }, + "distdraw": 2, + "edID": 128915459, + "eddbID": 823, + "falloff": 1000, + "clip": 1, + "grp": "abl", + "id": "3S", + "reload": 2, + "integrity": 40, + "mass": 2, + "mount": "T", + "piercing": 18, + "power": 0.47, + "range": 1000, + "rating": "D", + "rof": 5, + "thermload": 1.8, + "symbol": "Hpt_Mining_Abrblstr_Turret_Small" + } + ] +} diff --git a/modules/index.js b/modules/index.js index e732a03..d240727 100644 --- a/modules/index.js +++ b/modules/index.js @@ -28,6 +28,7 @@ module.exports = { cs: require('./hardpoints/cargo_scanner').cs, ws: require('./hardpoints/frame_shift_wake_scanner').ws, pwa: require('./hardpoints/pulse_wave_analyser').pwa, + abl: require('./hardpoints/abrasion_blaster').abl, scl: require('./hardpoints/seismic_charge_launcher').scl, kw: require('./hardpoints/kill_warrant_scanner').kw, sb: require('./hardpoints/shield_booster').sb,