Advertisement
Shanix

Untitled

Jan 8th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. #Get Annexed
  2. country_event = {
  3.  
  4. id = 99028
  5. title = "YOU GON GET ANNEXED"
  6. desc = "HOPE YOU LIKED PLAYING WHILE YOU DID"
  7. picture = "greatpowers"
  8.  
  9. trigger = {
  10.  
  11. ai = yes
  12. war = no
  13. part_of_sphere = yes
  14. sphere_owner = {
  15.  
  16. war = no
  17. is_greater_power = yes
  18.  
  19. }
  20. is_vassal = yes
  21. is_substate = yes #either one, doesn't matter.
  22.  
  23. has_recently_lost_war = yes #you fucked up so bad they're just stealing you to save trouble.
  24.  
  25. } #I went ham on needs because I don't want people annex left and right.
  26. #The annexed nation must be an AI, cannot be in war, must be a vassal/substate and in sphere,
  27. #its owner cannot be at war and must be a greater power.
  28. #and it has to have recently lost a war. I might take this out.
  29.  
  30. mean_time_to_happen = {
  31. months = 2
  32. } #They're trying to figure out best way to fix thi- oh yeah it's just fucking taking you over.
  33.  
  34. option = {
  35. name = "Welp this is my life now."
  36. sphere_owner = {
  37. country_event = { id=99029 }
  38. }
  39. }
  40.  
  41. }
  42.  
  43. #Annex puppets over time.
  44. country_event = {
  45.  
  46. id = 99029
  47. tite = "Annex your puppet." #do it.
  48. desc = "Seriously these shits won't play nice we'll just fuck them up directly." #seriously fuck puppets.
  49. picture = "greatpowers"
  50.  
  51. is_triggered_only = yes #this can't happen randomly.
  52.  
  53. option = {
  54. name = "AW YISS MORE LANDS BUT AW SHIT LESS PRESTIGE"
  55. prestige = -5 #you can't just absolve a nation of crimes.
  56. inherit = FROM
  57. }
  58.  
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement