Advertisement
nevarehtelixe

decisions

Jul 24th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.15 KB | None | 0 0
  1. political_decisions = {
  2.  
  3. # Pope flees Rome, instating the Roman Republic
  4. flight_to_gaeta = {
  5. picture = flight_to_gaeta
  6.  
  7. potential = {
  8. tag = PAP
  9. government = theocracy
  10. NOT = {
  11. has_country_flag = run_pope_run
  12. has_country_flag = pope_restored
  13. }
  14. has_country_flag = rossi_dead
  15. }
  16.  
  17. allow = {
  18. liberal = 35
  19. militancy = 3
  20. }
  21.  
  22. effect = {
  23. # Clear the HPM Flag.
  24. clr_country_flag = theocratic_government
  25.  
  26. # Change the Government
  27. government = democracy #changing to "government = hms_government" works, though is the weird thing.
  28. ruling_party_ideology = liberal
  29. political_reform = universal_voting
  30. political_reform = population_equal_weight
  31. political_reform = proportional_representation
  32. political_reform = yes_meeting
  33. political_reform = free_press
  34. social_reform = low_schools
  35. nationalvalue = nv_equality
  36.  
  37. # Can't please everyone
  38. any_pop = {
  39. limit = {
  40. location= {
  41. is_colonial = no
  42. }
  43. }
  44.  
  45. scaled_militancy = {
  46. ideology = liberal
  47. factor = -8
  48. }
  49.  
  50. scaled_militancy = {
  51. ideology = conservative
  52. factor = 3
  53. }
  54.  
  55. scaled_militancy = {
  56. ideology = reactionary
  57. factor = 4
  58. }
  59. }
  60.  
  61. # Remove existing relations
  62. #neutrality = yes
  63. sphere_owner = {
  64. diplomatic_influence = {
  65. who = this
  66. value = -150
  67. }
  68. }
  69.  
  70. # Allow Great Power Catholics to declare war for the Pope's Restoration
  71. any_country = {
  72. limit = {
  73. OR = {
  74. AND = {
  75. is_greater_power = yes
  76. pop_majority_religion = catholic
  77. capital_scope = { continent = europe }
  78. }
  79. tag = SIC
  80. }
  81. }
  82.  
  83. country_event = 100000012
  84. }
  85.  
  86. # Set the Flag
  87. set_country_flag = run_pope_run
  88. }
  89.  
  90. ai_will_do = {
  91. factor = 1
  92. }
  93. }
  94.  
  95. # Guiseppe Garibaldi forms the Italian Legion, the Republic can fund it
  96. rr_italian_legion_decision = {
  97. picture = italian_legion
  98.  
  99. potential = {
  100. tag = PAP
  101. government = democracy
  102. has_country_flag = run_pope_run
  103. NOT = {
  104. has_country_flag = rr_italian_legion
  105. }
  106. }
  107.  
  108. allow = {
  109. money = 10000
  110. }
  111.  
  112. effect = {
  113. # National Pride doesn't feed empty bellies
  114. treasury = -10000
  115.  
  116. # Sign Garibaldi up!
  117. define_general = {
  118. name = "Guiseppe Garibaldi"
  119. personality = audacious
  120. background = school_of_the_bayonet
  121. }
  122.  
  123. # Give the Legion Modifier
  124. add_country_modifier = {
  125. name = rr_garibaldi_legion_mod
  126. duration = 9125
  127. }
  128.  
  129. # Buying supplies
  130. ammunition = 500
  131. small_arms = 500
  132. canned_food = 1000
  133. regular_clothes = 250
  134.  
  135. # Set the flag to prevent repeats
  136. set_country_flag = rr_italian_legion
  137. }
  138.  
  139. ai_will_do = {
  140. factor = 1
  141.  
  142. # Ai won't bankrupt itself for this
  143. modifier = {
  144. factor = 0
  145. NOT = {
  146. money = 20000
  147. }
  148. }
  149. }
  150. }
  151.  
  152. # Seize the Church Lands
  153. rr_PAP_church_land_seizure_decision = {
  154. picture = PAP_church_land_seizure
  155.  
  156. potential = {
  157. tag = PAP
  158. government = democracy
  159. has_country_flag = run_pope_run
  160. NOT = {
  161. has_country_flag = rr_PAP_church_land_seized
  162. }
  163. }
  164.  
  165. allow = {
  166.  
  167. }
  168.  
  169. effect = {
  170. # National Pride doesn't feed empty bellies
  171. treasury = 15000
  172.  
  173. # This doesn't look good...
  174. badboy = 3
  175.  
  176. # The Church does not approve
  177. clergymen = {
  178. limit = {
  179. location= {
  180. is_colonial = no
  181. }
  182. }
  183.  
  184. militancy = 8
  185. }
  186.  
  187. # The seizures weaken the clergy
  188. add_country_modifier = {
  189. name = rr_weakened_clergy_mod
  190. duration = 1825
  191. }
  192.  
  193. # Set the flag to prevent repeats
  194. set_country_flag = rr_PAP_church_land_seized
  195. }
  196.  
  197. ai_will_do = {
  198. factor = 1
  199.  
  200. # Ai won't spark containment wars over this
  201. modifier = {
  202. factor = 0
  203. badboy = 0.88
  204. }
  205. }
  206. }
  207.  
  208. # Organize Emilia into a singular puppet republic.
  209. organize_emilia = {
  210. # picture = emilia
  211.  
  212. potential = {
  213. # Only the Roman Republic can do this
  214. tag = PAP
  215. has_country_flag = run_pope_run
  216.  
  217. # Make sure Emilia doesn't exist and hasn't been previously organized
  218. NOT = {
  219. exists = EMI
  220. has_global_flag = emilia_organized
  221. }
  222.  
  223. # Check if they have any influence in Emilia
  224. OR = {
  225. any_owned_province = { is_core = MOD }
  226. any_owned_province = { is_core = PAR }
  227. is_sphere_leader_of = MOD
  228. is_sphere_leader_of = PAR
  229. }
  230. }
  231.  
  232. allow = {
  233. war = no
  234. is_greater_power = yes
  235. PAR = {
  236. all_core = {
  237. OR = {
  238. owned_by = THIS
  239. owner = {
  240. in_sphere = THIS
  241. war = no
  242. }
  243. }
  244. }
  245. }
  246. MOD = {
  247. all_core = {
  248. OR = {
  249. owned_by = THIS
  250. owner = {
  251. in_sphere = THIS
  252. war = no
  253. }
  254. }
  255. }
  256. }
  257. }
  258.  
  259. effect = {
  260. # Make sure it only happens once
  261. set_global_flag = emilia_formed
  262.  
  263. # A bit of prestige and infamy for meddling
  264. prestige = 5
  265. badboy = 2
  266.  
  267. #
  268. MOD = {
  269. all_core = {
  270. add_core = EMI
  271. remove_core = MOD
  272. }
  273. }
  274. PAR = {
  275. all_core = {
  276. add_core = EMI
  277. remove_core = PAR
  278. }
  279. }
  280.  
  281. any_country = {
  282. limit = {
  283. OR = {
  284. tag = MOD
  285. tag = PAR
  286. }
  287. ai = yes
  288. in_sphere = THIS
  289. }
  290. annex_to = THIS
  291. }
  292.  
  293. any_country = {
  294. limit = {
  295. NOT = {
  296. is_culture_group = italian
  297. }
  298. in_sphere = THIS
  299. war = no
  300. any_owned_province = {
  301. OR = {
  302. is_core = MOD
  303. is_core = PAR
  304. }
  305. }
  306. }
  307. any_owned = {
  308. limit = {
  309. OR = {
  310. is_core = MOD
  311. is_core = PAR
  312. }
  313. }
  314. secede_province = THIS
  315. }
  316. }
  317.  
  318. any_owned = {
  319. limit = {
  320. is_core = THIS
  321. is_core = EMI
  322. }
  323. remove_core = EMI
  324. }
  325.  
  326. release_vassal = EMI
  327. create_alliance = EMI
  328.  
  329. diplomatic_influence = {
  330. who = EMI
  331. value = 400
  332. }
  333. }
  334. ai_will_do = {
  335. factor = 1
  336.  
  337. # AI won't spark containment wars for this
  338. modifier = {
  339. factor = 0
  340. badboy = 0.92
  341. }
  342. }
  343. }
  344. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement