Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_namespace = lar_low_stability_civil_war
- #communists start uprising
- country_event = {
- id = lar_low_stability_civil_war.1
- title = lar_low_stability_civil_war.1.t
- desc = lar_low_stability_civil_war.1.desc
- picture = GFX_report_event_spain_civil_war_volunteers_02
- trigger = {
- tag = FRA
- OR = {
- has_war = no
- AND = {
- SPR_scw_in_progress = yes
- any_enemy_country = {
- original_tag = SPR #civil war still fires if in intervention in Spain
- }
- }
- }
- has_stability < 0.25
- not = { has_completed_focus = FRA_form_the_popular_front }
- }
- mean_time_to_happen = { days = 180 }
- fire_only_once = yes
- option = {
- name = lar_low_stability_civil_war.1.a #agree
- ai_chance = {
- factor = 80
- }
- start_civil_war = {
- ideology = communism
- size = 0.5
- }
- }
- }
- #fascists start uprising
- country_event = {
- id = lar_low_stability_civil_war.2
- title = lar_low_stability_civil_war.2.t
- desc = lar_low_stability_civil_war.2.desc
- picture = GFX_report_event_spain_civil_war_soldiers
- trigger = {
- tag = FRA
- OR = {
- has_war = no
- AND = {
- SPR_scw_in_progress = yes
- any_enemy_country = {
- original_tag = SPR #civil war still fires if in intervention in Spain
- }
- }
- }
- has_stability < 0.25
- has_completed_focus = FRA_form_the_popular_front
- }
- mean_time_to_happen = { days = 180 }
- fire_only_once = yes
- option = {
- name = lar_low_stability_civil_war.2.a #agree
- ai_chance = {
- factor = 80
- }
- start_civil_war = {
- ideology = fascism
- size = 0.5
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment