Change seats to crew

This commit is contained in:
Cmdr McDonald
2017-02-16 22:37:05 +00:00
parent 5096a3f740
commit 4b8951d032
34 changed files with 93 additions and 92 deletions

View File

@@ -1,6 +1,6 @@
#2.2.17 #2.2.17
* Add mass as potential SCB modification * Add mass as potential SCB modification
* Add number of seats for each ship * Add number of crew for each ship
#2.2.16 #2.2.16
* Fix incorrect thermal load modifiers for dirty drives * Fix incorrect thermal load modifiers for dirty drives

60
dist/index.js vendored
View File

@@ -20,7 +20,7 @@ module.exports = {
pitch: 38, pitch: 38,
roll: 100, roll: 100,
yaw: 14, yaw: 14,
seats: 2 crew: 2
}, },
retailCost: 87810, retailCost: 87810,
bulkheads: [ { bulkheads: [ {
@@ -111,7 +111,7 @@ module.exports = {
pitch: 25, pitch: 25,
roll: 60, roll: 60,
yaw: 10, yaw: 10,
seats: 3 crew: 3
}, },
retailCost: 146969450, retailCost: 146969450,
bulkheads: [ { bulkheads: [ {
@@ -209,7 +209,7 @@ module.exports = {
pitch: 38, pitch: 38,
roll: 100, roll: 100,
yaw: 10, yaw: 10,
seats: 2 crew: 2
}, },
retailCost: 6661150, retailCost: 6661150,
bulkheads: [ { bulkheads: [ {
@@ -299,7 +299,7 @@ module.exports = {
pitch: 40, pitch: 40,
roll: 110, roll: 110,
yaw: 15, yaw: 15,
seats: 2 crew: 2
}, },
retailCost: 3961150, retailCost: 3961150,
bulkheads: [ { bulkheads: [ {
@@ -391,7 +391,7 @@ module.exports = {
pitch: 25, pitch: 25,
roll: 60, roll: 60,
yaw: 17, yaw: 17,
seats: 3 crew: 3
}, },
retailCost: 84532770, retailCost: 84532770,
bulkheads: [ { bulkheads: [ {
@@ -525,7 +525,7 @@ module.exports = {
pitch: 40, pitch: 40,
roll: 100, roll: 100,
yaw: 10, yaw: 10,
seats: 2 crew: 2
}, },
retailCost: 349720, retailCost: 349720,
bulkheads: [ { bulkheads: [ {
@@ -615,7 +615,7 @@ module.exports = {
pitch: 30, pitch: 30,
roll: 90, roll: 90,
yaw: 10, yaw: 10,
seats: 2 crew: 2
}, },
retailCost: 747660, retailCost: 747660,
bulkheads: [ { bulkheads: [ {
@@ -705,7 +705,7 @@ module.exports = {
pitch: 35, pitch: 35,
roll: 90, roll: 90,
yaw: 13, yaw: 13,
seats: 1 crew: 1
}, },
retailCost: 1894760, retailCost: 1894760,
bulkheads: [ { bulkheads: [ {
@@ -795,7 +795,7 @@ module.exports = {
pitch: 42, pitch: 42,
roll: 100, roll: 100,
yaw: 15, yaw: 15,
seats: 1 crew: 1
}, },
retailCost: 564330, retailCost: 564330,
bulkheads: [ { bulkheads: [ {
@@ -885,7 +885,7 @@ module.exports = {
pitch: 50, pitch: 50,
roll: 120, roll: 120,
yaw: 18, yaw: 18,
seats: 1 crew: 1
}, },
retailCost: 44800, retailCost: 44800,
bulkheads: [ { bulkheads: [ {
@@ -983,7 +983,7 @@ module.exports = {
pitch: 38, pitch: 38,
roll: 90, roll: 90,
yaw: 19, yaw: 19,
seats: 2 crew: 2
}, },
retailCost: 19814210, retailCost: 19814210,
bulkheads: [ { bulkheads: [ {
@@ -1090,7 +1090,7 @@ module.exports = {
pitch: 28, pitch: 28,
roll: 75, roll: 75,
yaw: 8, yaw: 8,
seats: 3 crew: 3
}, },
retailCost: 187969450, retailCost: 187969450,
bulkheads: [ { bulkheads: [ {
@@ -1196,7 +1196,7 @@ module.exports = {
pitch: 30, pitch: 30,
roll: 80, roll: 80,
yaw: 14, yaw: 14,
seats: 2 crew: 2
}, },
retailCost: 14314210, retailCost: 14314210,
bulkheads: [ { bulkheads: [ {
@@ -1303,7 +1303,7 @@ module.exports = {
pitch: 25, pitch: 25,
roll: 80, roll: 80,
yaw: 18, yaw: 18,
seats: 2 crew: 2
}, },
retailCost: 35814210, retailCost: 35814210,
bulkheads: [ { bulkheads: [ {
@@ -1417,7 +1417,7 @@ module.exports = {
pitch: 38, pitch: 38,
roll: 90, roll: 90,
yaw: 12, yaw: 12,
seats: 2 crew: 2
}, },
retailCost: 51567040, retailCost: 51567040,
bulkheads: [ { bulkheads: [ {
@@ -1507,7 +1507,7 @@ module.exports = {
pitch: 36, pitch: 36,
roll: 100, roll: 100,
yaw: 14, yaw: 14,
seats: 1 crew: 1
}, },
retailCost: 52720, retailCost: 52720,
bulkheads: [ { bulkheads: [ {
@@ -1597,7 +1597,7 @@ module.exports = {
pitch: 40, pitch: 40,
roll: 80, roll: 80,
yaw: 18, yaw: 18,
seats: 2 crew: 2
}, },
retailCost: 22296860, retailCost: 22296860,
bulkheads: [ { bulkheads: [ {
@@ -1687,7 +1687,7 @@ module.exports = {
pitch: 38, pitch: 38,
roll: 90, roll: 90,
yaw: 16, yaw: 16,
seats: 1 crew: 1
}, },
retailCost: 2542930, retailCost: 2542930,
bulkheads: [ { bulkheads: [ {
@@ -1778,7 +1778,7 @@ module.exports = {
pitch: 18, pitch: 18,
roll: 45, roll: 45,
yaw: 8, yaw: 8,
seats: 3 crew: 3
}, },
retailCost: 208969450, retailCost: 208969450,
bulkheads: [ { bulkheads: [ {
@@ -1884,7 +1884,7 @@ module.exports = {
pitch: 40, pitch: 40,
roll: 100, roll: 100,
yaw: 15, yaw: 15,
seats: 1 crew: 1
}, },
retailCost: 110830, retailCost: 110830,
bulkheads: [ { bulkheads: [ {
@@ -1983,7 +1983,7 @@ module.exports = {
pitch: 27, pitch: 27,
roll: 100, roll: 100,
yaw: 15, yaw: 15,
seats: 1 crew: 1
}, },
retailCost: 3126150, retailCost: 3126150,
bulkheads: [ { bulkheads: [ {
@@ -2074,7 +2074,7 @@ module.exports = {
pitch: 25, pitch: 25,
roll: 55, roll: 55,
yaw: 18, yaw: 18,
seats: 2 crew: 2
}, },
retailCost: 48539900, retailCost: 48539900,
bulkheads: [ { bulkheads: [ {
@@ -2186,7 +2186,7 @@ module.exports = {
pitch: 29, pitch: 29,
roll: 90, roll: 90,
yaw: 10, yaw: 10,
seats: 2 crew: 2
}, },
retailCost: 56978180, retailCost: 56978180,
bulkheads: [ { bulkheads: [ {
@@ -2276,7 +2276,7 @@ module.exports = {
pitch: 42, pitch: 42,
roll: 110, roll: 110,
yaw: 16, yaw: 16,
seats: 1 crew: 1
}, },
retailCost: 32e3, retailCost: 32e3,
bulkheads: [ { bulkheads: [ {
@@ -2366,7 +2366,7 @@ module.exports = {
pitch: 30, pitch: 30,
roll: 100, roll: 100,
yaw: 17, yaw: 17,
seats: 1 crew: 1
}, },
retailCost: 1045950, retailCost: 1045950,
bulkheads: [ { bulkheads: [ {
@@ -2456,7 +2456,7 @@ module.exports = {
pitch: 22, pitch: 22,
roll: 60, roll: 60,
yaw: 22, yaw: 22,
seats: 1 crew: 1
}, },
retailCost: 17472260, retailCost: 17472260,
bulkheads: [ { bulkheads: [ {
@@ -2547,7 +2547,7 @@ module.exports = {
pitch: 20, pitch: 20,
roll: 20, roll: 20,
yaw: 8, yaw: 8,
seats: 3 crew: 3
}, },
retailCost: 76555840, retailCost: 76555840,
bulkheads: [ { bulkheads: [ {
@@ -2637,7 +2637,7 @@ module.exports = {
pitch: 35, pitch: 35,
roll: 90, roll: 90,
yaw: 15, yaw: 15,
seats: 1 crew: 1
}, },
retailCost: 142930, retailCost: 142930,
bulkheads: [ { bulkheads: [ {
@@ -2735,7 +2735,7 @@ module.exports = {
pitch: 30, pitch: 30,
roll: 90, roll: 90,
yaw: 12, yaw: 12,
seats: 1 crew: 1
}, },
retailCost: 437930, retailCost: 437930,
bulkheads: [ { bulkheads: [ {
@@ -2833,7 +2833,7 @@ module.exports = {
pitch: 42, pitch: 42,
roll: 110, roll: 110,
yaw: 17, yaw: 17,
seats: 2 crew: 2
}, },
retailCost: 4925620, retailCost: 4925620,
bulkheads: [ { bulkheads: [ {

60
dist/index.json vendored
View File

@@ -20,7 +20,7 @@
"pitch": 38, "pitch": 38,
"roll": 100, "roll": 100,
"yaw": 14, "yaw": 14,
"seats": 2 "crew": 2
}, },
"retailCost": 87810, "retailCost": 87810,
"bulkheads": [ "bulkheads": [
@@ -157,7 +157,7 @@
"pitch": 25, "pitch": 25,
"roll": 60, "roll": 60,
"yaw": 10, "yaw": 10,
"seats": 3 "crew": 3
}, },
"retailCost": 146969450, "retailCost": 146969450,
"bulkheads": [ "bulkheads": [
@@ -337,7 +337,7 @@
"pitch": 38, "pitch": 38,
"roll": 100, "roll": 100,
"yaw": 10, "yaw": 10,
"seats": 2 "crew": 2
}, },
"retailCost": 6661150, "retailCost": 6661150,
"bulkheads": [ "bulkheads": [
@@ -487,7 +487,7 @@
"pitch": 40, "pitch": 40,
"roll": 110, "roll": 110,
"yaw": 15, "yaw": 15,
"seats": 2 "crew": 2
}, },
"retailCost": 3961150, "retailCost": 3961150,
"bulkheads": [ "bulkheads": [
@@ -627,7 +627,7 @@
"pitch": 25, "pitch": 25,
"roll": 60, "roll": 60,
"yaw": 17, "yaw": 17,
"seats": 3 "crew": 3
}, },
"retailCost": 84532770, "retailCost": 84532770,
"bulkheads": [ "bulkheads": [
@@ -831,7 +831,7 @@
"pitch": 40, "pitch": 40,
"roll": 100, "roll": 100,
"yaw": 10, "yaw": 10,
"seats": 2 "crew": 2
}, },
"retailCost": 349720, "retailCost": 349720,
"bulkheads": [ "bulkheads": [
@@ -971,7 +971,7 @@
"pitch": 30, "pitch": 30,
"roll": 90, "roll": 90,
"yaw": 10, "yaw": 10,
"seats": 2 "crew": 2
}, },
"retailCost": 747660, "retailCost": 747660,
"bulkheads": [ "bulkheads": [
@@ -1117,7 +1117,7 @@
"pitch": 35, "pitch": 35,
"roll": 90, "roll": 90,
"yaw": 13, "yaw": 13,
"seats": 1 "crew": 1
}, },
"retailCost": 1894760, "retailCost": 1894760,
"bulkheads": [ "bulkheads": [
@@ -1257,7 +1257,7 @@
"pitch": 42, "pitch": 42,
"roll": 100, "roll": 100,
"yaw": 15, "yaw": 15,
"seats": 1 "crew": 1
}, },
"retailCost": 564330, "retailCost": 564330,
"bulkheads": [ "bulkheads": [
@@ -1397,7 +1397,7 @@
"pitch": 50, "pitch": 50,
"roll": 120, "roll": 120,
"yaw": 18, "yaw": 18,
"seats": 1 "crew": 1
}, },
"retailCost": 44800, "retailCost": 44800,
"bulkheads": [ "bulkheads": [
@@ -1539,7 +1539,7 @@
"pitch": 38, "pitch": 38,
"roll": 90, "roll": 90,
"yaw": 19, "yaw": 19,
"seats": 2 "crew": 2
}, },
"retailCost": 19814210, "retailCost": 19814210,
"bulkheads": [ "bulkheads": [
@@ -1704,7 +1704,7 @@
"pitch": 28, "pitch": 28,
"roll": 75, "roll": 75,
"yaw": 8, "yaw": 8,
"seats": 3 "crew": 3
}, },
"retailCost": 187969450, "retailCost": 187969450,
"bulkheads": [ "bulkheads": [
@@ -1890,7 +1890,7 @@
"pitch": 30, "pitch": 30,
"roll": 80, "roll": 80,
"yaw": 14, "yaw": 14,
"seats": 2 "crew": 2
}, },
"retailCost": 14314210, "retailCost": 14314210,
"bulkheads": [ "bulkheads": [
@@ -2059,7 +2059,7 @@
"pitch": 25, "pitch": 25,
"roll": 80, "roll": 80,
"yaw": 18, "yaw": 18,
"seats": 2 "crew": 2
}, },
"retailCost": 35814210, "retailCost": 35814210,
"bulkheads": [ "bulkheads": [
@@ -2237,7 +2237,7 @@
"pitch": 38, "pitch": 38,
"roll": 90, "roll": 90,
"yaw": 12, "yaw": 12,
"seats": 2 "crew": 2
}, },
"retailCost": 51567040, "retailCost": 51567040,
"bulkheads": [ "bulkheads": [
@@ -2385,7 +2385,7 @@
"pitch": 36, "pitch": 36,
"roll": 100, "roll": 100,
"yaw": 14, "yaw": 14,
"seats": 1 "crew": 1
}, },
"retailCost": 52720, "retailCost": 52720,
"bulkheads": [ "bulkheads": [
@@ -2515,7 +2515,7 @@
"pitch": 40, "pitch": 40,
"roll": 80, "roll": 80,
"yaw": 18, "yaw": 18,
"seats": 2 "crew": 2
}, },
"retailCost": 22296860, "retailCost": 22296860,
"bulkheads": [ "bulkheads": [
@@ -2663,7 +2663,7 @@
"pitch": 38, "pitch": 38,
"roll": 90, "roll": 90,
"yaw": 16, "yaw": 16,
"seats": 1 "crew": 1
}, },
"retailCost": 2542930, "retailCost": 2542930,
"bulkheads": [ "bulkheads": [
@@ -2806,7 +2806,7 @@
"pitch": 18, "pitch": 18,
"roll": 45, "roll": 45,
"yaw": 8, "yaw": 8,
"seats": 3 "crew": 3
}, },
"retailCost": 208969450, "retailCost": 208969450,
"bulkheads": [ "bulkheads": [
@@ -2990,7 +2990,7 @@
"pitch": 40, "pitch": 40,
"roll": 100, "roll": 100,
"yaw": 15, "yaw": 15,
"seats": 1 "crew": 1
}, },
"retailCost": 110830, "retailCost": 110830,
"bulkheads": [ "bulkheads": [
@@ -3133,7 +3133,7 @@
"pitch": 27, "pitch": 27,
"roll": 100, "roll": 100,
"yaw": 15, "yaw": 15,
"seats": 1 "crew": 1
}, },
"retailCost": 3126150, "retailCost": 3126150,
"bulkheads": [ "bulkheads": [
@@ -3276,7 +3276,7 @@
"pitch": 25, "pitch": 25,
"roll": 55, "roll": 55,
"yaw": 18, "yaw": 18,
"seats": 2 "crew": 2
}, },
"retailCost": 48539900, "retailCost": 48539900,
"bulkheads": [ "bulkheads": [
@@ -3444,7 +3444,7 @@
"pitch": 29, "pitch": 29,
"roll": 90, "roll": 90,
"yaw": 10, "yaw": 10,
"seats": 2 "crew": 2
}, },
"retailCost": 56978180, "retailCost": 56978180,
"bulkheads": [ "bulkheads": [
@@ -3596,7 +3596,7 @@
"pitch": 42, "pitch": 42,
"roll": 110, "roll": 110,
"yaw": 16, "yaw": 16,
"seats": 1 "crew": 1
}, },
"retailCost": 32000, "retailCost": 32000,
"bulkheads": [ "bulkheads": [
@@ -3728,7 +3728,7 @@
"pitch": 30, "pitch": 30,
"roll": 100, "roll": 100,
"yaw": 17, "yaw": 17,
"seats": 1 "crew": 1
}, },
"retailCost": 1045950, "retailCost": 1045950,
"bulkheads": [ "bulkheads": [
@@ -3868,7 +3868,7 @@
"pitch": 22, "pitch": 22,
"roll": 60, "roll": 60,
"yaw": 22, "yaw": 22,
"seats": 1 "crew": 1
}, },
"retailCost": 17472260, "retailCost": 17472260,
"bulkheads": [ "bulkheads": [
@@ -4017,7 +4017,7 @@
"pitch": 20, "pitch": 20,
"roll": 20, "roll": 20,
"yaw": 8, "yaw": 8,
"seats": 3 "crew": 3
}, },
"retailCost": 76555840, "retailCost": 76555840,
"bulkheads": [ "bulkheads": [
@@ -4169,7 +4169,7 @@
"pitch": 35, "pitch": 35,
"roll": 90, "roll": 90,
"yaw": 15, "yaw": 15,
"seats": 1 "crew": 1
}, },
"retailCost": 142930, "retailCost": 142930,
"bulkheads": [ "bulkheads": [
@@ -4315,7 +4315,7 @@
"pitch": 30, "pitch": 30,
"roll": 90, "roll": 90,
"yaw": 12, "yaw": 12,
"seats": 1 "crew": 1
}, },
"retailCost": 437930, "retailCost": 437930,
"bulkheads": [ "bulkheads": [
@@ -4465,7 +4465,7 @@
"pitch": 42, "pitch": 42,
"roll": 110, "roll": 110,
"yaw": 17, "yaw": 17,
"seats": 2 "crew": 2
}, },
"retailCost": 4925620, "retailCost": 4925620,
"bulkheads": [ "bulkheads": [

View File

@@ -19,7 +19,7 @@
"pitch": 38, "pitch": 38,
"roll": 100, "roll": 100,
"yaw": 14, "yaw": 14,
"seats": 2 "crew": 2
}, },
"retailCost": 87810, "retailCost": 87810,
"bulkheads": [ "bulkheads": [

View File

@@ -20,7 +20,7 @@
"pitch": 25, "pitch": 25,
"roll": 60, "roll": 60,
"yaw": 10, "yaw": 10,
"seats": 3 "crew": 3
}, },
"retailCost": 146969450, "retailCost": 146969450,
"bulkheads": [ "bulkheads": [

View File

@@ -19,7 +19,7 @@
"pitch": 38, "pitch": 38,
"roll": 100, "roll": 100,
"yaw": 10, "yaw": 10,
"seats": 2 "crew": 2
}, },
"retailCost": 6661150, "retailCost": 6661150,
"bulkheads": [ "bulkheads": [

View File

@@ -19,7 +19,7 @@
"pitch": 40, "pitch": 40,
"roll": 110, "roll": 110,
"yaw": 15, "yaw": 15,
"seats": 2 "crew": 2
}, },
"retailCost": 3961150, "retailCost": 3961150,
"bulkheads": [ "bulkheads": [

View File

@@ -21,7 +21,7 @@
"pitch": 25, "pitch": 25,
"roll": 60, "roll": 60,
"yaw": 17, "yaw": 17,
"seats": 3 "crew": 3
}, },
"retailCost": 84532770, "retailCost": 84532770,
"bulkheads": [ "bulkheads": [

View File

@@ -19,7 +19,7 @@
"pitch": 40, "pitch": 40,
"roll": 100, "roll": 100,
"yaw": 10, "yaw": 10,
"seats": 2 "crew": 2
}, },
"retailCost": 349720, "retailCost": 349720,
"bulkheads": [ "bulkheads": [

View File

@@ -19,7 +19,7 @@
"pitch": 30, "pitch": 30,
"roll": 90, "roll": 90,
"yaw": 10, "yaw": 10,
"seats": 2 "crew": 2
}, },
"retailCost": 747660, "retailCost": 747660,
"bulkheads": [ "bulkheads": [

View File

@@ -18,7 +18,7 @@
"pitch": 35, "pitch": 35,
"roll": 90, "roll": 90,
"yaw": 13, "yaw": 13,
"seats": 1 "crew": 1
}, },
"retailCost": 1894760, "retailCost": 1894760,
"bulkheads": [ "bulkheads": [

View File

@@ -19,7 +19,7 @@
"pitch": 42, "pitch": 42,
"roll": 100, "roll": 100,
"yaw": 15, "yaw": 15,
"seats": 1 "crew": 1
} , } ,
"retailCost": 564330, "retailCost": 564330,
"bulkheads": [ "bulkheads": [

View File

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

View File

@@ -18,7 +18,7 @@
"pitch": 38, "pitch": 38,
"roll": 90, "roll": 90,
"yaw": 19, "yaw": 19,
"seats": 2 "crew": 2
}, },
"retailCost": 19814210, "retailCost": 19814210,
"bulkheads": [ "bulkheads": [

View File

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

View File

@@ -19,7 +19,7 @@
"pitch": 30, "pitch": 30,
"roll": 80, "roll": 80,
"yaw": 14, "yaw": 14,
"seats": 2 "crew": 2
}, },
"retailCost": 14314210, "retailCost": 14314210,
"bulkheads": [ "bulkheads": [

View File

@@ -20,7 +20,7 @@
"pitch": 25, "pitch": 25,
"roll": 80, "roll": 80,
"yaw": 18, "yaw": 18,
"seats": 2 "crew": 2
}, },
"retailCost": 35814210, "retailCost": 35814210,
"bulkheads": [ "bulkheads": [

View File

@@ -19,7 +19,7 @@
"pitch": 38, "pitch": 38,
"roll": 90, "roll": 90,
"yaw": 12, "yaw": 12,
"seats": 2 "crew": 2
}, },
"retailCost": 51567040, "retailCost": 51567040,
"bulkheads": [ "bulkheads": [

View File

@@ -19,7 +19,7 @@
"pitch": 36, "pitch": 36,
"roll": 100, "roll": 100,
"yaw": 14, "yaw": 14,
"seats": 1 "crew": 1
}, },
"retailCost": 52720, "retailCost": 52720,
"bulkheads": [ "bulkheads": [

View File

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

View File

@@ -18,7 +18,7 @@
"pitch": 38, "pitch": 38,
"roll": 90, "roll": 90,
"yaw": 16, "yaw": 16,
"seats": 1 "crew": 1
}, },
"retailCost": 2542930, "retailCost": 2542930,
"bulkheads": [ "bulkheads": [

View File

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

View File

@@ -19,7 +19,7 @@
"pitch": 40, "pitch": 40,
"roll": 100, "roll": 100,
"yaw": 15, "yaw": 15,
"seats": 1 "crew": 1
}, },
"retailCost": 110830, "retailCost": 110830,
"bulkheads": [ "bulkheads": [

View File

@@ -20,7 +20,7 @@
"pitch": 27, "pitch": 27,
"roll": 100, "roll": 100,
"yaw": 15, "yaw": 15,
"seats": 1 "crew": 1
}, },
"retailCost": 3126150, "retailCost": 3126150,
"bulkheads": [ "bulkheads": [

View File

@@ -20,7 +20,7 @@
"pitch": 25, "pitch": 25,
"roll": 55, "roll": 55,
"yaw": 18, "yaw": 18,
"seats": 2 "crew": 2
}, },
"retailCost": 48539900, "retailCost": 48539900,
"bulkheads": [ "bulkheads": [

View File

@@ -19,7 +19,7 @@
"pitch": 29, "pitch": 29,
"roll": 90, "roll": 90,
"yaw": 10, "yaw": 10,
"seats": 2 "crew": 2
}, },
"retailCost": 56978180, "retailCost": 56978180,
"bulkheads": [ "bulkheads": [

View File

@@ -19,7 +19,7 @@
"pitch": 42, "pitch": 42,
"roll": 110, "roll": 110,
"yaw": 16, "yaw": 16,
"seats": 1 "crew": 1
}, },
"retailCost": 32000, "retailCost": 32000,
"bulkheads": [ "bulkheads": [

View File

@@ -19,7 +19,7 @@
"pitch": 30, "pitch": 30,
"roll": 100, "roll": 100,
"yaw": 17, "yaw": 17,
"seats": 1 "crew": 1
}, },
"retailCost": 1045950, "retailCost": 1045950,
"bulkheads": [ "bulkheads": [

View File

@@ -19,7 +19,7 @@
"pitch": 22, "pitch": 22,
"roll": 60, "roll": 60,
"yaw": 22, "yaw": 22,
"seats": 1 "crew": 1
}, },
"retailCost": 17472260, "retailCost": 17472260,
"bulkheads": [ "bulkheads": [

View File

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

View File

@@ -19,7 +19,7 @@
"pitch": 35, "pitch": 35,
"roll": 90, "roll": 90,
"yaw": 15, "yaw": 15,
"seats": 1 "crew": 1
}, },
"retailCost": 142930, "retailCost": 142930,
"bulkheads": [ "bulkheads": [

View File

@@ -19,7 +19,7 @@
"pitch": 30, "pitch": 30,
"roll": 90, "roll": 90,
"yaw": 12, "yaw": 12,
"seats": 1 "crew": 1
}, },
"retailCost": 437930, "retailCost": 437930,
"bulkheads": [ "bulkheads": [

View File

@@ -19,7 +19,7 @@
"pitch": 42, "pitch": 42,
"roll": 110, "roll": 110,
"yaw": 17, "yaw": 17,
"seats": 2 "crew": 2
}, },
"retailCost": 4925620, "retailCost": 4925620,
"bulkheads": [ "bulkheads": [

View File

@@ -20,7 +20,8 @@ describe('JSON Data', function() {
'pipSpeed', 'pipSpeed',
'pitch', 'pitch',
'roll', 'roll',
'yaw' 'yaw',
'crew'
]; ];
var edIDs = {}; var edIDs = {};