20 lines
719 B
XML
20 lines
719 B
XML
<?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>
|