Integrate Mission Images to Arc Missions

This commit is contained in:
D4rkl1ght3r
2025-12-23 23:57:21 +01:00
parent e17f8a8da7
commit e244a0eaf1

View File

@@ -13,7 +13,7 @@
rem.mission.create("Pilot License")
rem.mission.arc("Manhattan Tutorial Arc")
rem.mission.description("For Security reasons, the Liberty Security Force is monitoring all Pilot licenses. Start this Mission to meet King in the Manhattan Bar and gain your pilot license.")
rem.mission.imagename("MIS_harriso.png")
rem.mission.imagename("Manhattan_Tutorial_Arc1.png")
rem.mission.missiontype("flyto")
rem.mission.flyto_targetbase("Li01_10_Base")
rem.mission.repeatable(true)
@@ -43,6 +43,7 @@ rem.mission.save()
rem.mission.create("The Reunion")
rem.mission.arc("Manhattan Story Arc")
rem.mission.description("Orillion disappeared some time ago. It might be a good idea to look around Manhattan finding someone who knows about the current situation. The Liberty Security Force seems to be assigned to find Orillion, so maybe Juni is at Manhattan.")
rem.mission.imagename("Manhattan_Story_Arc1.png")
rem.mission.missiontype("pve")
rem.mission.repeatable(true)
@@ -77,6 +78,7 @@ rem.mission.save()
rem.mission.create("Tour of Duty")
rem.mission.arc("Manhattan Story Arc")
rem.mission.description("Harrison is waiting at the Manhattan Landing Pads to offer a diplomatic mission regarding the Junkers.")
rem.mission.imagename("Manhattan_Story_Arc2.png")
rem.mission.missiontype("pve")
rem.mission.repeatable(true)
@@ -116,6 +118,7 @@ rem.mission.save()
rem.mission.create("VanPelt's Remembrence")
rem.mission.arc("Manhattan Exploration Arc")
rem.mission.description("This is Juni. Its about an assignment concerning a very personal matter. Start this Mission to meet me in the Manhattan Bar.")
rem.mission.imagename("Manhattan_Exploration_Arc1.png")
rem.mission.missiontype("solar")
rem.mission.repeatable(true)
@@ -148,6 +151,7 @@ rem.mission.create("Walker's Remembrence")
rem.mission.arc("West Point Exploration Arc")
rem.mission.description("This is Jacobi. You may noticed that we are organizing a farewell ceremony for Marcus Walker. Meet me in the West Point Academy Bar. We have to talk about an important matter.")
rem.mission.missiontype("solar")
rem.mission.imagename("WestPoint_Exploration_Arc1.png")
rem.mission.repeatable(true)
-- Trigger: Initialize Data
@@ -178,6 +182,7 @@ rem.mission.save()
rem.mission.create("Inner Corruption")
rem.mission.arc("Buffalo Story Arc")
rem.mission.description("Received a cryptic message from an unknown contact regarding a rendezvous on Buffalo Station. The message contains also the specific location data for the meeting.")
rem.mission.imagename("Buffalo_Story_Arc1.png")
rem.mission.missiontype("flyto")
rem.mission.flyto_targetbase("Li01_10_Base")
rem.mission.repeatable(true)
@@ -199,6 +204,7 @@ rem.mission.save()
rem.mission.create("Subversive Operation")
rem.mission.arc("Buffalo Story Arc")
rem.mission.description("The Rebus contacted me for another important mission. The message contains also the specific location data for the meeting.")
rem.mission.imagename("Buffalo_Story_Arc2.png")
rem.mission.missiontype("pve")
-- Trigger: Initialize Data
@@ -222,6 +228,7 @@ rem.mission.save()
-- Mission 03: Data Fragment (Liberty) ===
rem.mission.create("Data Fragment (Liberty)")
rem.mission.description("Once ready to proceed I should contact and meet The Rebus on Buffalo Station. Now, that I am part of their initiative The Rebus has another Mission for me.")
rem.mission.imagename("Buffalo_Story_Arc3.png")
rem.mission.repeatable(true)
-- ======================================================================================
@@ -233,6 +240,7 @@ rem.mission.repeatable(true)
rem.mission.create("Dangerous Enigma")
rem.mission.arc("Vogtland Story Arc")
rem.mission.description("Received a cryptic message from an unknown contact regarding a rendezvous on Vogtland Base. The message contains also the specific location data for the meeting.")
rem.mission.imagename("Vogtland_Story_Arc1.png")
rem.mission.missiontype("flyto")
rem.mission.flyto_targetbase("Rh01_01_Base")
rem.mission.repeatable(true)
@@ -264,6 +272,7 @@ rem.mission.save()
rem.mission.create("Rheinland Assault")
rem.mission.arc("Vogtland Story Arc")
rem.mission.description("The Rebus contacted me for another important mission. The message contains also the specific location data for the meeting.")
rem.mission.imagename("Vogtland_Story_Arc2.png")
rem.mission.missiontype("pve")
rem.mission.repeatable(true)
@@ -300,6 +309,7 @@ rem.mission.repeatable(true)
rem.mission.create("Shattered Empire")
rem.mission.arc("Kyoto Story Arc")
rem.mission.description("Received a cryptic message from an unknown contact regarding a rendezvous on Kyoto Base. The message contains also the specific location data for the meeting.")
rem.mission.imagename("Kyoto_Story_Arc1.png")
rem.mission.missiontype("flyto")
rem.mission.flyto_targetbase("Ku05_02_Base")
rem.mission.repeatable(true)
@@ -327,7 +337,12 @@ rem.mission.missionmessage("launch", 471106)
rem.mission.thnsave() -- Save the thn config
rem.mission.save()
-- Mission 02: Data Fragment (Kusari) ===
-- Mission 02: Retribution (Kusari) ===
rem.mission.create("Retribution")
rem.mission.arc("Kyoto Story Arc")
rem.mission.description("The Rebus contacted me for another important mission. The message contains also the specific location data for the meeting.")
rem.mission.imagename("Kyoto_Story_Arc2.png")
rem.mission.repeatable(true)
-- Mission 03: Data Fragment (Kusari) ===
rem.mission.create("Data Fragment (Kusari)")
@@ -344,6 +359,8 @@ rem.mission.repeatable(true)
-- Mission 01: Forgotten Relic ===
rem.mission.create("Forgotten Relic")
rem.mission.arc("Toledo Story Arc")
rem.mission.description("Sinclair contacted me to meet her on Planet Toledo. She is requesting assistance for an important mission in Omicron Major. Meet Sinclair at the surface landing pads and be prepared for further tasks.")
rem.mission.imagename("Toledo_Story_Arc1.png")
rem.mission.repeatable(true)
-- Trigger: Initialize Data
@@ -368,6 +385,8 @@ rem.mission.save()
-- Mission 02: The Forsaken ===
rem.mission.create("The Forsaken")
rem.mission.arc("Toledo Story Arc")
rem.mission.description("Sinclair has progressed in her research on the Chronos Relic. Juni ordered Trent to meet her and the entire party on Planet Toledo.")
rem.mission.imagename("Toledo_Story_Arc2.png")
rem.mission.missiontype("pve")
rem.mission.repeatable(true)