Add Li01_12 Pirate Mission 2

This commit is contained in:
D4rkl1ght3r
2025-07-27 12:32:39 +02:00
parent f3bf9c0cda
commit 194d18bbcc
3 changed files with 41 additions and 5 deletions

View File

@@ -75,9 +75,9 @@ rem.AddInfoCard(459009, [[<?xml version="1.0" encoding="UTF-16"?><RDL><PUSH/><JU
-- Story Arc - Subversive Operation (Buffalo Station - Li01_12_Base)
rem.AddInfoCard(459010, "Story Arc - Subversive Operation")
rem.AddInfoCard(459011, [[<?xml version="1.0" encoding="UTF-16"?><RDL><PUSH/><JUST loc="left"/><TEXT>President Jacobi's political power fades away. She is loosing more and more control to the authorities in Liberty. She will not be able to hold on her power for much longer, if she continues to weaken.</TEXT><PARA/><JUST loc="left"/><JUST loc="left"/><TEXT>.</TEXT><PARA/><JUST loc="left"/><JUST loc="left"/><TEXT>Although she does not clearly represent our ideals, President Jacobi was the only hope for a peaceful solution to our conflict with the colonies. That's why we have to launch an attack, the authorities of Liberty won't recover so quickly from this blow</TEXT><PARA/><JUST loc="left"/><JUST loc="left"/><TEXT>.</TEXT><PARA/><JUST loc="left"/><JUST loc="left"/><TEXT>Objectives:</TEXT><PARA/><JUST loc="left"/><JUST loc="left"/><TEXT>.</TEXT><PARA/><JUST loc="left"/><JUST loc="left"/><TEXT>- Destroy Liberty's Black Op Strike Force</TEXT><PARA/><JUST loc="left"/><POP/></RDL>]])
rem.AddInfoCard(459011, [[<?xml version="1.0" encoding="UTF-16"?><RDL><PUSH/><JUST loc="left"/><TEXT>President Jacobi's political power fades away. She is loosing more and more control to the authorities in Liberty. She will not be able to hold on her power for much longer, if she continues to weaken.</TEXT><PARA/><JUST loc="left"/><JUST loc="left"/><TEXT>.</TEXT><PARA/><JUST loc="left"/><JUST loc="left"/><TEXT>Although she does not clearly represent our ideals, President Jacobi was the only hope for a peaceful solution to our conflict with the colonies. That's why we have to launch an attack, the authorities of Liberty won't recover so quickly from this blow. The undercover strike force usually hides in the Detroit Debris Field.</TEXT><PARA/><JUST loc="left"/><JUST loc="left"/><TEXT>.</TEXT><PARA/><JUST loc="left"/><JUST loc="left"/><TEXT>Objectives:</TEXT><PARA/><JUST loc="left"/><JUST loc="left"/><TEXT>.</TEXT><PARA/><JUST loc="left"/><JUST loc="left"/><TEXT>- Destroy Liberty's Black Op Strike Force</TEXT><PARA/><JUST loc="left"/><POP/></RDL>]])
rem.AddInfoCard(459012, "Destroy Liberty's Black Op Strike Force")
rem.AddInfoCard(459013, "Fly to Sector C3")
rem.AddInfoCard(459013, "Fly to Sector C5")
-- Story Arc - Data Fragment (Liberty) (Buffalo Station - Li01_12_Base)

View File

@@ -128,7 +128,7 @@ rem.mission.thnsave() -- Save the thn config
rem.mission.save()
-- Create and configure the first mission
rem.mission.create("rebus1") -- Set mission name
rem.mission.create("rebus_liberty1") -- Set mission name
rem.mission.missiontype("flyto") -- Set mission type to PVE
rem.mission.trigger("InitState") -- Trigger to setup thnconfig
rem.mission.startbase("Li01_12_base") -- Set mission startbase
@@ -140,7 +140,7 @@ rem.mission.missionmessage("launch", 459003)
rem.mission.thnsave()
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
rem.mission.startbase("Li01_12_Base") -- Set mission startbase
rem.mission.thnconfig("rochester_gen", "arc_rebus2") -- Set THN location and name
rem.mission.thnconfig("buffalo_gen", "arc_rebus2") -- Set THN location and name
rem.mission.thntime(43) -- Set THN duration to 44 seconds
rem.mission.showpopup(459000, 459004) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 465000) -- Show Mission Message after Popup
@@ -148,7 +148,29 @@ rem.mission.thnsave() -- Save the thn config
rem.mission.save()
-- Create and configure the first mission
rem.mission.create("rebus2") -- Set mission name
rem.mission.create("rebus_liberty2") -- Set mission name
rem.mission.missiontype("pve") -- Set mission type to PVE
rem.mission.trigger("InitState") -- Trigger to setup thnconfig
rem.mission.startbase("Li01_12_base") -- Set mission startbase
rem.mission.pve_enemyfaction("li_p_grp") -- Set Enemy Faction to Xenos
rem.mission.pve_enemycount(4) -- 4 enemies per wave
rem.mission.pve_wavecount(2) -- 2 waves
rem.mission.pve_spawnmethod("fixed") -- NPC spawn Method set to fixed Location
rem.mission.pve_spawnpos(-50000, 0, 5000) -- NPC Spawn Position
rem.mission.thnconfig("buffalo_gen", "arc_rebus3") -- Set THN location and name
rem.mission.thntime(57) -- Set THN duration to 57 seconds
rem.mission.showpopup(459010, 459011) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 459012) -- Show Mission Message after Popup
rem.mission.missionmessage("launch", 459013)
rem.mission.thnsave()
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
rem.mission.thnconfig("buffalo_gen", "arc_rebus4") -- Set THN location and name
rem.mission.thntime(20) -- Set THN duration to 20 seconds
rem.mission.thnsave()
rem.mission.save()
-- Create and configure the first mission
rem.mission.create("rebus_kusari1") -- Set mission name
rem.mission.missiontype("flyto") -- Set mission type to PVE
rem.mission.trigger("InitState") -- Trigger to setup thnconfig
rem.mission.startbase("Ku06_01_base") -- Set mission startbase