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
* Add mass as potential SCB modification
* Fix mining laser statistics
#2.2.16
* Fix incorrect thermal load modifiers for dirty drives

16
dist/index.js vendored
View File

@@ -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,

16
dist/index.json vendored
View File

@@ -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,

View File

@@ -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,