This commit is contained in:
Cmdr McDonald
2017-05-15 10:11:58 +01:00
parent 3597ae4093
commit 0af85f4d31
5 changed files with 17 additions and 15 deletions

View File

@@ -2,6 +2,8 @@
* Fix list of available blueprints for Point Defence * Fix list of available blueprints for Point Defence
* Fix integrity values for class 6 power plants * Fix integrity values for class 6 power plants
* Add shot speed for long range weapon * Add shot speed for long range weapon
* Fix components for dirty drive grade 3
* Update values for Cytoscrambler
#2.3.4 #2.3.4
* Add missing Long Range blueprint to multi-cannon * Add missing Long Range blueprint to multi-cannon

10
dist/index.js vendored
View File

@@ -6806,21 +6806,21 @@ module.exports = {
rof: 1.92, rof: 1.92,
thermload: .19 thermload: .19
}, { }, {
breachdmg: 2, breachdmg: 3.1,
breachmax: 0, breachmax: 0,
breachmin: 0, breachmin: 0,
burst: 8, burst: 8,
burstrof: 20, burstrof: 20,
class: 1, class: 1,
cost: 8800, cost: 8800,
damage: 2.4, damage: 3.6,
damagedist: { damagedist: {
T: 1 T: 1
}, },
distdraw: .31, distdraw: .31,
edID: 128671449, edID: 128671449,
eddbID: 1477, eddbID: 1477,
falloff: 500, falloff: 600,
grp: "ul", grp: "ul",
id: "cy", id: "cy",
integrity: 40, integrity: 40,
@@ -6833,7 +6833,7 @@ module.exports = {
pp: "Archon Delaine", pp: "Archon Delaine",
range: 600, range: 600,
rating: "F", rating: "F",
rof: 6.6, rof: 7.6,
thermload: .3 thermload: .3
}, { }, {
breachdmg: 3, breachdmg: 3,
@@ -15608,7 +15608,7 @@ module.exports = {
"3": { "3": {
components: { components: {
Chromium: 1, Chromium: 1,
"Mechanical Equipment": 1, "Mechanical Components": 1,
"Specialised Legacy Firmware": 1 "Specialised Legacy Firmware": 1
}, },
features: { features: {

10
dist/index.json vendored
View File

@@ -8803,21 +8803,21 @@
"thermload": 0.19 "thermload": 0.19
}, },
{ {
"breachdmg": 2, "breachdmg": 3.1,
"breachmax": 0, "breachmax": 0,
"breachmin": 0, "breachmin": 0,
"burst": 8, "burst": 8,
"burstrof": 20, "burstrof": 20,
"class": 1, "class": 1,
"cost": 8800, "cost": 8800,
"damage": 2.4, "damage": 3.6,
"damagedist": { "damagedist": {
"T": 1 "T": 1
}, },
"distdraw": 0.31, "distdraw": 0.31,
"edID": 128671449, "edID": 128671449,
"eddbID": 1477, "eddbID": 1477,
"falloff": 500, "falloff": 600,
"grp": "ul", "grp": "ul",
"id": "cy", "id": "cy",
"integrity": 40, "integrity": 40,
@@ -8830,7 +8830,7 @@
"pp": "Archon Delaine", "pp": "Archon Delaine",
"range": 600, "range": 600,
"rating": "F", "rating": "F",
"rof": 6.6, "rof": 7.6,
"thermload": 0.3 "thermload": 0.3
}, },
{ {
@@ -18864,7 +18864,7 @@
"3": { "3": {
"components": { "components": {
"Chromium": 1, "Chromium": 1,
"Mechanical Equipment": 1, "Mechanical Components": 1,
"Specialised Legacy Firmware": 1 "Specialised Legacy Firmware": 1
}, },
"features": { "features": {

View File

@@ -1163,7 +1163,7 @@
"3": { "3": {
"components": { "components": {
"Chromium": 1, "Chromium": 1,
"Mechanical Equipment": 1, "Mechanical Components": 1,
"Specialised Legacy Firmware": 1 "Specialised Legacy Firmware": 1
}, },
"features": { "features": {

View File

@@ -85,21 +85,21 @@
"thermload": 0.19 "thermload": 0.19
}, },
{ {
"breachdmg": 2, "breachdmg": 3.1,
"breachmax": 0, "breachmax": 0,
"breachmin": 0, "breachmin": 0,
"burst": 8, "burst": 8,
"burstrof": 20, "burstrof": 20,
"class": 1, "class": 1,
"cost": 8800, "cost": 8800,
"damage": 2.4, "damage": 3.6,
"damagedist": { "damagedist": {
"T": 1 "T": 1
}, },
"distdraw": 0.31, "distdraw": 0.31,
"edID": 128671449, "edID": 128671449,
"eddbID": 1477, "eddbID": 1477,
"falloff": 500, "falloff": 600,
"grp": "ul", "grp": "ul",
"id": "cy", "id": "cy",
"integrity": 40, "integrity": 40,
@@ -112,7 +112,7 @@
"pp": "Archon Delaine", "pp": "Archon Delaine",
"range": 600, "range": 600,
"rating": "F", "rating": "F",
"rof": 6.6, "rof": 7.6,
"thermload": 0.3 "thermload": 0.3
}, },
{ {