Initial commit

This commit is contained in:
2026-02-28 14:00:45 -06:00
commit 16d3170787
1134 changed files with 589134 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<Story>
<Event Name="Universal_Story_Start">
<Event_Type>STORY_ELAPSED</Event_Type>
<Event_Param1>0</Event_Param1>
</Event>
<!-- Empire Hero Release -->
<!-- Spawn Starting Heroes -->
<Event Name="Empire_AI_Unlock_Research_Facility">
<Event_Type>STORY_TRIGGER</Event_Type>
<Reward_Type>BUILDABLE_UNIT</Reward_Type>
<Reward_Param1>E_Ground_Research_Facility</Reward_Param1>
<Prereq>Universal_Story_Start</Prereq>
</Event>
<Event Name="Empire_AI_Heroes_02">
<Event_Type>STORY_TRIGGER</Event_Type>
<Reward_Type>SPAWN_HERO</Reward_Type>
<Reward_Param1>Emperor_Palpatine_Team</Reward_Param1>
<Reward_Param2>Coruscant</Reward_Param2>
<Prereq>Universal_Story_Start</Prereq>
</Event>
</Story>