Update Kusari Arc
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
-- Triggers change the config.lua
|
||||
|
||||
-- Tutorial Mission ===
|
||||
rem.mission.arc("Tutorial Liberty")
|
||||
rem.mission.create("tutorial") -- Set mission name
|
||||
rem.mission.missiontype("flyto") -- Set mission type to PVE
|
||||
rem.mission.flyto_targetbase("Li01_10_Base") -- Target base (mission completes when docking here and confirming popup)
|
||||
@@ -77,6 +78,7 @@ rem.mission.thnsave() -- Save THN configuration
|
||||
rem.mission.save() -- Finalize and save mission
|
||||
|
||||
-- Create and configure the mission
|
||||
rem.mission.arc("StoryArc2")
|
||||
rem.mission.create("reunion") -- Set mission name
|
||||
rem.mission.missiontype("pve") -- Set mission type to PVE
|
||||
rem.mission.trigger("InitState") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
|
||||
@@ -103,6 +105,7 @@ rem.mission.thnsave() -- Save the thn config
|
||||
rem.mission.save() -- Finalize and save mission to the list
|
||||
|
||||
-- Create and configure the first mission
|
||||
rem.mission.arc("StoryArc2")
|
||||
rem.mission.create("duty") -- Set mission name
|
||||
rem.mission.missiontype("pve") -- Set mission type to PVE
|
||||
rem.mission.trigger("InitState") -- Trigger to setup thnconfig
|
||||
@@ -128,6 +131,7 @@ rem.mission.thnsave() -- Save the thn config
|
||||
rem.mission.save()
|
||||
|
||||
-- Create and configure the first mission
|
||||
rem.mission.arc("StoryArc1")
|
||||
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
|
||||
@@ -148,6 +152,7 @@ rem.mission.thnsave() -- Save the thn config
|
||||
rem.mission.save()
|
||||
|
||||
-- Create and configure the first mission
|
||||
rem.mission.arc("StoryArc1")
|
||||
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
|
||||
@@ -170,42 +175,36 @@ rem.mission.thnsave()
|
||||
rem.mission.save()
|
||||
|
||||
-- Create and configure the first mission
|
||||
rem.mission.arc("StoryArc3")
|
||||
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
|
||||
rem.mission.thnconfig("kyoto_gen", "arc_rebus3") -- Set THN location and name
|
||||
rem.mission.thnconfig("kyoto_gen", "arc_rebus1") -- Set THN location and name
|
||||
rem.mission.thntime(61) -- Set THN duration to 59 seconds
|
||||
rem.mission.showpopup(471100, 471101) -- Set infocard IDs for caption and content
|
||||
rem.mission.missionmessage("popup", 471102) -- Show Mission Message after Popup
|
||||
rem.mission.missionmessage("launch", 471103)
|
||||
rem.mission.thnsave()
|
||||
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
|
||||
rem.mission.startbase("Ku01_01_base") -- Set mission startbase
|
||||
rem.mission.thnconfig("tokyo_gen", "arc_rebus3") -- Set THN location and name
|
||||
rem.mission.thntime(43) -- Set THN duration to 44 seconds
|
||||
rem.mission.startbase("ku05_02_base") -- Set mission startbase
|
||||
rem.mission.thnconfig("ainu_gen", "arc_rebus1") -- Set THN location and name
|
||||
rem.mission.thntime(43)
|
||||
rem.mission.showpopup(471100, 471104) -- Set infocard IDs for caption and content
|
||||
rem.mission.missionmessage("popup", 471105) -- Show Mission Message after Popup
|
||||
rem.mission.missionmessage("launch", 471106)
|
||||
rem.mission.thnsave()
|
||||
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
|
||||
rem.mission.startbase("ku05_02_base") -- Set mission startbase
|
||||
rem.mission.thnconfig("ainu_gen", "arc_rebus3") -- Set THN location and name
|
||||
rem.mission.thntime(43)
|
||||
rem.mission.showpopup(471100, 471107) -- Set infocard IDs for caption and content
|
||||
rem.mission.missionmessage("popup", 471108) -- Show Mission Message after Popup
|
||||
rem.mission.missionmessage("launch", 471109)
|
||||
rem.mission.thnsave() -- Save the thn config
|
||||
rem.mission.startbase("Ku06_01_base") -- Set mission startbase
|
||||
rem.mission.thnconfig("kyoto_gen", "arc_rebus3") -- Set THN location and name
|
||||
rem.mission.thntime(43) -- Set THN duration to 44 seconds
|
||||
rem.mission.showpopup(471100, 471110) -- Set infocard IDs for caption and content
|
||||
rem.mission.thnconfig("kyoto_gen", "arc_rebus2") -- Set THN location and name
|
||||
rem.mission.thntime(13) -- Set THN duration to 44 seconds
|
||||
rem.mission.showpopup(471100, 471107) -- Set infocard IDs for caption and content
|
||||
rem.mission.missionmessage("popup", 480000) -- Show Mission Message after Popup
|
||||
rem.mission.thnsave() -- Save the thn config
|
||||
rem.mission.save()
|
||||
|
||||
|
||||
-- Create and configure the first mission
|
||||
rem.mission.arc("StoryArc20")
|
||||
rem.mission.create("relics") -- Set mission name
|
||||
rem.mission.trigger("InitState") -- Trigger to setup thnconfig
|
||||
rem.mission.startbase("St01_01_base") -- Set mission startbase
|
||||
|
||||
Reference in New Issue
Block a user