diff --git a/ChangeLog.md b/ChangeLog.md index bc9748b..8fbeb74 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/dist/index.js b/dist/index.js index 52bcf5c..cf53d4a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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 } ], diff --git a/dist/index.json b/dist/index.json index 22ec98b..67d5566 100644 --- a/dist/index.json +++ b/dist/index.json @@ -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 } diff --git a/modules/hardpoints/mine_launcher.json b/modules/hardpoints/mine_launcher.json index 5f22fbf..48f91e7 100644 --- a/modules/hardpoints/mine_launcher.json +++ b/modules/hardpoints/mine_launcher.json @@ -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 }