Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.31 KB | None | 0 0
  1.  
  2. <event name="DISTRESS_INFESTATION" unique="false">
  3. <text>You find a number of ships fleeing from a small space station. You hail them, asking what's wrong: "Help! We're being overrun by some sort of giant alien spiders!"</text>
  4. <distressBeacon/>
  5. <choice hidden="true">
  6. <text>Send the crew to help! Giant alien spiders are no joke.</text>
  7. <event load="DISTRESS_INFESTATION_LIST"/>
  8. </choice>
  9. <choice hidden="true">
  10. <text>Leave them alone.</text>
  11. <event>
  12. <text>You can't risk fighting some unknown alien on every backwater station you come across. You prepare to jump.</text>
  13. </event>
  14. </choice>
  15. <choice hidden="true" req="BATTLE">
  16. <text>(Anti-Personnel Drone) Send your battle drone in to help.</text>
  17. <event>
  18. <text>You pull up alongside the station and release the drone through the airlock. Within a short time the majority of the creatures are dead, with only a little collateral damage. They express their most sincere gratitude.</text>
  19. <autoReward level="MED">stuff</autoReward>
  20. <item_modify>
  21. <item type="drones" min="-1" max="-1"/>
  22. </item_modify>
  23. </event>
  24. </choice>
  25. <choice hidden="true" req="BOARDER">
  26. <text>(Boarding Drone) Launch a Boarding drone into the station.</text>
  27. <event>
  28. <text>You launch the drone and it crashes through their hull, leaving a huge breach. You watch as the drone tears through the creatures while debris and dead bodies fly out of the breach. The owners of the station are less than effusive when they thank you, and offer only a meager payment. Maybe it's a good time to leave...</text>
  29. <autoReward level="LOW">standard</autoReward>
  30. <item_modify>
  31. <item type="drones" min="-1" max="-1"/>
  32. </item_modify>
  33. </event>
  34. </choice>
  35. <choice hidden="true" req="BEAM_BIO">
  36. <text>(Bio Beam) Use the beam to pick off the spiders.</text>
  37. <event>
  38. <text>You instruct them to drop their shields and you are able to kill the creatures without damaging the station. "The monsters just started bursting into flame as we watched. What a terrifying weapon... Here, take this for your help, friend."</text>
  39. <autoReward level="HIGH">stuff</autoReward>
  40. </event>
  41. </choice>
  42. <choice hidden="true"
  43. <text>Bombard them from orbit
  44. <event load="DISTRESS_INFESTATION_CUSTOM"/>
  45. <eventlist>
  46.  
  47.  
  48. <eventList name="DISTRESS_INFESTATION_CUSTOM">
  49. /event>
  50. <event>
  51. <text>Your weapons shred the station with ease, but then you notice that some of the spiders are still alive, and hurtling towards your ship!</text>
  52. <event load="DISTRESS_INFESTATION_OHNO"/>
  53. </event>
  54. <event>
  55. <text>You try not to think about the people inside as your weapons shred the station, ensuring that the spider menace will not spread. </text>
  56. <choice hidden="true">
  57. <text>Continue.</text>
  58. <event>
  59. <text>You collect some resources floating past your ship as a result of the explosion.</text>
  60. <autoReward level="low">stuff</autoReward>
  61. </event>
  62. </choice>
  63. </event>
  64. </eventList>
  65.  
  66.  
  67. <eventlist name="DISTRESS_INFESTATION_OHNO"></event>
  68. /event>
  69. <event>
  70. <text>The spiders latch on to your hull,you have to get them off right now!</text>
  71. <choice hidden="true">
  72. <text>Wait for them to asphixiate.</text>
  73. <event>
  74. <text>In the time it takes for them to suffocate they do quite a number on your hull.</text>
  75. <damage amount="10"/>
  76. </choice>
  77. <choice hidden="true"
  78. <text>Send one of your crew out to kill them.</text>
  79. <event>
  80. <text>Your crew member fights valiently but one of the last spiders alive sinks it's mandibles into your crew's neck, but their brave sacrifice delayed the spiders long enough for them to suffocate</text>
  81. <removeCrew>
  82. <clone>true</clone>
  83. <text>Your crew member walks out of the clonebay, looking quite pleased with themselves.</text>
  84. </removeCrew>
  85. </event>
  86. </choice>
  87. <choice hidden="true" req="WEAPONS_BOMB">
  88. <text>(Bomb Weapon) Launch a bomb at the spiders.</text>
  89. <event>
  90. <text>You see an explosion and your sensors detect that the spiders that are still alive are headed for a nearby sun."</text>
  91. <item type="missiles" min="-1" max="-1"/>
  92. </event>
  93. </eventList>
  94.  
  95. </event>
  96. <eventList name="DISTRESS_INFESTATION_LIST">
  97. <event>
  98. <text>Your crew boards the station, cautiously moving between corridors. Suddenly a man-sized arachnid bursts from a vent in the ceiling, followed by countless more. You fight your way back to the airlock and are forced to leave before accounting for all crewmembers. Not everybody made it back.</text>
  99. <removeCrew>
  100. <clone>true</clone>
  101. <text>You take a hopeful trip to the Clone Bay, and to your relief a clone is already prepared for the lost crewmember.</text>
  102. </removeCrew>
  103. </event>
  104. <event>
  105. <text>Your crew slowly creeps up on a cluster of the creatures from behind. Without warning, the giant arachnids turn and charge. However, your team stays in control and before long you've beaten them back.</text>
  106. <choice hidden="true">
  107. <text>Contact the station owners.</text>
  108. <event>
  109. <text>They are thrilled with your success and offer you a reward.</text>
  110. <autoReward level="HIGH">stuff</autoReward>
  111. </event>
  112. </choice>
  113. </event>
  114. </eventList>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement