mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 15:13:23 +00:00
Fixes
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
* Fix list of available blueprints for Point Defence
|
||||
* Fix integrity values for class 6 power plants
|
||||
* Add shot speed for long range weapon
|
||||
* Fix components for dirty drive grade 3
|
||||
* Update values for Cytoscrambler
|
||||
|
||||
#2.3.4
|
||||
* Add missing Long Range blueprint to multi-cannon
|
||||
|
||||
10
dist/index.js
vendored
10
dist/index.js
vendored
@@ -6806,21 +6806,21 @@ module.exports = {
|
||||
rof: 1.92,
|
||||
thermload: .19
|
||||
}, {
|
||||
breachdmg: 2,
|
||||
breachdmg: 3.1,
|
||||
breachmax: 0,
|
||||
breachmin: 0,
|
||||
burst: 8,
|
||||
burstrof: 20,
|
||||
class: 1,
|
||||
cost: 8800,
|
||||
damage: 2.4,
|
||||
damage: 3.6,
|
||||
damagedist: {
|
||||
T: 1
|
||||
},
|
||||
distdraw: .31,
|
||||
edID: 128671449,
|
||||
eddbID: 1477,
|
||||
falloff: 500,
|
||||
falloff: 600,
|
||||
grp: "ul",
|
||||
id: "cy",
|
||||
integrity: 40,
|
||||
@@ -6833,7 +6833,7 @@ module.exports = {
|
||||
pp: "Archon Delaine",
|
||||
range: 600,
|
||||
rating: "F",
|
||||
rof: 6.6,
|
||||
rof: 7.6,
|
||||
thermload: .3
|
||||
}, {
|
||||
breachdmg: 3,
|
||||
@@ -15608,7 +15608,7 @@ module.exports = {
|
||||
"3": {
|
||||
components: {
|
||||
Chromium: 1,
|
||||
"Mechanical Equipment": 1,
|
||||
"Mechanical Components": 1,
|
||||
"Specialised Legacy Firmware": 1
|
||||
},
|
||||
features: {
|
||||
|
||||
10
dist/index.json
vendored
10
dist/index.json
vendored
@@ -8803,21 +8803,21 @@
|
||||
"thermload": 0.19
|
||||
},
|
||||
{
|
||||
"breachdmg": 2,
|
||||
"breachdmg": 3.1,
|
||||
"breachmax": 0,
|
||||
"breachmin": 0,
|
||||
"burst": 8,
|
||||
"burstrof": 20,
|
||||
"class": 1,
|
||||
"cost": 8800,
|
||||
"damage": 2.4,
|
||||
"damage": 3.6,
|
||||
"damagedist": {
|
||||
"T": 1
|
||||
},
|
||||
"distdraw": 0.31,
|
||||
"edID": 128671449,
|
||||
"eddbID": 1477,
|
||||
"falloff": 500,
|
||||
"falloff": 600,
|
||||
"grp": "ul",
|
||||
"id": "cy",
|
||||
"integrity": 40,
|
||||
@@ -8830,7 +8830,7 @@
|
||||
"pp": "Archon Delaine",
|
||||
"range": 600,
|
||||
"rating": "F",
|
||||
"rof": 6.6,
|
||||
"rof": 7.6,
|
||||
"thermload": 0.3
|
||||
},
|
||||
{
|
||||
@@ -18864,7 +18864,7 @@
|
||||
"3": {
|
||||
"components": {
|
||||
"Chromium": 1,
|
||||
"Mechanical Equipment": 1,
|
||||
"Mechanical Components": 1,
|
||||
"Specialised Legacy Firmware": 1
|
||||
},
|
||||
"features": {
|
||||
|
||||
@@ -1163,7 +1163,7 @@
|
||||
"3": {
|
||||
"components": {
|
||||
"Chromium": 1,
|
||||
"Mechanical Equipment": 1,
|
||||
"Mechanical Components": 1,
|
||||
"Specialised Legacy Firmware": 1
|
||||
},
|
||||
"features": {
|
||||
|
||||
@@ -85,21 +85,21 @@
|
||||
"thermload": 0.19
|
||||
},
|
||||
{
|
||||
"breachdmg": 2,
|
||||
"breachdmg": 3.1,
|
||||
"breachmax": 0,
|
||||
"breachmin": 0,
|
||||
"burst": 8,
|
||||
"burstrof": 20,
|
||||
"class": 1,
|
||||
"cost": 8800,
|
||||
"damage": 2.4,
|
||||
"damage": 3.6,
|
||||
"damagedist": {
|
||||
"T": 1
|
||||
},
|
||||
"distdraw": 0.31,
|
||||
"edID": 128671449,
|
||||
"eddbID": 1477,
|
||||
"falloff": 500,
|
||||
"falloff": 600,
|
||||
"grp": "ul",
|
||||
"id": "cy",
|
||||
"integrity": 40,
|
||||
@@ -112,7 +112,7 @@
|
||||
"pp": "Archon Delaine",
|
||||
"range": 600,
|
||||
"rating": "F",
|
||||
"rof": 6.6,
|
||||
"rof": 7.6,
|
||||
"thermload": 0.3
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user