Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. namespace = aksu
  2.  
  3. ship_event = {
  4. id = aksu.1
  5. title = Sunaksu.1.title
  6. picture = GFX_evt_exploding_ship
  7. desc = Sunaksu.1.desc
  8. show_sound = event_space_battle
  9. location = root
  10.  
  11. is_triggered_only = yes
  12.  
  13. trigger = {
  14. is_ship_class = science
  15. is_surveyed = yes
  16. OR {
  17. is_star_class = sc_b
  18. is_star_class = sc_a
  19. is_star_class = sc_f
  20. is_star_class = sc_g
  21. is_star_class = sc_k
  22. is_star_class = sc_m
  23. is_star_class = sc_neutron_star
  24. is_star_class = sc_pulsar
  25. }
  26. }
  27.  
  28. option = {
  29. name = "aksu.sun.praise"
  30. }
  31.  
  32. option = {
  33. name = "aksu.sun.nah"
  34. hidden_effect = { country_event = {
  35. id = pirate.1
  36. }
  37. }
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement