Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. <!--
  2. *********
  3. ROCKS
  4. Specific no fuel events that should eventually be tied to the rock sector
  5. **********
  6. -->
  7. <event name="FUEL_OFF_ROCK_WRECK">
  8. <text id="event_FUEL_OFF_ROCK_WRECK_text"/>
  9. <choice hidden="true">
  10. <text id="event_FUEL_OFF_ROCK_WRECK_c1_choice"/>
  11. <event>
  12. <text id="event_FUEL_OFF_ROCK_WRECK_c1_text"/>
  13. <choice hidden="true">
  14. <text id="event_FUEL_OFF_ROCK_WRECK_c1_c1_choice"/>
  15. <event load="FUEL_OFF_ROCK_WRECK_LIST"/>
  16. </choice>
  17. </event>
  18. </choice>
  19. <choice hidden="true">
  20. <text id="event_FUEL_OFF_ROCK_WRECK_c2_choice"/>
  21. <event>
  22. <text id="event_FUEL_OFF_ROCK_WRECK_c2_text"/>
  23. </event>
  24. </choice>
  25. <choice hidden="true" req="LIFE_SCANNER"> <!--DLC-->
  26. <text id="event_FUEL_OFF_ROCK_WRECK_c3_choice"/>
  27. <event>
  28. <text id="event_FUEL_OFF_ROCK_WRECK_c3_text"/>
  29. <autoReward level="MED">fuel_only</autoReward>
  30. </event>
  31. </choice>
  32. </event>
  33. <eventList name="FUEL_OFF_ROCK_WRECK_LIST">
  34. <event>
  35. <text id="event_FUEL_OFF_ROCK_WRECK_LIST_1_text"/>
  36. <autoReward level="MED">missiles</autoReward>
  37. </event>
  38. <event>
  39. <text id="event_FUEL_OFF_ROCK_WRECK_LIST_2_text"/>
  40. <reveal_map/>
  41. <autoReward level="MED">fuel_only</autoReward>
  42. </event>
  43. <event>
  44. <text id="event_FUEL_OFF_ROCK_WRECK_LIST_3_text"/>
  45. <autoReward level="MED">fuel_only</autoReward>
  46. </event>
  47. <event>
  48. <text id="event_FUEL_OFF_ROCK_WRECK_LIST_4_text"/>
  49. <choice>
  50. <text id="event_FUEL_OFF_ROCK_WRECK_LIST_4_c1_choice"/>
  51. <event>
  52. <text id="event_FUEL_OFF_ROCK_WRECK_LIST_4_c1_text"/> <!-- JUSTIN - TO DO - I don't like this one since you don't know who's being ransomed -->
  53. <item_modify >
  54. <item type="scrap" min="-40" max="-25"/>
  55. </item_modify>
  56. </event>
  57. </choice>
  58. <choice>
  59. <text id="event_FUEL_OFF_ROCK_WRECK_LIST_4_c2_choice"/>
  60. <event>
  61. <text id="event_FUEL_OFF_ROCK_WRECK_LIST_4_c2_text"/>
  62. <removeCrew>
  63. <clone>false</clone>
  64. <text id="event_FUEL_OFF_ROCK_WRECK_LIST_4_c2_c0_clone"/>
  65. </removeCrew>
  66. </event>
  67. </choice>
  68. </event>
  69. </eventList>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement