Compare commits

...

13 Commits
2.3.4 ... 2.3.6

Author SHA1 Message Date
Cmdr McDonald
51d011da76 Merge branch 'release/2.3.6' 2017-06-24 09:30:28 +01:00
Cmdr McDonald
ed34cccf54 Version bump 2017-06-24 09:30:24 +01:00
Cmdr McDonald
87603e4466 Add shot speed to relevant kinetics 2017-06-24 09:29:39 +01:00
Cmdr McDonald
8b92dfbf10 Merge branch 'release/2.3.5' into develop 2017-05-17 07:30:36 +01:00
Cmdr McDonald
f8faf11e3c Merge branch 'release/2.3.5' 2017-05-17 07:30:32 +01:00
Cmdr McDonald
c029ed0e0d Version bump 2017-05-17 07:30:26 +01:00
Cmdr McDonald
5570c66010 Fix typo 2017-05-15 16:07:24 +01:00
Cmdr McDonald
0af85f4d31 Fixes 2017-05-15 10:11:58 +01:00
Cmdr McDonald
3597ae4093 Add shot speed for long-range weapon 2017-05-12 00:29:38 +01:00
Cmdr McDonald
662efeaace Fix integrity for class 6 power plants 2017-05-07 10:23:50 +01:00
Cmdr McDonald
8250994ebe Fix blueprints for point defence 2017-05-06 10:29:10 +01:00
Cmdr McDonald
ba08e5184f Add values for FSD interrupt 2017-05-03 14:33:06 +01:00
Cmdr McDonald
839b9b80a9 Merge branch 'release/2.3.4' into develop 2017-05-03 12:38:42 +01:00
9 changed files with 131 additions and 84 deletions

View File

@@ -1,3 +1,11 @@
#2.3.5
* 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
* Add shotspeed modifier to cannon/multi-cannon/fragment cannon
#2.3.4 #2.3.4
* Add missing Long Range blueprint to multi-cannon * Add missing Long Range blueprint to multi-cannon
* Fix values for thermal load of focused weapon grade 4 * Fix values for thermal load of focused weapon grade 4

69
dist/index.js vendored
View File

