Advertisement
rangerage

Untitled

Aug 17th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. political_decisions = {
  2. greek_lands_question = {
  3. potential = {
  4. is_greater_power = yes
  5. exists = GRE
  6. NOT = {
  7. tag = TUR
  8. truce_with = GRE
  9. has_country_flag = greek_lands_question
  10. }
  11. any_owned_province = {
  12. is_core = GRE
  13. }
  14. }
  15.  
  16. allow = {
  17. war = no
  18. }
  19.  
  20. effect = {
  21. relation = {
  22. who = GRE
  23. value = 50
  24. }
  25. diplomatic_influence = {
  26. who = GRE
  27. value = 50
  28. }
  29. prestige = 15
  30. badboy = -5
  31. any_owned = {
  32. limit = {
  33. is_core = GRE
  34. remove_core = THIS
  35. }
  36. secede_province = GRE
  37. }
  38. set_country_flag = greek_lands_question
  39. }
  40. }
  41. }
  42.  
  43. #Zanzibar separation event
  44. country_event = {
  45. id = 93333
  46. fire_only_once = yes
  47.  
  48. trigger = {
  49. tag = OMA
  50. war = no
  51. civilized = no
  52. owns = 2048
  53. NOT = { num_of_revolts = 1 }
  54. year = 1860
  55. }
  56.  
  57. mean_time_to_happen = {
  58. months = 12
  59. }
  60.  
  61. option = {
  62. name = "One son shall rule Oman, and the other Zanzibar."
  63. prestige = 5
  64. any_pop = {
  65. limit = {
  66. has_pop_culture = swahili
  67. location = { is_core = ZAN }
  68. }
  69. militancy = -8
  70. }
  71. any_pop = {
  72. limit = {
  73. has_pop_culture = bedouin
  74. location = { is_core = OMA }
  75. }
  76. militancy = 2
  77. }
  78. release = ZAN
  79. relation = { who = ZAN value = 100 }
  80. ZAN = { country_event = 95503 }
  81. ai_chance = { factor = 75 }
  82. }
  83.  
  84. option = {
  85. name = "Never! Oman must remain united!"
  86. prestige = -5
  87. any_pop = {
  88. limit = {
  89. has_pop_culture = bedouin
  90. location = { is_core = OMA }
  91. }
  92. militancy = -4
  93. }
  94. any_pop = {
  95. limit = {
  96. has_pop_culture = swahili
  97. location = { is_core = ZAN }
  98. }
  99. militancy = 8
  100. }
  101. ai_chance = { factor = 25 }
  102. }
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement