mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 23:45:34 +00:00
Update mine launch statS
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
* Fix ED name for target lock breaker special
|
||||
* Update scan range and angle information for sensors
|
||||
* Tidy out shield cell bank information to allow for accurate calculations with modifications
|
||||
* Update mine launche stats
|
||||
|
||||
#2.2.19
|
||||
* Remove shot speed modification - it is directly tied to range
|
||||
|
||||
8
dist/index.js
vendored
8
dist/index.js
vendored
@@ -8763,7 +8763,7 @@ module.exports = {
|
||||
breachmax: 0,
|
||||
breachmin: 0,
|
||||
class: 1,
|
||||
clip: 3,
|
||||
clip: 1,
|
||||
cost: 24260,
|
||||
damage: 44,
|
||||
damagedist: {
|
||||
@@ -8790,7 +8790,7 @@ module.exports = {
|
||||
breachmax: 0,
|
||||
breachmin: 0,
|
||||
class: 1,
|
||||
clip: 3,
|
||||
clip: 1,
|
||||
cost: 36400,
|
||||
damage: 32,
|
||||
damagedist: {
|
||||
@@ -8813,7 +8813,7 @@ module.exports = {
|
||||
rof: 1,
|
||||
thermload: 5
|
||||
}, {
|
||||
ammo: 36,
|
||||
ammo: 72,
|
||||
breachdmg: 0,
|
||||
breachmax: 0,
|
||||
breachmin: 0,
|
||||
@@ -8836,7 +8836,7 @@ module.exports = {
|
||||
piercing: 60,
|
||||
power: .4,
|
||||
rating: "I",
|
||||
reload: 2,
|
||||
reload: 6.6,
|
||||
rof: 1,
|
||||
thermload: 7.5
|
||||
} ],
|
||||
|
||||
8
dist/index.json
vendored
8
dist/index.json
vendored
@@ -10837,7 +10837,7 @@
|
||||
"breachmax": 0,
|
||||
"breachmin": 0,
|
||||
"class": 1,
|
||||
"clip": 3,
|
||||
"clip": 1,
|
||||
"cost": 24260,
|
||||
"damage": 44,
|
||||
"damagedist": {
|
||||
@@ -10865,7 +10865,7 @@
|
||||
"breachmax": 0,
|
||||
"breachmin": 0,
|
||||
"class": 1,
|
||||
"clip": 3,
|
||||
"clip": 1,
|
||||
"cost": 36400,
|
||||
"damage": 32,
|
||||
"damagedist": {
|
||||
@@ -10889,7 +10889,7 @@
|
||||
"thermload": 5
|
||||
},
|
||||
{
|
||||
"ammo": 36,
|
||||
"ammo": 72,
|
||||
"breachdmg": 0,
|
||||
"breachmax": 0,
|
||||
"breachmin": 0,
|
||||
@@ -10912,7 +10912,7 @@
|
||||
"piercing": 60,
|
||||
"power": 0.4,
|
||||
"rating": "I",
|
||||
"reload": 2,
|
||||
"reload": 6.6,
|
||||
"rof": 1,
|
||||
"thermload": 7.5
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"breachmax": 0,
|
||||
"breachmin": 0,
|
||||
"class": 1,
|
||||
"clip": 3,
|
||||
"clip": 1,
|
||||
"cost": 24260,
|
||||
"damage": 44,
|
||||
"damagedist": {
|
||||
@@ -34,7 +34,7 @@
|
||||
"breachmax": 0,
|
||||
"breachmin": 0,
|
||||
"class": 1,
|
||||
"clip": 3,
|
||||
"clip": 1,
|
||||
"cost": 36400,
|
||||
"damage": 32,
|
||||
"damagedist": {
|
||||
@@ -58,7 +58,7 @@
|
||||
"thermload": 5
|
||||
},
|
||||
{
|
||||
"ammo": 36,
|
||||
"ammo": 72,
|
||||
"breachdmg": 0,
|
||||
"breachmax": 0,
|
||||
"breachmin": 0,
|
||||
@@ -81,7 +81,7 @@
|
||||
"piercing": 60,
|
||||
"power": 0.4,
|
||||
"rating": "I",
|
||||
"reload": 2,
|
||||
"reload": 6.6,
|
||||
"rof": 1,
|
||||
"thermload": 7.5
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user