@@ -3144,7 +3144,7 @@ module.exports = {
eff: 1, eff: 1,
grp: "pp", grp: "pp",
id: "po", id: "po",
integrity: 90, integrity: 102,
mass: 40, mass: 40,
pgen: 16.8, pgen: 16.8,
rating: "E" rating: "E"
@@ -3156,7 +3156,7 @@ module.exports = {
eff: .75, eff: .75,
grp: "pp", grp: "pp",
id: "pn", id: "pn",
integrity: 113, integrity: 90,
mass: 16, mass: 16,
pgen: 18.9, pgen: 18.9,
rating: "D" rating: "D"
@@ -3168,7 +3168,7 @@ module.exports = {
eff: .5, eff: .5,
grp: "pp", grp: "pp",
id: "pm", id: "pm",
integrity: 136, integrity: 113,
mass: 20, mass: 20,
pgen: 21, pgen: 21,
rating: "C" rating: "C"
@@ -3180,7 +3180,7 @@ module.exports = {
eff: .45, eff: .45,
grp: "pp", grp: "pp",
id: "pl", id: "pl",
integrity: 124, integrity: 136,
mass: 32, mass: 32,
pgen: 23.1, pgen: 23.1,
rating: "B" rating: "B"
@@ -3192,7 +3192,7 @@ module.exports = {
eff: .4, eff: .4,
grp: "pp", grp: "pp",
id: "pk", id: "pk",
integrity: 118, integrity: 124,
mass: 20, mass: 20,
pgen: 25.2, pgen: 25.2,
rating: "A" rating: "A"
@@ -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,
@@ -6831,9 +6831,9 @@ module.exports = {
piercing: 1, piercing: 1,
power: .8, power: .8,
pp: "Archon Delaine", pp: "Archon Delaine",
range: 600, range: 3e3,
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: {
@@ -17933,8 +17933,8 @@ module.exports = {
"3": { "3": {
components: { components: {
"Anomalous Bulk Scan Data": 1, "Anomalous Bulk Scan Data": 1,
Chromium: 1, "Hybrid Capacitors": 1,
"Electrochemical Arrays": 1 Selenium: 1
}, },
features: { features: {
engcap: [ -.15, -.04 ], engcap: [ -.15, -.04 ],
@@ -20260,7 +20260,7 @@ module.exports = {
burst: [ 2, 2 ], burst: [ 2, 2 ],
burstrof: [ 14, 19 ], burstrof: [ 14, 19 ],
clip: [ 1, 1 ], clip: [ 1, 1 ],
range: [ -.5, -.02 ] range: [ -.05, -.02 ]
} }
} }
}, },
@@ -20559,7 +20559,8 @@ module.exports = {
features: { features: {
fallofffromrange: [ 1, 1 ], fallofffromrange: [ 1, 1 ],
mass: [ .1, 0 ], mass: [ .1, 0 ],
range: [ .1, .2 ] range: [ .1, .2 ],
shotspeed: [ .1, .2 ]
} }
}, },
"2": { "2": {
@@ -20569,9 +20570,10 @@ module.exports = {
}, },
features: { features: {
fallofffromrange: [ 1, 1 ], fallofffromrange: [ 1, 1 ],
mass: [ .2, .04 ], mass: [ .2, .05 ],
power: [ .04, 0 ], power: [ .05, 0 ],
range: [ .2, .4 ] range: [ .2, .4 ],
shotspeed: [ .2, .4 ]
} }
}, },
"3": { "3": {
@@ -20583,8 +20585,9 @@ module.exports = {
features: { features: {
fallofffromrange: [ 1, 1 ], fallofffromrange: [ 1, 1 ],
mass: [ .3, .1 ], mass: [ .3, .1 ],
power: [ .1, .04 ], power: [ .1, .05 ],
range: [ .3, .6 ] range: [ .3, .6 ],
shotspeed: [ .3, .6 ]
} }
}, },
"4": { "4": {
@@ -20595,9 +20598,10 @@ module.exports = {
}, },
features: { features: {
fallofffromrange: [ 1, 1 ], fallofffromrange: [ 1, 1 ],
mass: [ .4, .14 ], mass: [ .4, .15 ],
power: [ .14, .1 ], power: [ .15, .1 ],
range: [ .4, .8 ] range: [ .4, .8 ],
shotspeed: [ .4, .8 ]
} }
}, },
"5": { "5": {
@@ -20609,8 +20613,9 @@ module.exports = {
features: { features: {
fallofffromrange: [ 1, 1 ], fallofffromrange: [ 1, 1 ],
mass: [ .5, .2 ], mass: [ .5, .2 ],
power: [ .2, .14 ], power: [ .2, .15 ],
range: [ .5, 1 ] range: [ .5, 1 ],
shotspeed: [ .5, 1 ]
} }
} }
}, },
@@ -21456,7 +21461,10 @@ module.exports = {
jitter: 1, jitter: 1,
speed: -.1667 speed: -.1667
}, },
special_fsd_interrupt: {}, special_fsd_interrupt: {
damage: -.3,
rof: .5
},
special_high_yield_shell: { special_high_yield_shell: {
rof: .1111111111111111 rof: .1111111111111111
}, },
@@ -22070,7 +22078,7 @@ module.exports = {
} }
} }
}, },
modifications: [ "ammo", "clip", "damage", "damagedist", "distdraw", "fallofffromrange", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ], modifications: [ "ammo", "clip", "damage", "damagedist", "distdraw", "fallofffromrange", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "shotspeed", "thermload" ],
specials: [ "special_auto_loader", "special_dispersal_field", "special_smart_rounds", "special_force_shell", "special_high_yield_shell", "special_thermal_cascade" ] specials: [ "special_auto_loader", "special_dispersal_field", "special_smart_rounds", "special_force_shell", "special_high_yield_shell", "special_thermal_cascade" ]
}, },
cc: { cc: {
@@ -22548,7 +22556,7 @@ module.exports = {
} }
} }
}, },
modifications: [ "ammo", "burst", "burstrof", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ], modifications: [ "ammo", "burst", "burstrof", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "shotspeed", "thermload" ],
specials: [ "special_corrosive_shell", "special_blinding_shell", "special_incendiary_rounds", "special_drag_munitions", "special_screening_shell" ] specials: [ "special_corrosive_shell", "special_blinding_shell", "special_incendiary_rounds", "special_drag_munitions", "special_screening_shell" ]
}, },
fh: { fh: {
@@ -23296,7 +23304,7 @@ module.exports = {
} }
} }
}, },
modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ], modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "shotspeed", "thermload" ],
specials: [ "special_auto_loader", "special_corrosive_shell", "special_emissive_munitions", "special_incendiary_rounds", "special_smart_rounds", "special_thermalshock" ] specials: [ "special_auto_loader", "special_corrosive_shell", "special_emissive_munitions", "special_incendiary_rounds", "special_smart_rounds", "special_thermalshock" ]
}, },
ml: { ml: {
@@ -23973,8 +23981,7 @@ module.exports = {
}, },
po: { po: {
blueprints: { blueprints: {
PointDefence_PointDefenseCapacity: [ 3 ], PointDefence_PointDefenseCapacity: {
HeatSinkLauncher_Shielded: {
grades: { grades: {
"3": { "3": {
engineers: [ "Ram Tah" ] engineers: [ "Ram Tah" ]

73
dist/index.json vendored
View File

@@ -4891,7 +4891,7 @@
"eff": 1, "eff": 1,
"grp": "pp", "grp": "pp",
"id": "po", "id": "po",
"integrity": 90, "integrity": 102,
"mass": 40, "mass": 40,
"pgen": 16.8, "pgen": 16.8,
"rating": "E" "rating": "E"
@@ -4904,7 +4904,7 @@
"eff": 0.75, "eff": 0.75,
"grp": "pp", "grp": "pp",
"id": "pn", "id": "pn",
"integrity": 113, "integrity": 90,
"mass": 16, "mass": 16,
"pgen": 18.9, "pgen": 18.9,
"rating": "D" "rating": "D"
@@ -4917,7 +4917,7 @@
"eff": 0.5, "eff": 0.5,
"grp": "pp", "grp": "pp",
"id": "pm", "id": "pm",
"integrity": 136, "integrity": 113,
"mass": 20, "mass": 20,
"pgen": 21, "pgen": 21,
"rating": "C" "rating": "C"
@@ -4930,7 +4930,7 @@
"eff": 0.45, "eff": 0.45,
"grp": "pp", "grp": "pp",
"id": "pl", "id": "pl",
"integrity": 124, "integrity": 136,
"mass": 32, "mass": 32,
"pgen": 23.1, "pgen": 23.1,
"rating": "B" "rating": "B"
@@ -4943,7 +4943,7 @@
"eff": 0.4, "eff": 0.4,
"grp": "pp", "grp": "pp",
"id": "pk", "id": "pk",
"integrity": 118, "integrity": 124,
"mass": 20, "mass": 20,
"pgen": 25.2, "pgen": 25.2,
"rating": "A" "rating": "A"
@@ -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,
@@ -8828,9 +8828,9 @@
"piercing": 1, "piercing": 1,
"power": 0.8, "power": 0.8,
"pp": "Archon Delaine", "pp": "Archon Delaine",
"range": 600, "range": 3000,
"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": {
@@ -22913,8 +22913,8 @@
"3": { "3": {
"components": { "components": {
"Anomalous Bulk Scan Data": 1, "Anomalous Bulk Scan Data": 1,
"Chromium": 1, "Hybrid Capacitors": 1,
"Electrochemical Arrays": 1 "Selenium": 1
}, },
"features": { "features": {
"engcap": [ "engcap": [
@@ -26946,7 +26946,7 @@
1 1
], ],
"range": [ "range": [
-0.5, -0.05,
-0.02 -0.02
] ]
} }
@@ -27509,6 +27509,10 @@
"range": [ "range": [
0.1, 0.1,
0.2 0.2
],
"shotspeed": [
0.1,
0.2
] ]
} }
}, },
@@ -27524,15 +27528,19 @@
], ],
"mass": [ "mass": [
0.2, 0.2,
0.04 0.05
], ],
"power": [ "power": [
0.04, 0.05,
0 0
], ],
"range": [ "range": [
0.2, 0.2,
0.4 0.4
],
"shotspeed": [
0.2,
0.4
] ]
} }
}, },
@@ -27553,11 +27561,15 @@
], ],
"power": [ "power": [
0.1, 0.1,
0.04 0.05
], ],
"range": [ "range": [
0.3, 0.3,
0.6 0.6
],
"shotspeed": [
0.3,
0.6
] ]
} }
}, },
@@ -27574,15 +27586,19 @@
], ],
"mass": [ "mass": [
0.4, 0.4,
0.14 0.15
], ],
"power": [ "power": [
0.14, 0.15,
0.1 0.1
], ],
"range": [ "range": [
0.4, 0.4,
0.8 0.8
],
"shotspeed": [
0.4,
0.8
] ]
} }
}, },
@@ -27603,11 +27619,15 @@
], ],
"power": [ "power": [
0.2, 0.2,
0.14 0.15
], ],
"range": [ "range": [
0.5, 0.5,
1 1
],
"shotspeed": [
0.5,
1
] ]
} }
} }
@@ -28707,7 +28727,10 @@
"jitter": 1, "jitter": 1,
"speed": -0.1667 "speed": -0.1667
}, },
"special_fsd_interrupt": {}, "special_fsd_interrupt": {
"damage": -0.3,
"rof": 0.5
},
"special_high_yield_shell": { "special_high_yield_shell": {
"rof": 0.1111111111111111 "rof": 0.1111111111111111
}, },
@@ -29669,6 +29692,7 @@
"range", "range",
"reload", "reload",
"rof", "rof",
"shotspeed",
"thermload" "thermload"
], ],
"specials": [ "specials": [
@@ -30521,6 +30545,7 @@
"range", "range",
"reload", "reload",
"rof", "rof",
"shotspeed",
"thermload" "thermload"
], ],
"specials": [ "specials": [
@@ -31881,6 +31906,7 @@
"range", "range",
"reload", "reload",
"rof", "rof",
"shotspeed",
"thermload" "thermload"
], ],
"specials": [ "specials": [
@@ -33126,10 +33152,7 @@
}, },
"po": { "po": {
"blueprints": { "blueprints": {
"PointDefence_PointDefenseCapacity": [ "PointDefence_PointDefenseCapacity": {
3
],
"HeatSinkLauncher_Shielded": {
"grades": { "grades": {
"3": { "3": {
"engineers": [ "engineers": [

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": {
@@ -3488,8 +3488,8 @@
"3": { "3": {
"components": { "components": {
"Anomalous Bulk Scan Data": 1, "Anomalous Bulk Scan Data": 1,
"Chromium": 1, "Hybrid Capacitors": 1,
"Electrochemical Arrays": 1 "Selenium": 1
}, },
"features": { "features": {
"engcap": [ -0.15, -0.04 ], "engcap": [ -0.15, -0.04 ],
@@ -5815,7 +5815,7 @@
"burst": [ 2, 2 ], "burst": [ 2, 2 ],
"burstrof": [ 14, 19 ], "burstrof": [ 14, 19 ],
"clip": [ 1, 1 ], "clip": [ 1, 1 ],
"range": [ -0.5, -0.02 ] "range": [ -0.05, -0.02 ]
} }
} }
}, },
@@ -6114,7 +6114,8 @@
"features": { "features": {
"fallofffromrange": [ 1, 1 ], "fallofffromrange": [ 1, 1 ],
"mass": [ 0.1, 0 ], "mass": [ 0.1, 0 ],
"range": [ 0.1, 0.2 ] "range": [ 0.1, 0.2 ],
"shotspeed": [ 0.1, 0.2 ]
} }
}, },
"2": { "2": {
@@ -6124,9 +6125,10 @@
}, },
"features": { "features": {
"fallofffromrange": [ 1, 1 ], "fallofffromrange": [ 1, 1 ],
"mass": [ 0.2, 0.04 ], "mass": [ 0.2, 0.05 ],
"power": [ 0.04, 0 ], "power": [ 0.05, 0 ],
"range": [ 0.2, 0.4 ] "range": [ 0.2, 0.4 ],
"shotspeed": [ 0.2, 0.4 ]
} }
}, },
"3": { "3": {
@@ -6138,8 +6140,9 @@
"features": { "features": {
"fallofffromrange": [ 1, 1 ], "fallofffromrange": [ 1, 1 ],
"mass": [ 0.3, 0.1 ], "mass": [ 0.3, 0.1 ],
"power": [ 0.1, 0.04 ], "power": [ 0.1, 0.05 ],
"range": [ 0.3, 0.6 ] "range": [ 0.3, 0.6 ],
"shotspeed": [ 0.3, 0.6 ]
} }
}, },
"4": { "4": {
@@ -6150,9 +6153,10 @@
}, },
"features": { "features": {
"fallofffromrange": [ 1, 1 ], "fallofffromrange": [ 1, 1 ],
"mass": [ 0.4, 0.14 ], "mass": [ 0.4, 0.15 ],
"power": [ 0.14, 0.1 ], "power": [ 0.15, 0.1 ],
"range": [ 0.4, 0.8 ] "range": [ 0.4, 0.8 ],
"shotspeed": [ 0.4, 0.8 ]
} }
}, },
"5": { "5": {
@@ -6164,8 +6168,9 @@
"features": { "features": {
"fallofffromrange": [ 1, 1 ], "fallofffromrange": [ 1, 1 ],
"mass": [ 0.5, 0.2 ], "mass": [ 0.5, 0.2 ],
"power": [ 0.2, 0.14 ], "power": [ 0.2, 0.15 ],
"range": [ 0.5, 1 ] "range": [ 0.5, 1 ],
"shotspeed": [ 0.5, 1 ]
} }
} }
}, },

View File

@@ -212,6 +212,8 @@
"speed": -0.1667 "speed": -0.1667
}, },
"special_fsd_interrupt": { "special_fsd_interrupt": {
"damage": -0.3,
"rof": 0.5
}, },
"special_high_yield_shell": { "special_high_yield_shell": {
"rof": 0.1111111111111111 "rof": 0.1111111111111111

View File

@@ -805,6 +805,7 @@
"range", "range",
"reload", "reload",
"rof", "rof",
"shotspeed",
"thermload" "thermload"
], ],
"specials": [ "specials": [
@@ -1661,6 +1662,7 @@
"range", "range",
"reload", "reload",
"rof", "rof",
"shotspeed",
"thermload" "thermload"
], ],
"specials": [ "specials": [
@@ -3025,6 +3027,7 @@
"range", "range",
"reload", "reload",
"rof", "rof",
"shotspeed",
"thermload" "thermload"
], ],
"specials": [ "specials": [
@@ -4284,8 +4287,7 @@
}, },
"po": { "po": {
"blueprints": { "blueprints": {
"PointDefence_PointDefenseCapacity": [3], "PointDefence_PointDefenseCapacity": {
"HeatSinkLauncher_Shielded": {
"grades": { "grades": {
"3": { "3": {
"engineers": [ "engineers": [

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,
@@ -110,9 +110,9 @@
"piercing": 1, "piercing": 1,
"power": 0.8, "power": 0.8,
"pp": "Archon Delaine", "pp": "Archon Delaine",
"range": 600, "range": 3000,
"rating": "F", "rating": "F",
"rof": 6.6, "rof": 7.6,
"thermload": 0.3 "thermload": 0.3
}, },
{ {

View File

@@ -138,7 +138,7 @@
"eff": 1, "eff": 1,
"grp": "pp", "grp": "pp",
"id": "po", "id": "po",
"integrity": 90, "integrity": 102,
"mass": 40, "mass": 40,
"pgen": 16.8, "pgen": 16.8,
"rating": "E" "rating": "E"
@@ -151,7 +151,7 @@
"eff": 0.75, "eff": 0.75,
"grp": "pp", "grp": "pp",
"id": "pn", "id": "pn",
"integrity": 113, "integrity": 90,
"mass": 16, "mass": 16,
"pgen": 18.9, "pgen": 18.9,
"rating": "D" "rating": "D"
@@ -164,7 +164,7 @@
"eff": 0.5, "eff": 0.5,
"grp": "pp", "grp": "pp",
"id": "pm", "id": "pm",
"integrity": 136, "integrity": 113,
"mass": 20, "mass": 20,
"pgen": 21, "pgen": 21,
"rating": "C" "rating": "C"
@@ -177,7 +177,7 @@
"eff": 0.45, "eff": 0.45,
"grp": "pp", "grp": "pp",
"id": "pl", "id": "pl",
"integrity": 124, "integrity": 136,
"mass": 32, "mass": 32,
"pgen": 23.1, "pgen": 23.1,
"rating": "B" "rating": "B"
@@ -190,7 +190,7 @@
"eff": 0.4, "eff": 0.4,
"grp": "pp", "grp": "pp",
"id": "pk", "id": "pk",
"integrity": 118, "integrity": 124,
"mass": 20, "mass": 20,
"pgen": 25.2, "pgen": 25.2,
"rating": "A" "rating": "A"

View File

@@ -1,6 +1,6 @@
{ {
"name": "coriolis-data", "name": "coriolis-data",
"version": "2.3.4", "version": "2.3.6",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/EDCD/coriolis-data" "url": "https://github.com/EDCD/coriolis-data"