XML major sorted, unused tag deletes

This commit is contained in:
2026-02-28 14:04:32 -06:00
parent 16d3170787
commit 8601823115
444 changed files with 231105 additions and 1920 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<Story>
<Event Name="Universal_Story_Start">
<Event_Type>STORY_ELAPSED</Event_Type>
<Event_Param1>1</Event_Param1>
<Story_Dialog>Dialog_Expansion_GC_Solo</Story_Dialog>
<Story_Chapter>99</Story_Chapter> <!-- High number to avoid future chapter conflicts -->
<Story_Tag>Intro_Tag</Story_Tag>
</Event>
<!--Center camera-->
<Event Name="Center_Camera">
<Event_Type>STORY_TRIGGER</Event_Type>
<Reward_Type>POSITION_CAMERA</Reward_Type>
<Reward_Param1>Galaxy_Core_Art_Model</Reward_Param1><!-- This is generic for pirates centered on the Galactic Core Model. -->
<Reward_Param2>0,0,0</Reward_Param2>
<Prereq>Universal_Story_Start</Prereq>
</Event>
</Story>