Advertisement
dgl_2

Untitled

Dec 10th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. french_language_schooling = {
  2. picture = embrace_minority
  3. potential = {
  4. primary_culture = french
  5. is_greater_power = yes
  6. capital = 425
  7. any_owned_province = { is_core = BRT }
  8. BRT = { exists = no }
  9. NOT = { has_country_flag = enacted_french_schooling }
  10. }
  11.  
  12. allow = {
  13. war = no
  14. NOT = { school_reforms = no_schools }
  15. invention = biased_multiculturalism
  16. invention = social_darwinism
  17. }
  18.  
  19. effect = {
  20. FRA = { set_country_flag = enacted_french_schooling }
  21. BOR = { set_country_flag = enacted_french_schooling }
  22. remove_accepted_culture = picard
  23. remove_accepted_culture = arpitan
  24. remove_accepted_culture = breton
  25. remove_accepted_culture = wallonian
  26. remove_accepted_culture = occitan
  27. remove_accepted_culture = swiss_french
  28. remove_accepted_culture = rhinelander
  29. any_owned = {
  30. limit = {
  31. is_core = THIS
  32. OR = {
  33. is_core = BRT
  34. is_core = WLL
  35. is_core = CAT
  36. is_core = CRS
  37. is_core = ITA
  38. is_core = THIS
  39. is_core = SWI
  40. AND = {
  41. is_core = LUX
  42. THIS = { has_country_flag = chose_door_one }
  43. }
  44. AND = {
  45. is_core = RHI
  46. THIS = { has_country_flag = chose_door_one }
  47. }
  48. culture = picard
  49. culture = occitan
  50. }
  51. }
  52. add_province_modifier = {
  53. name = french_cultural_unity
  54. duration = -1
  55. }
  56. }
  57. random_owned = {
  58. limit = {
  59. BRT = { exists = no }
  60. }
  61. BRT = { all_core = { remove_core = BRT } }
  62. }
  63. random_owned = {
  64. limit = {
  65. WLL = { exists = no }
  66. }
  67. WLL = { all_core = { remove_core = WLL } }
  68. }
  69. random_owned = {
  70. limit = {
  71. SWI = { exists = no }
  72. }
  73. SWI = { all_core = { remove_core = SWI } }
  74. }
  75. any_country = {
  76. limit = {
  77. tag = LUX
  78. exists = yes
  79. vassal_of = THIS
  80. }
  81. primary_culture = french
  82. }
  83. any_country = {
  84. limit = {
  85. tag = RHI
  86. exists = yes
  87. vassal_of = THIS
  88. }
  89. primary_culture = french
  90. }
  91. }
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement