Advertisement
Guest User

Untitled

a guest
Dec 8th, 2024
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. #The Turkish Threat
  2. focus = {
  3. id = ROJ_the_turkish_threat
  4. icon = greater_turkey
  5. x = 7
  6. y = 10
  7. search_filters = {
  8. FOCUS_FILTER_POLITICAL
  9. }
  10. prerequisite = { focus = ROJ_alone_and_proud }
  11.  
  12. completion_reward = {
  13. add_opinion_modifier = {
  14. target = TUR
  15. modifier = declaration_of_hostility
  16. }
  17. }
  18. }
  19.  
  20. #The Kurdish Question in Turkey
  21. focus = {
  22. id = ROJ_the_kurdish_question_in_turkey
  23. icon = focus_attack_pkk
  24. x = 7
  25. y = 11
  26. search_filters = {
  27. FOCUS_FILTER_POLITICAL
  28. }
  29. prerequisite = { focus = ROJ_the_turkish_threat }
  30.  
  31. completion_reward = {
  32. PKK = {
  33. add_opinion_modifier = {
  34. target = ROJ
  35. modifier = supports_us
  36. }
  37. }
  38. send_equipment_fraction = {
  39. value = 0.2
  40. target = PKK
  41. }
  42. PKK = {
  43. transfer_state = 162
  44.  
  45. hidden_effect = {
  46. load_oob = PKK_2000
  47. }
  48. random_owned_controlled_state = {
  49. add_extra_state_shared_building_slots = 4
  50. add_building_construction = {
  51. type = military_industry
  52. level = 10
  53. instant_build = yes
  54. }
  55. }
  56.  
  57. TUR = {
  58. declare_war_on = {
  59. target = PKK
  60. type = annex_everything
  61. }
  62. }
  63. }
  64. }
  65. }
  66. #The Kurdish Question in Iran
  67. focus = {
  68. id = ROJ_the_kurdish_question_in_iran
  69. icon = focus_attack_pkk
  70. x = 5
  71. y = 11
  72. search_filters = {
  73. FOCUS_FILTER_POLITICAL
  74. }
  75. prerequisite = { focus = ROJ_the_kurdish_question_in_turkey }
  76.  
  77. completion_reward = {
  78. IKR = {
  79. add_opinion_modifier = {
  80. target = ROJ
  81. modifier = supports_us
  82. }
  83. }
  84. send_equipment_fraction = {
  85. value = 0.2
  86. target = IKR
  87. }
  88. IKR = {
  89. transfer_state = 421
  90.  
  91. hidden_effect = {
  92. load_oob = IKR_2000
  93. }
  94. random_owned_controlled_state = {
  95. add_extra_state_shared_building_slots = 4
  96. add_building_construction = {
  97. type = military_industry
  98. level = 10
  99. instant_build = yes
  100. }
  101. }
  102.  
  103. PER = {
  104. declare_war_on = {
  105. target = IKR
  106. type = annex_everything
  107. }
  108. }
  109. }
  110. }
  111. }
  112.  
  113. #The Kurdish Question in Iraq
  114. focus = {
  115. id = ROJ_the_kurdish_question_in_iraq
  116. icon = focus_attack_pkk
  117. x = 3
  118. y = 11
  119. search_filters = {
  120. FOCUS_FILTER_POLITICAL
  121. }
  122. prerequisite = { focus = ROJ_the_kurdish_question_in_iran }
  123.  
  124. completion_reward = {
  125. KUR = {
  126. set_temp_variable = { party_index = 5 }
  127. set_temp_variable = { party_popularity_increase = 0.40 }
  128. add_relative_party_popularity = yes
  129.  
  130. set_temp_variable = { rul_party_temp = 5 }
  131. change_ruling_party_effect = yes
  132. set_politics = {
  133. ruling_party = communist
  134. elections_allowed = no
  135. }
  136. add_opinion_modifier = {
  137. target = ROJ
  138. modifier = supports_us
  139. }
  140. }
  141. send_equipment_fraction = {
  142. value = 0.2
  143. target = KUR
  144. }
  145. random_owned_controlled_state = {
  146. add_extra_state_shared_building_slots = 4
  147. add_building_construction = {
  148. type = military_industry
  149. level = 10
  150. instant_build = yes
  151. }
  152.  
  153.  
  154.  
  155. IRQ = {
  156. declare_war_on = {
  157. target = KUR
  158. type = annex_everything
  159. }
  160. }
  161. }
  162. }
  163. }
  164.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement