Fix mining laser stats

This commit is contained in:
Cmdr McDonald
2017-02-17 18:23:20 +00:00
parent 28a7d9446d
commit 29f67ee228
4 changed files with 31 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
#2.2.17 #2.2.17
* Add mass as potential SCB modification * Add mass as potential SCB modification
* Fix mining laser statistics
#2.2.16 #2.2.16
* Fix incorrect thermal load modifiers for dirty drives * Fix incorrect thermal load modifiers for dirty drives

16
dist/index.js vendored
View File

@@ -8680,8 +8680,10 @@ module.exports = {
class: 1, class: 1,
cost: 6800, cost: 6800,
damage: 2, damage: 2,
damagedist: {}, damagedist: {
distdraw: 1.35, T: 1
},
distdraw: 1.5,
edID: 128049525, edID: 128049525,
eddbID: 888, eddbID: 888,
falloff: 300, falloff: 300,
@@ -8722,14 +8724,16 @@ module.exports = {
rating: "D", rating: "D",
thermload: 6 thermload: 6
}, { }, {
breachdmg: 1.2, breachdmg: .6,
breachmax: .2, breachmax: .2,
breachmin: .1, breachmin: .1,
class: 2, class: 2,
cost: 22580, cost: 22580,
damage: 8, damage: 4,
damagedist: {}, damagedist: {
distdraw: 1.75, T: 1
},
distdraw: 3,
edID: 128049526, edID: 128049526,
eddbID: 889, eddbID: 889,
falloff: 300, falloff: 300,

16
dist/index.json vendored
View File

@@ -10704,8 +10704,10 @@
"class": 1, "class": 1,
"cost": 6800, "cost": 6800,
"damage": 2, "damage": 2,
"damagedist": {}, "damagedist": {
"distdraw": 1.35, "T": 1
},
"distdraw": 1.5,
"edID": 128049525, "edID": 128049525,
"eddbID": 888, "eddbID": 888,
"falloff": 300, "falloff": 300,
@@ -10748,14 +10750,16 @@
"thermload": 6 "thermload": 6
}, },
{ {
"breachdmg": 1.2, "breachdmg": 0.6,
"breachmax": 0.2, "breachmax": 0.2,
"breachmin": 0.1, "breachmin": 0.1,
"class": 2, "class": 2,
"cost": 22580, "cost": 22580,
"damage": 8, "damage": 4,
"damagedist": {}, "damagedist": {
"distdraw": 1.75, "T": 1
},
"distdraw": 3,
"edID": 128049526, "edID": 128049526,
"eddbID": 889, "eddbID": 889,
"falloff": 300, "falloff": 300,

View File

@@ -7,8 +7,10 @@
"class": 1, "class": 1,
"cost": 6800, "cost": 6800,
"damage": 2, "damage": 2,
"damagedist": {}, "damagedist": {
"distdraw": 1.35, "T": 1
},
"distdraw": 1.5,
"edID": 128049525, "edID": 128049525,
"eddbID": 888, "eddbID": 888,
"falloff": 300, "falloff": 300,
@@ -51,14 +53,16 @@
"thermload": 6 "thermload": 6
}, },
{ {
"breachdmg": 1.2, "breachdmg": 0.6,
"breachmax": 0.2, "breachmax": 0.2,
"breachmin": 0.1, "breachmin": 0.1,
"class": 2, "class": 2,
"cost": 22580, "cost": 22580,
"damage": 8, "damage": 4,
"damagedist": {}, "damagedist": {
"distdraw": 1.75, "T": 1
},
"distdraw": 3,
"edID": 128049526, "edID": 128049526,
"eddbID": 889, "eddbID": 889,
"falloff": 300, "falloff": 300,