Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. transfer_ships = {
  2. transfer_submarine = {
  3.  
  4. icon = generic_form_nation
  5.  
  6. cost = 0
  7.  
  8. available = {
  9. is_ai = no
  10. }
  11.  
  12. fire_only_once = no
  13.  
  14. target_trigger = {
  15. FROM = {
  16. NOT = { is_neighbor_of = ROOT }
  17. OR = {
  18. AND = {
  19. NOT = { has_government = ROOT }
  20. is_ai = no
  21.  
  22. }
  23.  
  24. }
  25. }
  26. }
  27.  
  28. complete_effect = {
  29.  
  30. transfer_ship = { prefer_name = "" type = submarine target = FROM }
  31.  
  32.  
  33. }
  34.  
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement