GameData: fill missing story/mission data.
This commit is contained in:
parent
07832e6a89
commit
fdb8704f00
2 changed files with 28 additions and 0 deletions
|
@ -44,6 +44,12 @@ static const std::map<std::int32_t, Containers::StringView> mission_id_map {{
|
||||||
{114, "Mission 15 - Outposts Line of Defense"_s},
|
{114, "Mission 15 - Outposts Line of Defense"_s},
|
||||||
{115, "Mission 16 - Hidden in the Pass"_s},
|
{115, "Mission 16 - Hidden in the Pass"_s},
|
||||||
{116, "Mission 17 - Homebase Security"_s},
|
{116, "Mission 17 - Homebase Security"_s},
|
||||||
|
{117, "Mission 18 - Molewarp Protection Deal"_s},
|
||||||
|
{118, "Mission 19 - Behind the Walls of Ice"_s},
|
||||||
|
{119, "Mission 20 - Odin in the Sea of Flames"_s},
|
||||||
|
{120, "Mission 21 - Retracing Ruined Shelter"_s},
|
||||||
|
{121, "Mission 22 - The Traitor"_s},
|
||||||
|
{122, "Mission 23 - Duel of Aces"_s},
|
||||||
|
|
||||||
// Hunting grounds
|
// Hunting grounds
|
||||||
{200, "Hunt 1 - Desert Pathway Safety"_s},
|
{200, "Hunt 1 - Desert Pathway Safety"_s},
|
||||||
|
@ -52,6 +58,8 @@ static const std::map<std::int32_t, Containers::StringView> mission_id_map {{
|
||||||
{203, "Hunt 4 - Depths of the Machineries"_s},
|
{203, "Hunt 4 - Depths of the Machineries"_s},
|
||||||
{204, "Hunt 5 - Crater Crashers"_s},
|
{204, "Hunt 5 - Crater Crashers"_s},
|
||||||
{205, "Hunt 6 - Prototype Performance Tests"_s},
|
{205, "Hunt 6 - Prototype Performance Tests"_s},
|
||||||
|
{206, "Hunt 7 - A Mess in Manufacturing"_s},
|
||||||
|
{207, "Hunt 8 - Visitors in Volcanic Fissures"_s},
|
||||||
|
|
||||||
// Challenges
|
// Challenges
|
||||||
{300, "Challenge 1 - Redline Battlefront"_s},
|
{300, "Challenge 1 - Redline Battlefront"_s},
|
||||||
|
|
|
@ -108,7 +108,27 @@ static const Corrade::Containers::Array<StoryProgressPoint> story_progress
|
||||||
{0x06A5, "Chapter 3"_s, "Returned to hangar"_s, "After mission 16"_s},
|
{0x06A5, "Chapter 3"_s, "Returned to hangar"_s, "After mission 16"_s},
|
||||||
{0x06A6, "Chapter 3"_s, "Got mission 17 briefing"_s, "After mission 16"_s},
|
{0x06A6, "Chapter 3"_s, "Got mission 17 briefing"_s, "After mission 16"_s},
|
||||||
{0x0708, "Chapter 3"_s, "Debriefing"_s, "After mission 17"_s},
|
{0x0708, "Chapter 3"_s, "Debriefing"_s, "After mission 17"_s},
|
||||||
|
{0x0709, "Chapter 3"_s, "Returned to hangar"_s, "After mission 17"_s},
|
||||||
{0x070A, "Chapter 3"_s, "Got hunt 6 briefing"_s, "After mission 17"_s},
|
{0x070A, "Chapter 3"_s, "Got hunt 6 briefing"_s, "After mission 17"_s},
|
||||||
|
{0x070B, "Chapter 3"_s, "Returned to hangar"_s, "After mission 17"_s},
|
||||||
|
{0x070C, "Chapter 3"_s, "Got mission 18 briefing"_s, "After mission 17"_s},
|
||||||
|
{0x076C, "Chapter 3"_s, "Debriefing"_s, "After mission 18"_s},
|
||||||
|
{0x076D, "Chapter 3"_s, "Returned to hangar"_s, "After mission 18"_s},
|
||||||
|
{0x076E, "Chapter 3"_s, "Got hunt 7 and mission 19 briefing"_s, "After mission 18"_s},
|
||||||
|
|
||||||
|
{0x07D0, "Chapter 4"_s, "Debriefing"_s, "After mission 19"_s},
|
||||||
|
{0x07D1, "Chapter 4"_s, "Returned to hangar"_s, "After mission 19"_s},
|
||||||
|
{0x07D2, "Chapter 4"_s, "Got mission 20 briefing"_s, "After mission 19"_s},
|
||||||
|
{0x0834, "Chapter 4"_s, "Debriefing"_s, "After mission 20"_s},
|
||||||
|
{0x0835, "Chapter 4"_s, "Returned to hangar"_s, "After mission 20"_s},
|
||||||
|
{0x0836, "Chapter 4"_s, "Got hunt 8 and mission 21 briefing"_s, "After mission 20"_s},
|
||||||
|
{0x0898, "Chapter 4"_s, "Debriefing"_s, "After mission 21"_s},
|
||||||
|
{0x0899, "Chapter 4"_s, "Returned to hangar"_s, "After mission 21"_s},
|
||||||
|
{0x089A, "Chapter 4"_s, "Got mission 22 briefing"_s, "After mission 21"_s},
|
||||||
|
{0x08FC, "Chapter 4"_s, "Debriefing"_s, "After mission 22"_s},
|
||||||
|
{0x08FD, "Chapter 4"_s, "Returned to hangar"_s, "After mission 22"_s},
|
||||||
|
{0x08FE, "Chapter 4"_s, "Got mission 23 briefing"_s, "After mission 22"_s},
|
||||||
|
{0x0960, "Chapter 4"_s, "Returned to hangar"_s, "After mission 23"_s},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue