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 d644e27 commit 4f19979Copy full SHA for 4f19979
data/falcon9.rb
@@ -35,25 +35,25 @@
35
reusable: "true",
36
burn_time_sec: "162",
37
sea_level_thrust: {
38
- kN: "7,607"
+ kN: "7,607",
39
lbf: "1,710,000"
40
},
41
vacuum_thrust: {
42
- kN: "8,227"
+ kN: "8,227",
43
lbf: "1,849,500"
44
}
45
46
stage_2: {
47
engines: "1",
48
burn_time_sec: "397",
49
50
- kN: "934"
+ kN: "934",
51
lbf: "210,000"
52
53
54
- payload: {
55
-
+ payload_containers: {
+ option_1: "Dragon",
56
+ option_2: "Dragon Trunk",
57
+ option_3: "Composite Fairing"
58
59
0 commit comments