mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 07:55:33 +00:00
Fix mining laser stats
This commit is contained in:
@@ -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
16
dist/index.js
vendored
@@ -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
16
dist/index.json
vendored
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user