forked from ReentryGame/Apollo8Campaign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcampaign.desc
68 lines (68 loc) · 2.47 KB
/
campaign.desc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"fullPathDescriptionFile": null,
"campaignPath": null,
"Title": "APOLLO 8",
"TileBackgroundImage": "tileBg.png",
"PageBackgroundImage": "pageBg.png",
"Sections": [
{
"Type": 2,
"Data": "c1.png",
"Value": 0
},
{
"Type": 1,
"Data": "Apollo 8 is the 2nd manned Apollo mission after the success of Apollo 7 that orbited the Earth with the help of the smaller Saturn 1B launch vehicle.\r\n\r\nInitially, the goal of the mission was to test the Lunar Module in Earth Orbit, but unfortunately the Lunar Module is not yet ready for flight. Instead of cancelling the mission, NASA has decided that Apollo 8 will, for the first time in history, travel beyond the low Earth orbit, and reach the Moon.",
"Value": 0
},
{
"Type": 0,
"Data": "Missions",
"Value": 0
}
],
"Missions": [
{
"missionIndex": 0,
"Program": 2,
"FileName": "Missions/part1.json",
"Title": "The Ascent",
"campaignProgressInfo": "The Apollo 8 rocket is standing ready on the pad. For the first time, a manned mission will use the full Staurn V stack to reach the Moon. The backup crew is performing the initial cockpit inspection and setup, and soon, you and your crew will enter the cockpit to do the final setup, and ascent into orbit."
},
{
"missionIndex": 0,
"Program": 2,
"FileName": "Missions/part2.json",
"Title": "Trans-Lunar Injection",
"campaignProgressInfo": "TLI"
},
{
"missionIndex": 0,
"Program": 2,
"FileName": "Missions/part3.json",
"Title": "Approaching the Moon",
"campaignProgressInfo": "Moon"
},
{
"missionIndex": 0,
"Program": 2,
"FileName": "Missions/part4.json",
"Title": "The Moon Orbit",
"campaignProgressInfo": "Moon Orbit"
},
{
"missionIndex": 0,
"Program": 2,
"FileName": "Missions/part5.json",
"Title": "Going Home",
"campaignProgressInfo": "Going Home"
},
{
"missionIndex": 0,
"Program": 2,
"FileName": "Missions/part6.json",
"Title": "The Entry",
"campaignProgressInfo": "The Entry"
}
]
}