diff --git a/ChangeLog.md b/ChangeLog.md index e0919c9..5e4e183 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,6 @@ #2.2.17 * Add mass as potential SCB modification + * Fix mining laser statistics #2.2.16 * Fix incorrect thermal load modifiers for dirty drives diff --git a/dist/index.js b/dist/index.js index ba780e5..4243c70 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8680,8 +8680,10 @@ module.exports = { class: 1, cost: 6800, damage: 2, - damagedist: {}, - distdraw: 1.35, + damagedist: { + T: 1 + }, + distdraw: 1.5, edID: 128049525, eddbID: 888, falloff: 300, @@ -8722,14 +8724,16 @@ module.exports = { rating: "D", thermload: 6 }, { - breachdmg: 1.2, + breachdmg: .6, breachmax: .2, breachmin: .1, class: 2, cost: 22580, - damage: 8, - damagedist: {}, - distdraw: 1.75, + damage: 4, + damagedist: { + T: 1 + }, + distdraw: 3, edID: 128049526, eddbID: 889, falloff: 300, diff --git a/dist/index.json b/dist/index.json index 91d097b..942c63f 100644 --- a/dist/index.json +++ b/dist/index.json @@ -10704,8 +10704,10 @@ "class": 1, "cost": 6800, "damage": 2, - "damagedist": {}, - "distdraw": 1.35, + "damagedist": { + "T": 1 + }, + "distdraw": 1.5, "edID": 128049525, "eddbID": 888, "falloff": 300, @@ -10748,14 +10750,16 @@ "thermload": 6 }, { - "breachdmg": 1.2, + "breachdmg": 0.6, "breachmax": 0.2, "breachmin": 0.1, "class": 2, "cost": 22580, - "damage": 8, - "damagedist": {}, - "distdraw": 1.75, + "damage": 4, + "damagedist": { + "T": 1 + }, + "distdraw": 3, "edID": 128049526, "eddbID": 889, "falloff": 300, diff --git a/modules/hardpoints/mining_laser.json b/modules/hardpoints/mining_laser.json index 7414dbe..10e536a 100644 --- a/modules/hardpoints/mining_laser.json +++ b/modules/hardpoints/mining_laser.json @@ -7,8 +7,10 @@ "class": 1, "cost": 6800, "damage": 2, - "damagedist": {}, - "distdraw": 1.35, + "damagedist": { + "T": 1 + }, + "distdraw": 1.5, "edID": 128049525, "eddbID": 888, "falloff": 300, @@ -51,14 +53,16 @@ "thermload": 6 }, { - "breachdmg": 1.2, + "breachdmg": 0.6, "breachmax": 0.2, "breachmin": 0.1, "class": 2, "cost": 22580, - "damage": 8, - "damagedist": {}, - "distdraw": 1.75, + "damage": 4, + "damagedist": { + "T": 1 + }, + "distdraw": 3, "edID": 128049526, "eddbID": 889, "falloff": 300,