Guest User

Untitled

a guest
Apr 8th, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. add_namespace = lar_low_stability_civil_war
  2.  
  3. #communists start uprising
  4. country_event = {
  5. id = lar_low_stability_civil_war.1
  6. title = lar_low_stability_civil_war.1.t
  7. desc = lar_low_stability_civil_war.1.desc
  8. picture = GFX_report_event_spain_civil_war_volunteers_02
  9.  
  10. trigger = {
  11. tag = FRA
  12. OR = {
  13. has_war = no
  14. AND = {
  15. SPR_scw_in_progress = yes
  16. any_enemy_country = {
  17. original_tag = SPR #civil war still fires if in intervention in Spain
  18. }
  19. }
  20. }
  21. has_stability < 0.25
  22. not = { has_completed_focus = FRA_form_the_popular_front }
  23. }
  24. mean_time_to_happen = { days = 180 }
  25. fire_only_once = yes
  26. option = {
  27. name = lar_low_stability_civil_war.1.a #agree
  28. ai_chance = {
  29. factor = 80
  30. }
  31. start_civil_war = {
  32. ideology = communism
  33. size = 0.5
  34. }
  35. }
  36. }
  37.  
  38. #fascists start uprising
  39. country_event = {
  40. id = lar_low_stability_civil_war.2
  41. title = lar_low_stability_civil_war.2.t
  42. desc = lar_low_stability_civil_war.2.desc
  43. picture = GFX_report_event_spain_civil_war_soldiers
  44.  
  45. trigger = {
  46. tag = FRA
  47. OR = {
  48. has_war = no
  49. AND = {
  50. SPR_scw_in_progress = yes
  51. any_enemy_country = {
  52. original_tag = SPR #civil war still fires if in intervention in Spain
  53. }
  54. }
  55. }
  56. has_stability < 0.25
  57. has_completed_focus = FRA_form_the_popular_front
  58. }
  59. mean_time_to_happen = { days = 180 }
  60. fire_only_once = yes
  61. option = {
  62. name = lar_low_stability_civil_war.2.a #agree
  63. ai_chance = {
  64. factor = 80
  65. }
  66. start_civil_war = {
  67. ideology = fascism
  68. size = 0.5
  69. }
  70. }
  71. }
Advertisement
Add Comment
Please, Sign In to add comment