Advertisement
rangerage

Untitled

Oct 9th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. country_event = {
  2.  
  3. id = 995444
  4. title = "Colonial Annexations"
  5. desc = "Our African Puppet is growing somewhat hard for us to keep control of with some aggressive negotiations however, we could still turn this around."
  6. picture = "arab_revolt"
  7.  
  8. trigger = {
  9. tag = SAF
  10. NOT = { has_country_flag = annexed_puppet_SAF }
  11. any_country = {
  12. limit = {
  13. vassal_of = THIS
  14. tag = TSW
  15. }
  16. }
  17. }
  18.  
  19. fire_only_once = yes
  20.  
  21. mean_time_to_happen = {
  22. months = 4
  23. }
  24.  
  25. option = {
  26. name = "Let the negotiations begin."
  27. infamy = 4
  28. set_country_flag = annexed_puppet_SAF
  29. THIS = { inherit = TSW }
  30. }
  31.  
  32. option = {
  33. name = "Let them do as they will, they're fine."
  34. prestige = 2
  35. }
  36.  
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement