XML has been major sorted, unused tag deletes
This commit is contained in:
19
DATA/XML/STORY/STORY_SANDBOX_GENERIC_PIRATES.XML
Normal file
19
DATA/XML/STORY/STORY_SANDBOX_GENERIC_PIRATES.XML
Normal 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>
|
||||
Reference in New Issue
Block a user