Advertisement
Guest User

Benelux Partition Decision (Vic2)

a guest
Jun 16th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. political_decisions = {
  2.  
  3. benelux_partition = {
  4. potential = {
  5. OR = {
  6. is_greater_power = yes
  7. tag = NGF
  8. }
  9. NOT = {
  10. has_country_flag = benelux_partitioned
  11. }
  12. allow = {
  13. war = no
  14. state_n_government = 1
  15. exists = NET
  16. exists = BEL
  17. exists = FRA
  18. BEL = {
  19. all_core = {
  20. OR = {
  21. OR = {
  22. owned_by = THIS
  23. owner = {
  24. in_sphere = THIS
  25. OR = {
  26. is_vassal = no
  27. vassal_of = THIS
  28. }
  29. NET = {
  30. all_core = {
  31. OR = {
  32. OR = {
  33. owned_by = THIS
  34. owner = {
  35. in_sphere = THIS
  36. OR = {
  37. is_vassal = no
  38. vassal_of = THIS
  39. }
  40. }
  41. }
  42. effect = {
  43. badboy = 10
  44. add_accepted_culture = dutch
  45. add_accepted_culture = flemish
  46. inherit = NET
  47. limit = {
  48. is_core = NET
  49. NOT = { is_core = GER }
  50. }
  51. add_core = GER
  52. }
  53. inherit = LUX
  54. limit = {
  55. is_core = LUX
  56. NOT = { is_core = GER }
  57. }
  58. add_core = GER
  59. }
  60. secede_province = 388 BEL/THIS
  61. secede_province = 389 BEL/THIS
  62. secede_province = 391 BEL/THIS
  63. secede_province = 390 BEL/THIS
  64. secede_province = 396 BEL/FRA
  65. secede_province = 395 BEL/FRA
  66. secede_province = 398 BEL/FRA
  67. secede_province = 393 BEL/FRA
  68. secede_province = 392 BEL/FRA
  69. secede_province = 394 BEL/FRA
  70. add_core = 388 GER
  71. add_core = 389 GER
  72. add_core = 391 GER
  73. add_core = 390 GER
  74. add_core = 396 FRA
  75. add_core = 395 FRA
  76. add_core = 398 FRA
  77. add_core = 392 FRA
  78. add_core = 393 FRA
  79. add_core = 394 FRA
  80. set_country_flag = benelux_partitioned
  81. }
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement