We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc4fc1 commit d5dd850Copy full SHA for d5dd850
data/falcon9.rb
@@ -20,26 +20,26 @@
20
kg: 549054,
21
lb: 1207920
22
},
23
- payload_weights: {
24
- leo: {
+ payload_weights: [
+ {
25
id: 'leo',
26
name: 'low earth orbit',
27
kg: 22800,
28
lb: 50265
29
30
- gto: {
31
- id: 'gto',
32
- name: 'geosynchronous transfer orbit',
33
- kg: 8300,
34
- lb: 18300
+ id: 'gto',
+ name: 'geosynchronous transfer orbit',
+ kg: 8300,
+ lb: 18300
35
36
- mars: {
37
- id: 'mars',
38
- name: 'mars orbit',
39
- kg: 4020,
40
- lb: 8860
+ id: 'mars',
+ name: 'mars orbit',
+ kg: 4020,
+ lb: 8860
41
}
42
- },
+ ],
43
first_stage: {
44
reusable: true,
45
engines: 9,
0 commit comments