Advertisement
Guest User

benelux decision

a guest
Nov 8th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. country_decisions = {
  2.  
  3. benelux_nation = {
  4. major = yes
  5. potential = {
  6. normal_or_historical_nations = yes
  7. NOT = { has_country_flag = formed_benelux_flag }
  8. OR = {
  9. ai = no
  10. is_playing_custom_nation = no
  11. }
  12. OR = {
  13. NOT = { exists = BNX }
  14. ai = no
  15. }
  16. NOT = { tag = PAP }
  17. NOT = { tag = HLR }
  18. NOT = { tag = BNX }
  19. OR = {
  20. primary_culture = dutch
  21. primary_culture = flemish
  22. tag = BUR
  23. tag = NED
  24. tag = LUX
  25.  
  26. allow = {
  27. primary_culture = dutch
  28. primary_culture = flemish
  29. tag = BUR
  30. tag = NED
  31. tag = LUX
  32. }
  33. effect = {
  34. if = {
  35. limit = {
  36. any_owned_province = {
  37. is_part_of_hre = yes
  38. }
  39. is_elector = no
  40. is_emperor = no
  41. }
  42. every_owned_province = {
  43. limit = {
  44. is_part_of_hre = yes
  45. }
  46. set_in_empire = no
  47. }
  48. }
  49. if = {
  50. limit = {
  51. tag = BUR
  52. }
  53. change_primary_culture = dutch
  54. set_capital = 97
  55. }
  56. if = {
  57. limit = {
  58. tag = BUR
  59. exists = FRA
  60. }
  61. france_region = {
  62. limit = {
  63. owned_by = BUR
  64. }
  65. remove_core = BUR
  66. add_core = FRA
  67. cede_province = FRA
  68. }
  69. }
  70. if = {
  71. limit = {
  72. government = theocracy
  73. religion = catholic
  74. }
  75. change_government = administrative_monarchy
  76. PAP = {
  77. add_opinion = {
  78. who = ROOT
  79. modifier = opinion_displeased
  80. }
  81. }
  82. }
  83. if = {
  84. limit = {
  85. government = theocracy
  86. NOT = { religion = catholic }
  87. }
  88. change_government = administrative_monarchy
  89. }
  90. if = {
  91. limit = {
  92. tag = BUR
  93. exists = FRA
  94. BUR = {
  95. any_subject_country = {
  96. france_region = {
  97. owned_by = PREV
  98. }
  99. }
  100. }
  101. }
  102. every_subject_country = {
  103. limit = {
  104. france_region = {
  105. owned_by = PREV
  106. }
  107. }
  108. france_region = {
  109. limit = {
  110. owned_by = PREV
  111. }
  112. remove_core = BUR
  113. remove_core = PREV
  114. add_core = FRA
  115. cede_province = FRA
  116. }
  117. }
  118. }
  119. change_tag = BNX
  120. low_countries_region = {
  121. limit = {
  122. NOT = { owned_by = ROOT }
  123. }
  124. add_permanent_claim = BNX
  125. }
  126. picardy_area = {
  127. limit = {
  128. NOT = { owned_by = ROOT }
  129. }
  130. }
  131. add_permanent_claim = NED
  132. }
  133. if = {
  134. limit = {
  135. NOT = {
  136. government_rank = 2
  137. }
  138. }
  139. set_government_rank = 2
  140. }
  141. set_country_flag = formed_benelux_flag
  142. add_prestige = 25
  143. if = {
  144. limit = {
  145. has_custom_ideas = no
  146. NOT = { has_idea_group = NED_ideas }
  147. }
  148. country_event = { id = ideagroups.1 } #Swap Ideas
  149. }
  150. }
  151. ai_will_do = {
  152. factor = 1
  153. modifier = {
  154. factor = 0
  155. tag = BUR
  156. }
  157. }
  158. ai_importance = 400
  159. }
  160.  
  161. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement