Compare commits

..

21 Commits

Author SHA1 Message Date
Cmdr McDonald
c04d09932f Merge branch 'release/2.2.18' 2017-02-22 08:05:19 +00:00
Cmdr McDonald
411533aa9e Version bump 2017-02-22 08:05:13 +00:00
Cmdr McDonald
5a049ee8e7 Fix eff higherbetter 2017-02-22 07:49:39 +00:00
Cmdr McDonald
7378f83ccd Fix higherbetter for kinres 2017-02-20 14:29:09 +00:00
Cmdr McDonald
0b90af3b6c Merge branch 'release/2.2.17' into develop 2017-02-18 09:51:58 +00:00
Cmdr McDonald
a4a4d315c2 Merge branch 'release/2.2.17' 2017-02-18 09:51:54 +00:00
Cmdr McDonald
daa6d74c2e Package bupm 2017-02-18 09:51:46 +00:00
Cmdr McDonald
2c5e658181 Merge branch 'feature/multicrew' into develop 2017-02-18 09:49:44 +00:00
Cmdr McDonald
4e5ea494f5 Remove non-existent wake scanner blueprints 2017-02-18 08:28:37 +00:00
Cmdr McDonald
c21575f26d Merge 2017-02-17 18:26:37 +00:00
Cmdr McDonald
9f6993b466 Change seats to crew 2017-02-17 18:26:02 +00:00
Cmdr McDonald
ed41236bba Initial stab at seats 2017-02-17 18:25:48 +00:00
Cmdr McDonald
29f67ee228 Fix mining laser stats 2017-02-17 18:23:20 +00:00
Cmdr McDonald
4b8951d032 Change seats to crew 2017-02-16 22:37:05 +00:00
Cmdr McDonald
5096a3f740 Initial stab at seats 2017-02-16 22:32:26 +00:00
Cmdr McDonald
28a7d9446d Add mass as potential SCB modification 2017-02-16 22:19:54 +00:00
Cmdr McDonald
dca6fe643d Merge branch 'release/2.2.16' into develop 2017-02-15 20:37:04 +00:00
Cmdr McDonald
e791d73f2a Merge branch 'release/2.2.16' 2017-02-15 20:36:58 +00:00
Cmdr McDonald
11d39dc0b5 Update package number 2017-02-15 20:36:51 +00:00
Cmdr McDonald
3d47dd2fb7 Set higherbetter for modifications 2017-02-15 19:12:56 +00:00
Cmdr McDonald
c90ebd0f3f Merge branch 'release/2.2.15' into develop 2017-02-13 19:49:05 +00:00
39 changed files with 495 additions and 285 deletions

View File

@@ -1,3 +1,16 @@
#2.2.18
* Correct lower efficiency value to be better, not worse
#2.2.17
* Add mass as potential SCB modification
* Fix mining laser statistics
* Remove non-existent grade 4 and 5 wake scanner modifications
* Add number of crew for each ship
#2.2.16
* Fix incorrect thermal load modifiers for dirty drives
* Provide explicit information about if values are higher numeric value == better or not
#2.2.15
* Fix location of initial cargo rack for Vulture
* Fix broken regeneration rate for 6B shield generators

263
dist/index.js vendored
View File

@@ -19,7 +19,8 @@ module.exports = {
pipSpeed: .13625,
pitch: 38,
roll: 100,
yaw: 14
yaw: 14,
crew: 2
},
retailCost: 87810,
bulkheads: [ {
@@ -109,7 +110,8 @@ module.exports = {
fighterHangars: true,
pitch: 25,
roll: 60,
yaw: 10
yaw: 10,
crew: 3
},
retailCost: 146969450,
bulkheads: [ {
@@ -206,7 +208,8 @@ module.exports = {
pipSpeed: .13,
pitch: 38,
roll: 100,
yaw: 10
yaw: 10,
crew: 2
},
retailCost: 6661150,
bulkheads: [ {
@@ -295,7 +298,8 @@ module.exports = {
pipSpeed: .125,
pitch: 40,
roll: 110,
yaw: 15
yaw: 15,
crew: 2
},
retailCost: 3961150,
bulkheads: [ {
@@ -386,7 +390,8 @@ module.exports = {
fighterHangars: true,
pitch: 25,
roll: 60,
yaw: 17
yaw: 17,
crew: 3
},
retailCost: 84532770,
bulkheads: [ {
@@ -519,7 +524,8 @@ module.exports = {
pipSpeed: .125,
pitch: 40,
roll: 100,
yaw: 10
yaw: 10,
crew: 2
},
retailCost: 349720,
bulkheads: [ {
@@ -608,7 +614,8 @@ module.exports = {
pipSpeed: .125,
pitch: 30,
roll: 90,
yaw: 10
yaw: 10,
crew: 2
},
retailCost: 747660,
bulkheads: [ {
@@ -697,7 +704,8 @@ module.exports = {
pipSpeed: .09625,
pitch: 35,
roll: 90,
yaw: 13
yaw: 13,
crew: 1
},
retailCost: 1894760,
bulkheads: [ {
@@ -786,7 +794,8 @@ module.exports = {
pipSpeed: .09875,
pitch: 42,
roll: 100,
yaw: 15
yaw: 15,
crew: 1
},
retailCost: 564330,
bulkheads: [ {
@@ -875,7 +884,8 @@ module.exports = {
pipSpeed: .0625,
pitch: 50,
roll: 120,
yaw: 18
yaw: 18,
crew: 1
},
retailCost: 44800,
bulkheads: [ {
@@ -972,7 +982,8 @@ module.exports = {
pipSpeed: .11125,
pitch: 38,
roll: 90,
yaw: 19
yaw: 19,
crew: 2
},
retailCost: 19814210,
bulkheads: [ {
@@ -1078,7 +1089,8 @@ module.exports = {
fighterHangars: true,
pitch: 28,
roll: 75,
yaw: 8
yaw: 8,
crew: 3
},
retailCost: 187969450,
bulkheads: [ {
@@ -1183,7 +1195,8 @@ module.exports = {
pipSpeed: .0725,
pitch: 30,
roll: 80,
yaw: 14
yaw: 14,
crew: 2
},
retailCost: 14314210,
bulkheads: [ {
@@ -1289,7 +1302,8 @@ module.exports = {
fighterHangars: true,
pitch: 25,
roll: 80,
yaw: 18
yaw: 18,
crew: 2
},
retailCost: 35814210,
bulkheads: [ {
@@ -1402,7 +1416,8 @@ module.exports = {
pipSpeed: .03875,
pitch: 38,
roll: 90,
yaw: 12
yaw: 12,
crew: 2
},
retailCost: 51567040,
bulkheads: [ {
@@ -1491,7 +1506,8 @@ module.exports = {
pipSpeed: .1625,
pitch: 36,
roll: 100,
yaw: 14
yaw: 14,
crew: 1
},
retailCost: 52720,
bulkheads: [ {
@@ -1580,7 +1596,8 @@ module.exports = {
pipSpeed: .1,
pitch: 40,
roll: 80,
yaw: 18
yaw: 18,
crew: 2
},
retailCost: 22296860,
bulkheads: [ {
@@ -1669,7 +1686,8 @@ module.exports = {
pipSpeed: .05375,
pitch: 38,
roll: 90,
yaw: 16
yaw: 16,
crew: 1
},
retailCost: 2542930,
bulkheads: [ {
@@ -1759,7 +1777,8 @@ module.exports = {
fighterHangars: true,
pitch: 18,
roll: 45,
yaw: 8
yaw: 8,
crew: 3
},
retailCost: 208969450,
bulkheads: [ {
@@ -1864,7 +1883,8 @@ module.exports = {
pipSpeed: .075,
pitch: 40,
roll: 100,
yaw: 15
yaw: 15,
crew: 1
},
retailCost: 110830,
bulkheads: [ {
@@ -1962,7 +1982,8 @@ module.exports = {
fighterHangars: true,
pitch: 27,
roll: 100,
yaw: 15
yaw: 15,
crew: 1
},
retailCost: 3126150,
bulkheads: [ {
@@ -2052,7 +2073,8 @@ module.exports = {
luxuryCabins: true,
pitch: 25,
roll: 55,
yaw: 18
yaw: 18,
crew: 2
},
retailCost: 48539900,
bulkheads: [ {
@@ -2163,7 +2185,8 @@ module.exports = {
pipSpeed: .0975,
pitch: 29,
roll: 90,
yaw: 10
yaw: 10,
crew: 2
},
retailCost: 56978180,
bulkheads: [ {
@@ -2252,7 +2275,8 @@ module.exports = {
pipSpeed: .1375,
pitch: 42,
roll: 110,
yaw: 16
yaw: 16,
crew: 1
},
retailCost: 32e3,
bulkheads: [ {
@@ -2341,7 +2365,8 @@ module.exports = {
pipSpeed: .1475,
pitch: 30,
roll: 100,
yaw: 17
yaw: 17,
crew: 1
},
retailCost: 1045950,
bulkheads: [ {
@@ -2430,7 +2455,8 @@ module.exports = {
pipSpeed: .16625,
pitch: 22,
roll: 60,
yaw: 22
yaw: 22,
crew: 1
},
retailCost: 17472260,
bulkheads: [ {
@@ -2520,7 +2546,8 @@ module.exports = {
fighterHangars: true,
pitch: 20,
roll: 20,
yaw: 8
yaw: 8,
crew: 3
},
retailCost: 76555840,
bulkheads: [ {
@@ -2609,7 +2636,8 @@ module.exports = {
pipSpeed: .09375,
pitch: 35,
roll: 90,
yaw: 15
yaw: 15,
crew: 1
},
retailCost: 142930,
bulkheads: [ {
@@ -2706,7 +2734,8 @@ module.exports = {
pipSpeed: .0875,
pitch: 30,
roll: 90,
yaw: 12
yaw: 12,
crew: 1
},
retailCost: 437930,
bulkheads: [ {
@@ -2803,7 +2832,8 @@ module.exports = {
pipSpeed: .02375,
pitch: 42,
roll: 110,
yaw: 17
yaw: 17,
crew: 2
},
retailCost: 4925620,
bulkheads: [ {
@@ -8680,8 +8710,10 @@ module.exports = {
class: 1,
cost: 6800,
damage: 2,
damagedist: {},
distdraw: 1.35,
damagedist: {
T: 1
},
distdraw: 1.5,
edID: 128049525,
eddbID: 888,
falloff: 300,
@@ -8722,14 +8754,16 @@ module.exports = {
rating: "D",
thermload: 6
}, {
breachdmg: 1.2,
breachdmg: .6,
breachmax: .2,
breachmin: .1,
class: 2,
cost: 22580,
damage: 8,
damagedist: {},
distdraw: 1.75,
damage: 4,
damagedist: {
T: 1
},
distdraw: 3,
edID: 128049526,
eddbID: 889,
falloff: 300,
@@ -15190,8 +15224,8 @@ module.exports = {
integrity: [ -.06, 0 ],
optmass: [ -.04, 0 ],
optmul: [ .04, .1 ],
power: [ -.04, 0 ],
thermload: [ -.2, 0 ]
power: [ .04, 0 ],
thermload: [ .2, 0 ]
}
},
"2": {
@@ -15203,8 +15237,8 @@ module.exports = {
integrity: [ -.12, .01 ],
optmass: [ -.06, -.01 ],
optmul: [ .1, .14 ],
power: [ -.08, .02 ],
thermload: [ -.39, .1 ]
power: [ .08, .02 ],
thermload: [ .39, .1 ]
}
},
"3": {
@@ -15217,8 +15251,8 @@ module.exports = {
integrity: [ -.18, .04 ],
optmass: [ -.1, -.02 ],
optmul: [ .14, .2 ],
power: [ -.11, .03 ],
thermload: [ -.61, .2 ]
power: [ .11, .03 ],
thermload: [ .61, .2 ]
}
},
"4": {
@@ -15231,8 +15265,8 @@ module.exports = {
integrity: [ -.24, .05 ],
optmass: [ -.12, -.04 ],
optmul: [ .2, .25 ],
power: [ -.15, .05 ],
thermload: [ -.79, .29 ]
power: [ .15, .05 ],
thermload: [ .79, .29 ]
}
},
"5": {
@@ -15245,8 +15279,8 @@ module.exports = {
integrity: [ -.31, .08 ],
optmass: [ -.16, -.05 ],
optmul: [ .25, .29 ],
power: [ -.2, .08 ],
thermload: [ -1, .39 ]
power: [ .2, .08 ],
thermload: [ 1, .39 ]
}
}
},
@@ -19345,25 +19379,29 @@ module.exports = {
id: 0,
name: "ammo",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
boot: {
id: 1,
name: "boot",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: false
},
brokenregen: {
id: 2,
name: "brokenregen",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
burst: {
id: 3,
name: "burst",
type: "numeric",
method: "overwrite"
method: "overwrite",
higherbetter: true
},
burstrof: {
id: 41,
@@ -19375,13 +19413,15 @@ module.exports = {
id: 4,
name: "clip",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
damage: {
id: 5,
name: "damage",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
damagedist: {
id: 40,
@@ -19394,49 +19434,57 @@ module.exports = {
id: 6,
name: "distdraw",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: false
},
duration: {
id: 7,
name: "duration",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
eff: {
id: 8,
name: "eff",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: false
},
engcap: {
id: 9,
name: "engcap",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
engrate: {
id: 10,
name: "engrate",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
explres: {
id: 11,
name: "explres",
type: "percentage",
method: "additive"
method: "additive",
higherbetter: true
},
facinglimit: {
id: 12,
name: "facinglimit",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
falloff: {
id: 45,
name: "falloff",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
fallofffromrange: {
id: 42,
@@ -19449,175 +19497,204 @@ module.exports = {
id: 13,
name: "hullboost",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
hullreinforcement: {
id: 14,
name: "hullreinforcement",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
integrity: {
id: 15,
name: "integrity",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
jitter: {
id: 16,
name: "jitter",
type: "numeric",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
kinres: {
id: 17,
name: "kinres",
type: "percentage",
method: "additive"
method: "additive",
higherbetter: true
},
mass: {
id: 18,
name: "mass",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: false
},
maxfuel: {
id: 19,
name: "maxfuel",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
optmass: {
id: 20,
name: "optmass",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
optmul: {
id: 21,
name: "optmul",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
pgen: {
id: 22,
name: "pgen",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
piercing: {
id: 23,
name: "piercing",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
power: {
id: 24,
name: "power",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: false
},
protection: {
id: 44,
name: "protection",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
range: {
id: 25,
name: "range",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
ranget: {
id: 26,
name: "ranget",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
regen: {
id: 27,
name: "regen",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
reload: {
id: 28,
name: "reload",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: false
},
rof: {
id: 29,
name: "rof",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: false
},
shield: {
id: 30,
name: "shield",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
shieldboost: {
id: 31,
name: "shieldboost",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
shotspeed: {
id: 43,
name: "shotspeed",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
spinup: {
id: 32,
name: "spinup",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: false
},
syscap: {
id: 33,
name: "syscap",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
sysrate: {
id: 34,
name: "sysrate",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
thermload: {
id: 35,
name: "thermload",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: false
},
thermres: {
id: 36,
name: "thermres",
type: "percentage",
method: "additive"
method: "additive",
higherbetter: true
},
wepcap: {
id: 37,
name: "wepcap",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
weprate: {
id: 38,
name: "weprate",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
},
shieldreinforcement: {
id: 39,
name: "shieldreinforcement",
type: "percentage",
method: "multiplicative"
method: "multiplicative",
higherbetter: true
}
},
modifierActions: {
@@ -20338,7 +20415,7 @@ module.exports = {
ShieldCellBank_Rapid: [ 1, 2, 3 ],
ShieldCellBank_Specialised: [ 1, 2, 3 ]
},
modifications: [ "boot", "duration", "integrity", "power", "shieldreinforcement", "spinup", "thermload" ]
modifications: [ "boot", "duration", "integrity", "mass", "power", "shieldreinforcement", "spinup", "thermload" ]
},
sg: {
blueprints: {
@@ -20381,9 +20458,9 @@ module.exports = {
},
ws: {
blueprints: {
WakeScanner_LightWeight: [ 1, 2, 3, 4, 5 ],
WakeScanner_Reinforced: [ 1, 2, 3, 4, 5 ],
WakeScanner_Shielded: [ 1, 2, 3, 4, 5 ]
WakeScanner_LightWeight: [ 1, 2, 3 ],
WakeScanner_Reinforced: [ 1, 2, 3 ],
WakeScanner_Shielded: [ 1, 2, 3 ]
},
modifications: [ "boot", "integrity", "mass", "power" ]
}

268
dist/index.json vendored
View File

@@ -19,7 +19,8 @@
"pipSpeed": 0.13625,
"pitch": 38,
"roll": 100,
"yaw": 14
"yaw": 14,
"crew": 2
},
"retailCost": 87810,
"bulkheads": [
@@ -155,7 +156,8 @@
"fighterHangars": true,
"pitch": 25,
"roll": 60,
"yaw": 10
"yaw": 10,
"crew": 3
},
"retailCost": 146969450,
"bulkheads": [
@@ -334,7 +336,8 @@
"pipSpeed": 0.13,
"pitch": 38,
"roll": 100,
"yaw": 10
"yaw": 10,
"crew": 2
},
"retailCost": 6661150,
"bulkheads": [
@@ -483,7 +486,8 @@
"pipSpeed": 0.125,
"pitch": 40,
"roll": 110,
"yaw": 15
"yaw": 15,
"crew": 2
},
"retailCost": 3961150,
"bulkheads": [
@@ -622,7 +626,8 @@
"fighterHangars": true,
"pitch": 25,
"roll": 60,
"yaw": 17
"yaw": 17,
"crew": 3
},
"retailCost": 84532770,
"bulkheads": [
@@ -825,7 +830,8 @@
"pipSpeed": 0.125,
"pitch": 40,
"roll": 100,
"yaw": 10
"yaw": 10,
"crew": 2
},
"retailCost": 349720,
"bulkheads": [
@@ -964,7 +970,8 @@
"pipSpeed": 0.125,
"pitch": 30,
"roll": 90,
"yaw": 10
"yaw": 10,
"crew": 2
},
"retailCost": 747660,
"bulkheads": [
@@ -1109,7 +1116,8 @@
"pipSpeed": 0.09625,
"pitch": 35,
"roll": 90,
"yaw": 13
"yaw": 13,
"crew": 1
},
"retailCost": 1894760,
"bulkheads": [
@@ -1248,7 +1256,8 @@
"pipSpeed": 0.09875,
"pitch": 42,
"roll": 100,
"yaw": 15
"yaw": 15,
"crew": 1
},
"retailCost": 564330,
"bulkheads": [
@@ -1387,7 +1396,8 @@
"pipSpeed": 0.0625,
"pitch": 50,
"roll": 120,
"yaw": 18
"yaw": 18,
"crew": 1
},
"retailCost": 44800,
"bulkheads": [
@@ -1528,7 +1538,8 @@
"pipSpeed": 0.11125,
"pitch": 38,
"roll": 90,
"yaw": 19
"yaw": 19,
"crew": 2
},
"retailCost": 19814210,
"bulkheads": [
@@ -1692,7 +1703,8 @@
"fighterHangars": true,
"pitch": 28,
"roll": 75,
"yaw": 8
"yaw": 8,
"crew": 3
},
"retailCost": 187969450,
"bulkheads": [
@@ -1877,7 +1889,8 @@
"pipSpeed": 0.0725,
"pitch": 30,
"roll": 80,
"yaw": 14
"yaw": 14,
"crew": 2
},
"retailCost": 14314210,
"bulkheads": [
@@ -2045,7 +2058,8 @@
"fighterHangars": true,
"pitch": 25,
"roll": 80,
"yaw": 18
"yaw": 18,
"crew": 2
},
"retailCost": 35814210,
"bulkheads": [
@@ -2222,7 +2236,8 @@
"pipSpeed": 0.03875,
"pitch": 38,
"roll": 90,
"yaw": 12
"yaw": 12,
"crew": 2
},
"retailCost": 51567040,
"bulkheads": [
@@ -2369,7 +2384,8 @@
"pipSpeed": 0.1625,
"pitch": 36,
"roll": 100,
"yaw": 14
"yaw": 14,
"crew": 1
},
"retailCost": 52720,
"bulkheads": [
@@ -2498,7 +2514,8 @@
"pipSpeed": 0.1,
"pitch": 40,
"roll": 80,
"yaw": 18
"yaw": 18,
"crew": 2
},
"retailCost": 22296860,
"bulkheads": [
@@ -2645,7 +2662,8 @@
"pipSpeed": 0.05375,
"pitch": 38,
"roll": 90,
"yaw": 16
"yaw": 16,
"crew": 1
},
"retailCost": 2542930,
"bulkheads": [
@@ -2787,7 +2805,8 @@
"fighterHangars": true,
"pitch": 18,
"roll": 45,
"yaw": 8
"yaw": 8,
"crew": 3
},
"retailCost": 208969450,
"bulkheads": [
@@ -2970,7 +2989,8 @@
"pipSpeed": 0.075,
"pitch": 40,
"roll": 100,
"yaw": 15
"yaw": 15,
"crew": 1
},
"retailCost": 110830,
"bulkheads": [
@@ -3112,7 +3132,8 @@
"fighterHangars": true,
"pitch": 27,
"roll": 100,
"yaw": 15
"yaw": 15,
"crew": 1
},
"retailCost": 3126150,
"bulkheads": [
@@ -3254,7 +3275,8 @@
"luxuryCabins": true,
"pitch": 25,
"roll": 55,
"yaw": 18
"yaw": 18,
"crew": 2
},
"retailCost": 48539900,
"bulkheads": [
@@ -3421,7 +3443,8 @@
"pipSpeed": 0.0975,
"pitch": 29,
"roll": 90,
"yaw": 10
"yaw": 10,
"crew": 2
},
"retailCost": 56978180,
"bulkheads": [
@@ -3572,7 +3595,8 @@
"pipSpeed": 0.1375,
"pitch": 42,
"roll": 110,
"yaw": 16
"yaw": 16,
"crew": 1
},
"retailCost": 32000,
"bulkheads": [
@@ -3703,7 +3727,8 @@
"pipSpeed": 0.1475,
"pitch": 30,
"roll": 100,
"yaw": 17
"yaw": 17,
"crew": 1
},
"retailCost": 1045950,
"bulkheads": [
@@ -3842,7 +3867,8 @@
"pipSpeed": 0.16625,
"pitch": 22,
"roll": 60,
"yaw": 22
"yaw": 22,
"crew": 1
},
"retailCost": 17472260,
"bulkheads": [
@@ -3990,7 +4016,8 @@
"fighterHangars": true,
"pitch": 20,
"roll": 20,
"yaw": 8
"yaw": 8,
"crew": 3
},
"retailCost": 76555840,
"bulkheads": [
@@ -4141,7 +4168,8 @@
"pipSpeed": 0.09375,
"pitch": 35,
"roll": 90,
"yaw": 15
"yaw": 15,
"crew": 1
},
"retailCost": 142930,
"bulkheads": [
@@ -4286,7 +4314,8 @@
"pipSpeed": 0.0875,
"pitch": 30,
"roll": 90,
"yaw": 12
"yaw": 12,
"crew": 1
},
"retailCost": 437930,
"bulkheads": [
@@ -4435,7 +4464,8 @@
"pipSpeed": 0.02375,
"pitch": 42,
"roll": 110,
"yaw": 17
"yaw": 17,
"crew": 2
},
"retailCost": 4925620,
"bulkheads": [
@@ -10704,8 +10734,10 @@
"class": 1,
"cost": 6800,
"damage": 2,
"damagedist": {},
"distdraw": 1.35,
"damagedist": {
"T": 1
},
"distdraw": 1.5,
"edID": 128049525,
"eddbID": 888,
"falloff": 300,
@@ -10748,14 +10780,16 @@
"thermload": 6
},
{
"breachdmg": 1.2,
"breachdmg": 0.6,
"breachmax": 0.2,
"breachmin": 0.1,
"class": 2,
"cost": 22580,
"damage": 8,
"damagedist": {},
"distdraw": 1.75,
"damage": 4,
"damagedist": {
"T": 1
},
"distdraw": 3,
"edID": 128049526,
"eddbID": 889,
"falloff": 300,
@@ -18319,11 +18353,11 @@
0.1
],
"power": [
-0.04,
0.04,
0
],
"thermload": [
-0.2,
0.2,
0
]
}
@@ -18347,11 +18381,11 @@
0.14
],
"power": [
-0.08,
0.08,
0.02
],
"thermload": [
-0.39,
0.39,
0.1
]
}
@@ -18376,11 +18410,11 @@
0.2
],
"power": [
-0.11,
0.11,
0.03
],
"thermload": [
-0.61,
0.61,
0.2
]
}
@@ -18405,11 +18439,11 @@
0.25
],
"power": [
-0.15,
0.15,
0.05
],
"thermload": [
-0.79,
0.79,
0.29
]
}
@@ -18434,11 +18468,11 @@
0.29
],
"power": [
-0.2,
0.2,
0.08
],
"thermload": [
-1,
1,
0.39
]
}
@@ -25617,25 +25651,29 @@
"id": 0,
"name": "ammo",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"boot": {
"id": 1,
"name": "boot",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": false
},
"brokenregen": {
"id": 2,
"name": "brokenregen",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"burst": {
"id": 3,
"name": "burst",
"type": "numeric",
"method": "overwrite"
"method": "overwrite",
"higherbetter": true
},
"burstrof": {
"id": 41,
@@ -25647,13 +25685,15 @@
"id": 4,
"name": "clip",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"damage": {
"id": 5,
"name": "damage",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"damagedist": {
"id": 40,
@@ -25666,49 +25706,57 @@
"id": 6,
"name": "distdraw",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": false
},
"duration": {
"id": 7,
"name": "duration",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"eff": {
"id": 8,
"name": "eff",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": false
},
"engcap": {
"id": 9,
"name": "engcap",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"engrate": {
"id": 10,
"name": "engrate",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"explres": {
"id": 11,
"name": "explres",
"type": "percentage",
"method": "additive"
"method": "additive",
"higherbetter": true
},
"facinglimit": {
"id": 12,
"name": "facinglimit",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"falloff": {
"id": 45,
"name": "falloff",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"fallofffromrange": {
"id": 42,
@@ -25721,175 +25769,204 @@
"id": 13,
"name": "hullboost",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"hullreinforcement": {
"id": 14,
"name": "hullreinforcement",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"integrity": {
"id": 15,
"name": "integrity",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"jitter": {
"id": 16,
"name": "jitter",
"type": "numeric",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"kinres": {
"id": 17,
"name": "kinres",
"type": "percentage",
"method": "additive"
"method": "additive",
"higherbetter": true
},
"mass": {
"id": 18,
"name": "mass",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": false
},
"maxfuel": {
"id": 19,
"name": "maxfuel",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"optmass": {
"id": 20,
"name": "optmass",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"optmul": {
"id": 21,
"name": "optmul",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"pgen": {
"id": 22,
"name": "pgen",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"piercing": {
"id": 23,
"name": "piercing",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"power": {
"id": 24,
"name": "power",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": false
},
"protection": {
"id": 44,
"name": "protection",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"range": {
"id": 25,
"name": "range",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"ranget": {
"id": 26,
"name": "ranget",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"regen": {
"id": 27,
"name": "regen",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"reload": {
"id": 28,
"name": "reload",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": false
},
"rof": {
"id": 29,
"name": "rof",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": false
},
"shield": {
"id": 30,
"name": "shield",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"shieldboost": {
"id": 31,
"name": "shieldboost",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"shotspeed": {
"id": 43,
"name": "shotspeed",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"spinup": {
"id": 32,
"name": "spinup",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": false
},
"syscap": {
"id": 33,
"name": "syscap",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"sysrate": {
"id": 34,
"name": "sysrate",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"thermload": {
"id": 35,
"name": "thermload",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": false
},
"thermres": {
"id": 36,
"name": "thermres",
"type": "percentage",
"method": "additive"
"method": "additive",
"higherbetter": true
},
"wepcap": {
"id": 37,
"name": "wepcap",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"weprate": {
"id": 38,
"name": "weprate",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
},
"shieldreinforcement": {
"id": 39,
"name": "shieldreinforcement",
"type": "percentage",
"method": "multiplicative"
"method": "multiplicative",
"higherbetter": true
}
},
"modifierActions": {
@@ -27742,6 +27819,7 @@
"boot",
"duration",
"integrity",
"mass",
"power",
"shieldreinforcement",
"spinup",
@@ -27953,23 +28031,17 @@
"WakeScanner_LightWeight": [
1,
2,
3,
4,
5
3
],
"WakeScanner_Reinforced": [
1,
2,
3,
4,
5
3
],
"WakeScanner_Shielded": [
1,
2,
3,
4,
5
3
]
},
"modifications": [

View File

@@ -1096,8 +1096,8 @@
"integrity": [ -0.06, 0 ],
"optmass": [ -0.04, 0 ],
"optmul": [ 0.04, 0.1 ],
"power": [ -0.04, 0 ],
"thermload": [ -0.2, 0 ]
"power": [ 0.04, 0 ],
"thermload": [ 0.2, 0 ]
}
},
"2": {
@@ -1109,8 +1109,8 @@
"integrity": [ -0.12, 0.01 ],
"optmass": [ -0.06, -0.01 ],
"optmul": [ 0.1, 0.14 ],
"power": [ -0.08, 0.02 ],
"thermload": [ -0.39, 0.1 ]
"power": [ 0.08, 0.02 ],
"thermload": [ 0.39, 0.1 ]
}
},
"3": {
@@ -1123,8 +1123,8 @@
"integrity": [ -0.18, 0.04 ],
"optmass": [ -0.1, -0.02 ],
"optmul": [ 0.14, 0.2 ],
"power": [ -0.11, 0.03 ],
"thermload": [ -0.61, 0.2 ]
"power": [ 0.11, 0.03 ],
"thermload": [ 0.61, 0.2 ]
}
},
"4": {
@@ -1137,8 +1137,8 @@
"integrity": [ -0.24, 0.05 ],
"optmass": [ -0.12, -0.04 ],
"optmul": [ 0.2, 0.25 ],
"power": [ -0.15, 0.05 ],
"thermload": [ -0.79, 0.29 ]
"power": [ 0.15, 0.05 ],
"thermload": [ 0.79, 0.29 ]
}
},
"5": {
@@ -1151,8 +1151,8 @@
"integrity": [ -0.31, 0.08 ],
"optmass": [ -0.16, -0.05 ],
"optmul": [ 0.25, 0.29 ],
"power": [ -0.2, 0.08 ],
"thermload": [ -1, 0.39 ]
"power": [ 0.2, 0.08 ],
"thermload": [ 1, 0.39 ]
}
}
},

View File

@@ -1,48 +1,48 @@
{
"ammo": {"id": 0, "name": "ammo", "type": "percentage", "method": "multiplicative"},
"boot": {"id": 1, "name": "boot", "type": "percentage", "method": "multiplicative"},
"brokenregen": {"id": 2, "name": "brokenregen", "type": "percentage", "method": "multiplicative"},
"burst": {"id": 3, "name": "burst", "type": "numeric", "method": "overwrite"},
"ammo": {"id": 0, "name": "ammo", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"boot": {"id": 1, "name": "boot", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"brokenregen": {"id": 2, "name": "brokenregen", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"burst": {"id": 3, "name": "burst", "type": "numeric", "method": "overwrite", "higherbetter": true},
"burstrof": {"id": 41, "name": "burstrof", "type": "numeric", "method": "overwrite"},
"clip": {"id": 4, "name": "clip", "type": "percentage", "method": "multiplicative"},
"damage": {"id": 5, "name": "damage", "type": "percentage", "method": "multiplicative"},
"clip": {"id": 4, "name": "clip", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"damage": {"id": 5, "name": "damage", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"damagedist": {"id": 40, "name": "damage", "type": "object", "hidden": true, "method": "overwrite"},
"distdraw": {"id": 6, "name": "distdraw", "type": "percentage", "method": "multiplicative"},
"duration": {"id": 7, "name": "duration", "type": "percentage", "method": "multiplicative"},
"eff": {"id": 8, "name": "eff", "type": "percentage", "method": "multiplicative"},
"engcap": {"id": 9, "name": "engcap", "type": "percentage", "method": "multiplicative"},
"engrate": {"id": 10, "name": "engrate", "type": "percentage", "method": "multiplicative"},
"explres": {"id": 11, "name": "explres", "type": "percentage", "method": "additive"},
"facinglimit": {"id": 12, "name": "facinglimit", "type": "percentage", "method": "multiplicative"},
"falloff": {"id": 45, "name": "falloff", "type": "percentage", "method": "multiplicative"},
"distdraw": {"id": 6, "name": "distdraw", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"duration": {"id": 7, "name": "duration", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"eff": {"id": 8, "name": "eff", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"engcap": {"id": 9, "name": "engcap", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"engrate": {"id": 10, "name": "engrate", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"explres": {"id": 11, "name": "explres", "type": "percentage", "method": "additive", "higherbetter": true},
"facinglimit": {"id": 12, "name": "facinglimit", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"falloff": {"id": 45, "name": "falloff", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"fallofffromrange": {"id": 42, "name": "fallofffromrange", "type": "numeric", "hidden": true, "method": "overwrite"},
"hullboost": {"id": 13, "name": "hullboost", "type": "percentage", "method": "multiplicative"},
"hullreinforcement": {"id": 14, "name": "hullreinforcement", "type": "percentage", "method": "multiplicative"},
"integrity": {"id": 15, "name": "integrity", "type": "percentage", "method": "multiplicative"},
"jitter": {"id": 16, "name": "jitter", "type": "numeric", "method": "multiplicative"},
"kinres": {"id": 17, "name": "kinres", "type": "percentage", "method": "additive"},
"mass": {"id": 18, "name": "mass", "type": "percentage", "method": "multiplicative"},
"maxfuel": {"id": 19, "name": "maxfuel", "type": "percentage", "method": "multiplicative"},
"optmass": {"id": 20, "name": "optmass", "type": "percentage", "method": "multiplicative"},
"optmul": {"id": 21, "name": "optmul", "type": "percentage", "method": "multiplicative"},
"pgen": {"id": 22, "name": "pgen", "type": "percentage", "method": "multiplicative"},
"piercing": {"id": 23, "name": "piercing", "type": "percentage", "method": "multiplicative"},
"power": {"id": 24, "name": "power", "type": "percentage", "method": "multiplicative"},
"protection": {"id": 44, "name": "protection", "type": "percentage", "method": "multiplicative"},
"range": {"id": 25, "name": "range", "type": "percentage", "method": "multiplicative"},
"ranget": {"id": 26, "name": "ranget", "type": "percentage", "method": "multiplicative"},
"regen": {"id": 27, "name": "regen", "type": "percentage", "method": "multiplicative"},
"reload": {"id": 28, "name": "reload", "type": "percentage", "method": "multiplicative"},
"rof": {"id": 29, "name": "rof", "type": "percentage", "method": "multiplicative"},
"shield": {"id": 30, "name": "shield", "type": "percentage", "method": "multiplicative"},
"shieldboost": {"id": 31, "name": "shieldboost", "type": "percentage", "method": "multiplicative"},
"shotspeed": {"id": 43, "name": "shotspeed", "type": "percentage", "method": "multiplicative"},
"spinup": {"id": 32, "name": "spinup", "type": "percentage", "method": "multiplicative"},
"syscap": {"id": 33, "name": "syscap", "type": "percentage", "method": "multiplicative"},
"sysrate": {"id": 34, "name": "sysrate", "type": "percentage", "method": "multiplicative"},
"thermload": {"id": 35, "name": "thermload", "type": "percentage", "method": "multiplicative"},
"thermres": {"id": 36, "name": "thermres", "type": "percentage", "method": "additive"},
"wepcap": {"id": 37, "name": "wepcap", "type": "percentage", "method": "multiplicative"},
"weprate": {"id": 38, "name": "weprate", "type": "percentage", "method": "multiplicative"},
"shieldreinforcement": {"id": 39, "name": "shieldreinforcement", "type": "percentage", "method": "multiplicative"}
"hullboost": {"id": 13, "name": "hullboost", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"hullreinforcement": {"id": 14, "name": "hullreinforcement", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"integrity": {"id": 15, "name": "integrity", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"jitter": {"id": 16, "name": "jitter", "type": "numeric", "method": "multiplicative", "higherbetter": true},
"kinres": {"id": 17, "name": "kinres", "type": "percentage", "method": "additive", "higherbetter": true},
"mass": {"id": 18, "name": "mass", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"maxfuel": {"id": 19, "name": "maxfuel", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"optmass": {"id": 20, "name": "optmass", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"optmul": {"id": 21, "name": "optmul", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"pgen": {"id": 22, "name": "pgen", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"piercing": {"id": 23, "name": "piercing", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"power": {"id": 24, "name": "power", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"protection": {"id": 44, "name": "protection", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"range": {"id": 25, "name": "range", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"ranget": {"id": 26, "name": "ranget", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"regen": {"id": 27, "name": "regen", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"reload": {"id": 28, "name": "reload", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"rof": {"id": 29, "name": "rof", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"shield": {"id": 30, "name": "shield", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"shieldboost": {"id": 31, "name": "shieldboost", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"shotspeed": {"id": 43, "name": "shotspeed", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"spinup": {"id": 32, "name": "spinup", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"syscap": {"id": 33, "name": "syscap", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"sysrate": {"id": 34, "name": "sysrate", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"thermload": {"id": 35, "name": "thermload", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"thermres": {"id": 36, "name": "thermres", "type": "percentage", "method": "additive", "higherbetter": true},
"wepcap": {"id": 37, "name": "wepcap", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"weprate": {"id": 38, "name": "weprate", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"shieldreinforcement": {"id": 39, "name": "shieldreinforcement", "type": "percentage", "method": "multiplicative", "higherbetter": true}
}

View File

@@ -735,6 +735,7 @@
"boot",
"duration",
"integrity",
"mass",
"power",
"shieldreinforcement",
"spinup",
@@ -841,9 +842,9 @@
},
"ws": {
"blueprints": {
"WakeScanner_LightWeight": [1, 2, 3, 4, 5],
"WakeScanner_Reinforced": [1, 2, 3, 4, 5],
"WakeScanner_Shielded": [1, 2, 3, 4, 5]
"WakeScanner_LightWeight": [1, 2, 3],
"WakeScanner_Reinforced": [1, 2, 3],
"WakeScanner_Shielded": [1, 2, 3]
},
"modifications": [
"boot",

View File

@@ -7,8 +7,10 @@
"class": 1,
"cost": 6800,
"damage": 2,
"damagedist": {},
"distdraw": 1.35,
"damagedist": {
"T": 1
},
"distdraw": 1.5,
"edID": 128049525,
"eddbID": 888,
"falloff": 300,
@@ -51,14 +53,16 @@
"thermload": 6
},
{
"breachdmg": 1.2,
"breachdmg": 0.6,
"breachmax": 0.2,
"breachmin": 0.1,
"class": 2,
"cost": 22580,
"damage": 8,
"damagedist": {},
"distdraw": 1.75,
"damage": 4,
"damagedist": {
"T": 1
},
"distdraw": 3,
"edID": 128049526,
"eddbID": 889,
"falloff": 300,

View File

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

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.13625,
"pitch": 38,
"roll": 100,
"yaw": 14
"yaw": 14,
"crew": 2
},
"retailCost": 87810,
"bulkheads": [

View File

@@ -19,7 +19,8 @@
"fighterHangars": true,
"pitch": 25,
"roll": 60,
"yaw": 10
"yaw": 10,
"crew": 3
},
"retailCost": 146969450,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.13,
"pitch": 38,
"roll": 100,
"yaw": 10
"yaw": 10,
"crew": 2
},
"retailCost": 6661150,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.125,
"pitch": 40,
"roll": 110,
"yaw": 15
"yaw": 15,
"crew": 2
},
"retailCost": 3961150,
"bulkheads": [

View File

@@ -20,7 +20,8 @@
"fighterHangars": true,
"pitch": 25,
"roll": 60,
"yaw": 17
"yaw": 17,
"crew": 3
},
"retailCost": 84532770,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.125,
"pitch": 40,
"roll": 100,
"yaw": 10
"yaw": 10,
"crew": 2
},
"retailCost": 349720,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.125,
"pitch": 30,
"roll": 90,
"yaw": 10
"yaw": 10,
"crew": 2
},
"retailCost": 747660,
"bulkheads": [

View File

@@ -17,7 +17,8 @@
"pipSpeed": 0.09625,
"pitch": 35,
"roll": 90,
"yaw": 13
"yaw": 13,
"crew": 1
},
"retailCost": 1894760,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.09875,
"pitch": 42,
"roll": 100,
"yaw": 15
"yaw": 15,
"crew": 1
} ,
"retailCost": 564330,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.0625,
"pitch": 50,
"roll": 120,
"yaw": 18
"yaw": 18,
"crew": 1
},
"retailCost": 44800,
"bulkheads": [

View File

@@ -17,7 +17,8 @@
"pipSpeed": 0.11125,
"pitch": 38,
"roll": 90,
"yaw": 19
"yaw": 19,
"crew": 2
},
"retailCost": 19814210,
"bulkheads": [

View File

@@ -19,7 +19,8 @@
"fighterHangars": true,
"pitch": 28,
"roll": 75,
"yaw": 8
"yaw": 8,
"crew": 3
},
"retailCost": 187969450,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.0725,
"pitch": 30,
"roll": 80,
"yaw": 14
"yaw": 14,
"crew": 2
},
"retailCost": 14314210,
"bulkheads": [

View File

@@ -19,7 +19,8 @@
"fighterHangars": true,
"pitch": 25,
"roll": 80,
"yaw": 18
"yaw": 18,
"crew": 2
},
"retailCost": 35814210,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.03875,
"pitch": 38,
"roll": 90,
"yaw": 12
"yaw": 12,
"crew": 2
},
"retailCost": 51567040,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.1625,
"pitch": 36,
"roll": 100,
"yaw": 14
"yaw": 14,
"crew": 1
},
"retailCost": 52720,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.1,
"pitch": 40,
"roll": 80,
"yaw": 18
"yaw": 18,
"crew": 2
},
"retailCost": 22296860,
"bulkheads": [

View File

@@ -17,7 +17,8 @@
"pipSpeed": 0.05375,
"pitch": 38,
"roll": 90,
"yaw": 16
"yaw": 16,
"crew": 1
},
"retailCost": 2542930,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"fighterHangars": true,
"pitch": 18,
"roll": 45,
"yaw":8
"yaw": 8,
"crew": 3
},
"retailCost": 208969450,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.075,
"pitch": 40,
"roll": 100,
"yaw": 15
"yaw": 15,
"crew": 1
},
"retailCost": 110830,
"bulkheads": [

View File

@@ -19,7 +19,8 @@
"fighterHangars": true,
"pitch": 27,
"roll": 100,
"yaw": 15
"yaw": 15,
"crew": 1
},
"retailCost": 3126150,
"bulkheads": [

View File

@@ -19,7 +19,8 @@
"luxuryCabins": true,
"pitch": 25,
"roll": 55,
"yaw": 18
"yaw": 18,
"crew": 2
},
"retailCost": 48539900,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.0975,
"pitch": 29,
"roll": 90,
"yaw": 10
"yaw": 10,
"crew": 2
},
"retailCost": 56978180,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.1375,
"pitch": 42,
"roll": 110,
"yaw": 16
"yaw": 16,
"crew": 1
},
"retailCost": 32000,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.1475,
"pitch": 30,
"roll": 100,
"yaw": 17
"yaw": 17,
"crew": 1
},
"retailCost": 1045950,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.16625,
"pitch": 22,
"roll": 60,
"yaw": 22
"yaw": 22,
"crew": 1
},
"retailCost": 17472260,
"bulkheads": [

View File

@@ -19,7 +19,8 @@
"fighterHangars": true,
"pitch": 20,
"roll": 20,
"yaw": 8
"yaw": 8,
"crew": 3
},
"retailCost": 76555840,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.09375,
"pitch": 35,
"roll": 90,
"yaw": 15
"yaw": 15,
"crew": 1
},
"retailCost": 142930,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.0875,
"pitch": 30,
"roll": 90,
"yaw": 12
"yaw": 12,
"crew": 1
},
"retailCost": 437930,
"bulkheads": [

View File

@@ -18,7 +18,8 @@
"pipSpeed": 0.02375,
"pitch": 42,
"roll": 110,
"yaw": 17
"yaw": 17,
"crew": 2
},
"retailCost": 4925620,
"bulkheads": [

View File

@@ -20,7 +20,8 @@ describe('JSON Data', function() {
'pipSpeed',
'pitch',
'roll',
'yaw'
'yaw',
'crew'
];
var edIDs = {};
@@ -203,7 +204,19 @@ describe('JSON Data', function() {
expect(modification.method).toBeDefined('Modification has no method, ID:' + modification.id);
ids[modification.id] = true;
}
});
it('has valid module modifications', function() {
for (var m in Modifications.modules) {
const module = Modifications.modules[m];
for (var bp in module.blueprints) {
expect(Modifications.blueprints[bp]).toBeDefined('Missing ' + bp + ' for ' + m);
for (var g in module.blueprints[bp]) {
const grade = module.blueprints[bp][g];
expect(Modifications.blueprints[bp].grades[grade]).toBeDefined('Missing ' + bp + ' grade ' + grade + ' for ' + m);
}
}
}
});
it('has valid specials', function() {