Update mine launch statS

This commit is contained in:
Cmdr McDonald
2017-03-26 13:38:17 +01:00
parent 2acb7cf433
commit 3bd6641c26
4 changed files with 13 additions and 12 deletions

View File

@@ -18,6 +18,7 @@
* Fix ED name for target lock breaker special * Fix ED name for target lock breaker special
* Update scan range and angle information for sensors * Update scan range and angle information for sensors
* Tidy out shield cell bank information to allow for accurate calculations with modifications * Tidy out shield cell bank information to allow for accurate calculations with modifications
* Update mine launche stats
#2.2.19 #2.2.19
* Remove shot speed modification - it is directly tied to range * Remove shot speed modification - it is directly tied to range

8
dist/index.js vendored
View File

@@ -8763,7 +8763,7 @@ module.exports = {
breachmax: 0, breachmax: 0,
breachmin: 0, breachmin: 0,
class: 1, class: 1,
clip: 3, clip: 1,
cost: 24260, cost: 24260,
damage: 44, damage: 44,
damagedist: { damagedist: {
@@ -8790,7 +8790,7 @@ module.exports = {
breachmax: 0, breachmax: 0,
breachmin: 0, breachmin: 0,
class: 1, class: 1,
clip: 3, clip: 1,
cost: 36400, cost: 36400,
damage: 32, damage: 32,
damagedist: { damagedist: {
@@ -8813,7 +8813,7 @@ module.exports = {
rof: 1, rof: 1,
thermload: 5 thermload: 5
}, { }, {
ammo: 36, ammo: 72,
breachdmg: 0, breachdmg: 0,
breachmax: 0, breachmax: 0,
breachmin: 0, breachmin: 0,
@@ -8836,7 +8836,7 @@ module.exports = {
piercing: 60, piercing: 60,
power: .4, power: .4,
rating: "I", rating: "I",
reload: 2, reload: 6.6,
rof: 1, rof: 1,
thermload: 7.5 thermload: 7.5
} ], } ],

8
dist/index.json vendored
View File

@@ -10837,7 +10837,7 @@
"breachmax": 0, "breachmax": 0,
"breachmin": 0, "breachmin": 0,
"class": 1, "class": 1,
"clip": 3, "clip": 1,
"cost": 24260, "cost": 24260,
"damage": 44, "damage": 44,
"damagedist": { "damagedist": {
@@ -10865,7 +10865,7 @@
"breachmax": 0, "breachmax": 0,
"breachmin": 0, "breachmin": 0,
"class": 1, "class": 1,
"clip": 3, "clip": 1,
"cost": 36400, "cost": 36400,
"damage": 32, "damage": 32,
"damagedist": { "damagedist": {
@@ -10889,7 +10889,7 @@
"thermload": 5 "thermload": 5
}, },
{ {
"ammo": 36, "ammo": 72,
"breachdmg": 0, "breachdmg": 0,
"breachmax": 0, "breachmax": 0,
"breachmin": 0, "breachmin": 0,
@@ -10912,7 +10912,7 @@
"piercing": 60, "piercing": 60,
"power": 0.4, "power": 0.4,
"rating": "I", "rating": "I",
"reload": 2, "reload": 6.6,
"rof": 1, "rof": 1,
"thermload": 7.5 "thermload": 7.5
} }

View File

@@ -6,7 +6,7 @@
"breachmax": 0, "breachmax": 0,
"breachmin": 0, "breachmin": 0,
"class": 1, "class": 1,
"clip": 3, "clip": 1,
"cost": 24260, "cost": 24260,
"damage": 44, "damage": 44,
"damagedist": { "damagedist": {
@@ -34,7 +34,7 @@
"breachmax": 0, "breachmax": 0,
"breachmin": 0, "breachmin": 0,
"class": 1, "class": 1,
"clip": 3, "clip": 1,
"cost": 36400, "cost": 36400,
"damage": 32, "damage": 32,
"damagedist": { "damagedist": {
@@ -58,7 +58,7 @@
"thermload": 5 "thermload": 5
}, },
{ {
"ammo": 36, "ammo": 72,
"breachdmg": 0, "breachdmg": 0,
"breachmax": 0, "breachmax": 0,
"breachmin": 0, "breachmin": 0,
@@ -81,7 +81,7 @@
"piercing": 60, "piercing": 60,
"power": 0.4, "power": 0.4,
"rating": "I", "rating": "I",
"reload": 2, "reload": 6.6,
"rof": 1, "rof": 1,
"thermload": 7.5 "thermload": 7.5
} }