###########################
##### Country Events #####
###########################

add_namespace = CHL_political_events
add_namespace = CHL_news_events


# Chile want's us to join the Allies together
country_event = {
	id = CHL_political_events.1
	title = CHL_political_events.1.t
	desc = CHL_political_events.1.desc 
	picture = GFX_report_event_generic_handshake
	is_triggered_only = yes
	fire_only_once = yes

	# We see no harm in this whatsoever
	option = {
		name = CHL_political_events.1.a 
		ai_chance = {  
			base = 100
		} 
		
		add_war_support = 0.05

		random_country = {
			limit = {
				has_government = democratic
				is_major = yes
				is_faction_leader = yes
			}
			country_event = { 
				id = CHL_political_events.2 
				days = 2 
				random = 3
			}
		}
	}  

	# Are they crazy!?
	option = {
		name = CHL_political_events.1.b 
		ai_chance = {  
			base = 0
		} 
		
		add_political_power = 50

		CHL = {
			country_event = { 
				id = CHL_political_events.3 
				days = 2 
				random = 3
			}
		}
	} 
}

# Chile and Argentina's Joint Application
country_event = {
	id = CHL_political_events.2
	title = CHL_political_events.2.t
	desc = CHL_political_events.2.desc 
	picture = GFX_report_event_generic_handshake
	is_triggered_only = yes
	fire_only_once = yes

	# They are welcome here
	option = {
		name = CHL_political_events.2.a 
		ai_chance = {  
			base = 100
		} 
		
		ROOT = { add_to_faction = FROM }
		ROOT = { add_to_faction = CHL }
		
	}  

	# Nay, we say!
	option = {
		name = CHL_political_events.2.b 
		ai_chance = {  
			base = 0
		} 
		
		add_political_power = -25
	} 
}

# Argentina rejects our request
country_event = {
	id = CHL_political_events.3
	title = CHL_political_events.3.t
	desc = CHL_political_events.3.desc 
	picture = GFX_report_event_generic_sign_treaty2
	is_triggered_only = yes
	fire_only_once = yes

	# They are unboubtabely our enemy
	option = {
		name = CHL_political_events.3.a 
		ai_chance = {  
			base = 100
		} 
		
		add_political_power = 50

		add_war_support = 0.05

		random_state = {
			limit = {
				is_core_of = ROOT
			}
			add_extra_state_shared_building_slots = 2
			add_building_construction = {
				type = arms_factory 
				level = 2
				instant_build = yes
			}	
		}
	}  
}

# Chile moves troops into Tierra del Fuego
country_event = {
	id = CHL_political_events.4
	title = CHL_political_events.4.t
	desc = CHL_political_events.4.desc 
	picture = GFX_report_event_generic_handshake
	is_triggered_only = yes
	fire_only_once = yes

	# There is no point in fighting them
	option = {
		name = CHL_political_events.4.a 
		ai_chance = {  
			base = 60
		} 
		
		add_war_support = -0.05

		add_stability = 0.05
		
		CHL = {
			country_event = { 
				id = CHL_political_events.5 
				days = 2 
				random = 3
			}
		}
		
	}  

	# Come get it if you dare!
	option = {
		name = CHL_political_events.4.b 
		ai_chance = {  
			base = 40
		} 
		
		add_war_support = 0.05

		CHL = {
			country_event = { 
				id = CHL_political_events.6 
				days = 2 
				random = 3
			}
		}
	} 
}

# Argentina withrdraws from Tierra del Fuego
country_event = {
	id = CHL_political_events.5
	title = CHL_political_events.5.t
	desc = CHL_political_events.5.desc 
	picture = GFX_report_event_generic_military_parade
	is_triggered_only = yes
	fire_only_once = yes

	# Today is a victory for the Chilean state!
	option = {
		name = CHL_political_events.5.a 
		ai_chance = {  
			base = 100
		}

		ROOT = {
			transfer_state = 953
		}

		953 = {
			remove_claim_by = ROOT
			add_core_of = ROOT
			remove_core_of = ARG
			add_claim_by = ARG
		}

		add_political_power = 70

		add_war_support = 0.05

		army_experience = 15
		
	}  
}

# Argentina refuses to withdraw from Tierra del Fuego
country_event = {
	id = CHL_political_events.6
	title = CHL_political_events.6.t
	desc = CHL_political_events.6.desc 
	picture = GFX_report_event_generic_military_parade
	is_triggered_only = yes
	fire_only_once = yes

	# We can't back down now
	option = {
		name = CHL_political_events.6.a 
		ai_chance = {  
			base = 100
		} 
		
		add_war_support = 0.05

		random_country = {
			limit = { 
				owns_state = 953
			}
			ROOT = {
				create_wargoal = {
					type = take_claimed_state
					target = FROM
					generator = { 953 }
				}
			}
		}
		
	}  
}

# Anti-Socialist Grumblings in the Military
country_event = {
	id = CHL_political_events.7
	title = CHL_political_events.7.t
	desc = CHL_political_events.7.d
	picture = GFX_report_event_spr_nationalist_soldiers

	trigger = {
		original_tag = CHL

		OR = {
			has_government = communism
			CHL_has_left_wing_government = yes
		}
		
		date > 1939.3.25

		date < 1939.8.18

		OR = {
			has_idea = idea_CHL_near_anarchic_society
			has_idea = idea_CHL_near_anarchic_society_2
			has_idea = idea_CHL_near_anarchic_society_3
			has_idea = idea_CHL_near_anarchic_society_4
		}

		# TODO JA, set to require the correct DLC
		has_dlc = "Arms Against Tyranny"
	}

	mean_time_to_happen = { days = 1 }

	hidden = no

	fire_only_once = yes

	# This can not be good
	option = {
		name = CHL_political_events.7.a
		ai_chance = {
			base = 100
		}

		CHL_anarchic_society_level_up = yes

		add_war_support = -0.05

		hidden_effect = {
			set_country_flag = ariostazo_prepped_and_ready
		}
	}

}

# The Ariostazo 
country_event = {
	id = CHL_political_events.8
	title = CHL_political_events.8.t
	desc = CHL_political_events.8.d
	picture = GFX_report_event_generic_soldiers_surrendering

	trigger = {
		original_tag = CHL

		OR = {
			has_government = communism
			CHL_has_left_wing_government = yes
		}
		
		date > 1939.8.23

		date < 1939.8.30

		# TODO JA, set to require the correct DLC
		has_dlc = "Arms Against Tyranny"

		has_country_flag = ariostazo_prepped_and_ready
	}

	mean_time_to_happen = { days = 2 }

	hidden = no

	fire_only_once = yes

	# Surely this was the last ever coup attempt
	option = {
		name = CHL_political_events.8.a
		ai_chance = {
			base = 100
		}

		retire_character = CHL_ariosto_herrera

		add_war_support = -0.05

		add_command_power = -25

		CHL_anarchic_society_level_down = yes

	}

}

# The Sinking of the SS Tolten 
country_event = {
	id = CHL_political_events.9
	title = CHL_political_events.9.t
	desc = CHL_political_events.9.d
	picture = GFX_report_event_merchant_ship_01

	trigger = {
		original_tag = CHL

		CHL = {
			NOT = {
				OR = {
					has_government = fascism
					has_War_with = GER
				}
			}
		}

		any_country = {
			original_tag = GER
			has_war_with = USA
		}

		# TODO JA, set to require the correct DLC
		has_dlc = "Arms Against Tyranny"
	}

	mean_time_to_happen = { days = 74 }

	hidden = no

	fire_only_once = yes

	# We do not wish to ecalate any further
	option = {
		name = CHL_political_events.9.a
		ai_chance = {
			base = 100
		}

		add_manpower = -26

		add_equipment_to_stockpile = { 
			type = convoy_1
			amount = -1
			producer = CHL
		}

		add_political_power = 75

		add_stability = -0.05

		add_war_support = 0.05

		add_opinion_modifier = {
			target = GER
			modifier = CHL_sunk_the_tolten
		}

		hidden_effect = {
			news_event = { 
				id = CHL_news_events.6
				days = 1
			}
		}

	}

	# Approach Germany and Demand Compensation
	option = {
		name = CHL_political_events.9.b
		ai_chance = {
			base = 0
			
			modifier = {
				add = 100
				is_historical_focus_on = no
			}
			
		}

		add_political_power = 25

		add_manpower = -26

		add_equipment_to_stockpile = { 
			type = convoy_1
			amount = -1
			producer = CHL
		}

		add_opinion_modifier = {
			target = GER
			modifier = CHL_sunk_the_tolten
		}

		GER = {
			country_event = {
				id = CHL_political_events.10
				days = 3
			}	
		}

		hidden_effect = {
			news_event = { 
				id = CHL_news_events.6
				days = 1
			}
		}

	}

	# This means war!
	option = {
		name = CHL_political_events.9.c
		ai_chance = {
			base = 0
			
			modifier = {
				add = 20
				is_historical_focus_on = no
			}
			
		}

		add_manpower = -26

		add_equipment_to_stockpile = { 
			type = convoy_1
			amount = -1
			producer = CHL
		}

		add_political_power = -200

		add_stability = -0.05

		add_opinion_modifier = {
			target = GER
			modifier = CHL_sunk_the_tolten
		}

		create_wargoal = {
			type = puppet_wargoal_focus
			target = GER
		}	

		hidden_effect = {
			news_event = { 
				id = CHL_news_events.6
				days = 1
			}
		}

	}

}

# Chile demands Compensation for the SS Tolten
country_event = {
	id = CHL_political_events.10
	title = CHL_political_events.10.t
	desc = CHL_political_events.10.desc 
	picture = GFX_report_event_german_reichstag_gathering
	is_triggered_only = yes
	fire_only_once = yes

	# If it is compensation they want, they can have it
	option = {
		name = CHL_political_events.10.a 
		ai_chance = {  
			base = 60
		} 

		add_political_power = -50
		
		FROM = {
			country_event = {
				id = CHL_political_events.11
				days = 3
			}	
		}
		
	}  

	# We do not bend to weaklings like them
	option = {
		name = CHL_political_events.10.b 
		ai_chance = {  
			base = 40
		} 
		
		add_political_power = 75

		FROM = {
			country_event = {
				id = CHL_political_events.12
				days = 3
			}	
		}
		
	}  
}

# Germany grants us compensation
country_event = {
	id = CHL_political_events.11
	title = CHL_political_events.11.t
	desc = CHL_political_events.11.desc 
	picture = GFX_report_event_generic_sign_treaty2
	is_triggered_only = yes
	fire_only_once = yes

	# Great
	option = {
		name = CHL_political_events.11.a 
		ai_chance = {  
			base = 100
		} 

		add_timed_idea = {
			idea = CHL_german_compensation_idea
			days = 360
		}

		add_offsite_building = { type = industrial_complex level = 2 }
		
	}    
}

# Germany denies us compensation
country_event = {
	id = CHL_political_events.12
	title = CHL_political_events.12.t
	desc = CHL_political_events.12.desc 
	picture = GFX_report_event_generic_sign_treaty2
	is_triggered_only = yes
	fire_only_once = yes

	# It is what it is 
	option = {
		name = CHL_political_events.12.a 
		ai_chance = {  
			base = 100
		} 

		add_political_power = 50

		add_war_support = 0.05
		
	}    
}

# The Seguro Obrero Massacre
country_event = {
	id = CHL_political_events.13
	title = CHL_political_events.13.t
	desc = CHL_political_events.13.desc 
	# RODO JA, this should have a unique picture
	picture = GFX_report_event_fascists_posing
	is_triggered_only = yes
	fire_only_once = yes

	# They shouldn't bother us again
	option = {
		name = CHL_political_events.13.a 
		ai_chance = {  
			base = 100
		} 

		add_political_power = 75

		add_stability = -0.05

		add_popularity = {
			ideology = fascism
			popularity = -0.15
		}	

		CHL_anarchic_society_level_down = yes

		set_party_name = {
		    ideology = fascism
		    long_name = CHL_popular_socialist_vanguard_long
		    name = CHL_popular_socialist_vanguard
		}

		hidden_effect = {
			set_global_flag = nacista_coup_attempt_happened	
		}
		
	}  
}

# The Seguro Obrero Massacre (a small civil war start)
country_event = {
	id = CHL_political_events.14
	title = CHL_political_events.14.t
	desc = CHL_political_events.14.desc 
	# RODO JA, this should have a unique picture
	picture = GFX_report_event_fascists_posing
	is_triggered_only = yes
	fire_only_once = yes

	# Prepare to fight your brothers
	option = {
		name = CHL_political_events.14.a 
		ai_chance = {  
			base = 100
		} 

		add_stability = -0.2

		add_popularity = {
			ideology = fascism
			popularity = 0.15
		}	

		set_party_name = {
		    ideology = fascism
		    long_name = CHL_popular_socialist_vanguard_long
		    name = CHL_popular_socialist_vanguard
		}

		start_civil_war = {
		    ideology = fascism
		    size = 0.1
		    army_ratio = 0.1
		    navy_ratio = 0
		    air_ratio = 0.5
		    states = all
		    states_filter = {
		        OR = {
		        	state = 951
		        	state = 506
		        }
		        is_capital = no
		        is_controlled_by = ROOT
		    }
		    PREV = {  # Original country
	            CHL_jorge_gonzález_von_marées = { # Character
	                set_nationality = PREV.PREV
	                # Transfers to breakaway
	            }
	            CHL_carlos_keller_reuff = { # Character
	                set_nationality = PREV.PREV
	                # Transfers to breakaway
	            }
	            CHL_francisco_valderrama = { # Character
	                set_nationality = PREV.PREV
	                # Transfers to breakaway
	            }
	        }
		}

		hidden_effect = {
			set_global_flag = nacista_coup_attempt_happened	
		}	
		
	}  
}

# The Seguro Obrero Massacre (sligthly stronger than usual)
country_event = {
	id = CHL_political_events.15
	title = CHL_political_events.15.t
	desc = CHL_political_events.15.desc 
	# RODO JA, this should have a unique picture
	picture = GFX_report_event_fascists_posing
	is_triggered_only = yes
	fire_only_once = yes

	# That was close...
	option = {
		name = CHL_political_events.15.a 
		ai_chance = {  
			base = 100
		} 

		add_political_power = -50

		add_stability = -0.15

		add_popularity = {
			ideology = fascism
			popularity = -0.05
		}

		set_party_name = {
		    ideology = fascism
		    long_name = CHL_popular_socialist_vanguard_long
		    name = CHL_popular_socialist_vanguard
		}

		hidden_effect = {
			set_global_flag = nacista_coup_attempt_happened	
		}	
		
	}  
}


# The 1942 Presidential Election
country_event = {
	id = CHL_political_events.16
	title = CHL_political_events.16.t
	desc = CHL_political_events.16.d
	picture = GFX_report_event_election_vote

	trigger = {
		original_tag = CHL
		
		date > 1942.1.30

		has_government = democratic

		NOT = {
			OR = {
				has_completed_focus = CHL_denounce_the_anarchy
				has_completed_focus = CHL_look_to_tradition
				has_completed_focus = CHL_increase_presidential_powers
			}
		}

		# TODO JA, set to require the correct DLC
		has_dlc = "Trial of Allegiance"
	}

	mean_time_to_happen = { days = 1 }

	hidden = no

	fire_only_once = yes

	# Juan Antonio Ríos (historical)
	option = {
		name = CHL_political_events.16.a
		ai_chance = {
			base = 100
		}

		custom_effect_tooltip = left_wing_tt

		IF = {
			limit = {
				has_idea = CHL_popular_front_in_power
			}
			remove_ideas = CHL_popular_front_in_power
			add_ideas = CHL_democratic_alliance_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_liberal_party_in_power
			}
			remove_ideas = CHL_liberal_party_in_power
			add_ideas = CHL_democratic_alliance_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_communist_party_in_power
			}
			remove_ideas = CHL_communist_party_in_power
			add_ideas = CHL_democratic_alliance_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_popular_freedom_alliance_in_power
			}
			remove_ideas = CHL_popular_freedom_alliance_in_power
			add_ideas = CHL_democratic_alliance_in_power
		}

		retire_country_leader = yes

		retire_character = CHL_pedro_aguirre_cerda

		add_country_leader_role  = {
			character = CHL_juan_antonio_rios
		    promote_leader = yes
		    country_leader = {
		        ideology = socialism
		        expire = "1965.1.1.1"
		        traits = { JUNO_spearhead_of_the_alianza_democratica }
		    }
		}

		hidden_effect = {
			set_party_name = {
			    ideology = democratic
			    long_name = CHL_democratic_alliance_party_long
			    name = CHL_democratic_alliance_party
			}
		}
		
	}

	# Eduardo Cruz-Coke
	option = {
		name = CHL_political_events.16.b
		ai_chance = {
			base = 0
			
			modifier = {
				add = 100
				is_historical_focus_on = no
			}
			
		}

		custom_effect_tooltip = right_wing_tt

		IF = {
			limit = {
				has_idea = CHL_popular_front_in_power
			}
			remove_ideas = CHL_popular_front_in_power
			add_ideas = CHL_conservative_party_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_liberal_party_in_power
			}
			remove_ideas = CHL_liberal_party_in_power
			add_ideas = CHL_conservative_party_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_communist_party_in_power
			}
			remove_ideas = CHL_communist_party_in_power
			add_ideas = CHL_conservative_party_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_popular_freedom_alliance_in_power
			}
			remove_ideas = CHL_popular_freedom_alliance_in_power
			add_ideas = CHL_conservative_party_in_power
		}

		retire_country_leader = yes

		retire_character = CHL_pedro_aguirre_cerda

		add_country_leader_role  = {
			character = CHL_eduardo_cruz_coke
		    promote_leader = yes
		    country_leader = {
		        ideology = conservatism
		        expire = "1965.1.1.1"
		        traits = { JUNO_friend_of_healthcare }
		    }
		}

		hidden_effect = {
			set_party_name = {
			    ideology = democratic
			    long_name = CHL_conservative_party_long
			    name = CHL_conservative_party
			}
		}

	}

	# Carlos Ibanez del Campo
	option = {
		name = CHL_political_events.16.c
		ai_chance = {
			base = 0
			
			modifier = {
				add = 100
				is_historical_focus_on = no
			}
			
		}

		custom_effect_tooltip = right_wing_tt

		IF = {
			limit = {
				has_idea = CHL_popular_front_in_power
			}
			remove_ideas = CHL_popular_front_in_power
			add_ideas = CHL_popular_freedom_alliance_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_liberal_party_in_power
			}
			remove_ideas = CHL_liberal_party_in_power
			add_ideas = CHL_popular_freedom_alliance_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_communist_party_in_power
			}
			remove_ideas = CHL_communist_party_in_power
			add_ideas = CHL_popular_freedom_alliance_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_popular_freedom_alliance_in_power
			}
			add_war_support = 0.05
			add_political_power = 75
		}

		IF = {
			limit = {
				CHL_carlos_ibanez = {
					is_country_leader = no
				}
			}

			retire_country_leader = yes

			add_country_leader_role  = {
				character = CHL_carlos_ibanez
			    promote_leader = yes
			    country_leader = {
			        ideology = conservatism
			        expire = "1965.1.1.1"
			        traits = { JUNO_the_general_president }
			    }
			}
		}

		retire_character = CHL_pedro_aguirre_cerda

		hidden_effect = {
			set_party_name = {
			    ideology = democratic
			    long_name = CHL_popular_freedom_alliance_party_long
			    name = CHL_popular_freedom_alliance_party
			}
		}

	}

	# Elias Lafertte Gavino
	option = {
		name = CHL_political_events.16.e
		ai_chance = {
			base = 0
			
			modifier = {
				add = 100
				is_historical_focus_on = no
			}
			
		}

		custom_effect_tooltip = left_wing_tt

		IF = {
			limit = {
				has_idea = CHL_popular_front_in_power
			}
			remove_ideas = CHL_popular_front_in_power
			add_ideas = CHL_communist_party_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_liberal_party_in_power
			}
			remove_ideas = CHL_liberal_party_in_power
			add_ideas = CHL_communist_party_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_popular_freedom_alliance_in_power
			}
			remove_ideas = CHL_popular_freedom_alliance_in_power
			add_ideas = CHL_communist_party_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_communist_party_in_power
			}
			add_war_support = 0.05
			add_political_power = 75
		}

		IF = {
			limit = {
				CHL_elias_lafertte_gavino = {
					is_country_leader = no
				}
			}

			retire_country_leader = yes

			add_country_leader_role  = {
				character = CHL_elias_lafertte_gavino
			    promote_leader = yes
			    country_leader = {
			        ideology = socialism
			        expire = "1965.1.1.1"
			        traits = { JUNO_the_workers_president }
			    }
			}
		}

		retire_character = CHL_pedro_aguirre_cerda

		hidden_effect = {
			set_party_name = {
			    ideology = democratic
			    long_name = CHL_communist_but_democratic_party_long
			    name = CHL_communist_but_democratic_party
			}
		}

	}

}


# The 1946 Presidential Election
country_event = {
	id = CHL_political_events.17
	title = CHL_political_events.17.t
	desc = CHL_political_events.17.desc
	picture = GFX_report_event_election_vote

	trigger = {
		original_tag = CHL
		
		date > 1946.9.2

		has_government = democratic

		NOT = {
			OR = {
				has_completed_focus = CHL_denounce_the_anarchy
				has_completed_focus = CHL_look_to_tradition
				has_completed_focus = CHL_increase_presidential_powers
			}
		}

		# TODO JA, set to require the correct DLC
		has_dlc = "Arms Against Tyranny"
	}

	mean_time_to_happen = { days = 1 }

	hidden = no

	fire_only_once = yes

	# Gabriel González Videla (historical)
	option = {
		name = CHL_political_events.17.a
		ai_chance = {
			base = 100
		}

		custom_effect_tooltip = right_wing_tt

		IF = {
			limit = {
				has_idea = CHL_democratic_alliance_in_power
			}
			remove_ideas = CHL_democratic_alliance_in_power
			add_ideas = CHL_radical_party_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_communist_party_in_power
			}
			remove_ideas = CHL_communist_party_in_power
			add_ideas = CHL_radical_party_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_popular_freedom_alliance_in_power
			}
			remove_ideas = CHL_popular_freedom_alliance_in_power
			add_ideas = CHL_radical_party_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_conservative_party_in_power
			}
			remove_ideas = CHL_conservative_party_in_power
			add_ideas = CHL_radical_party_in_power
		}

		retire_country_leader = yes

		add_country_leader_role  = {
			character = CHL_gabriel_gonzales_videla
		    promote_leader = yes
		    country_leader = {
		        ideology = conservatism
		        expire = "1965.1.1.1"
		        traits = { anti_communist }
		    }
		}

		hidden_effect = {
			set_party_name = {
			    ideology = democratic
			    long_name = CHL_radical_party_long
			    name = CHL_radical_party
			}
		}
		
	}

	# Eduardo Cruz-Coke
	option = {
		name = CHL_political_events.17.b
		ai_chance = {
			base = 0
			
			modifier = {
				add = 100
				is_historical_focus_on = no
			}
			
		}

		custom_effect_tooltip = right_wing_tt

		IF = {
			limit = {
				has_idea = CHL_democratic_alliance_in_power
			}
			remove_ideas = CHL_democratic_alliance_in_power
			add_ideas = CHL_conservative_party_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_communist_party_in_power
			}
			remove_ideas = CHL_communist_party_in_power
			add_ideas = CHL_conservative_party_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_popular_freedom_alliance_in_power
			}
			remove_ideas = CHL_popular_freedom_alliance_in_power
			add_ideas = CHL_conservative_party_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_conservative_party_in_power
			}
			add_stability = 0.05
			add_political_power = 100
		}


		IF = {
			limit = {
				CHL_eduardo_cruz_coke = {
					is_country_leader = no
				}
			}

			retire_country_leader = yes

			add_country_leader_role  = {
				character = CHL_eduardo_cruz_coke
			    promote_leader = yes
			    country_leader = {
			        ideology = conservatism
			        expire = "1965.1.1.1"
			        traits = { JUNO_friend_of_healthcare }
			    }
			}
		}

		hidden_effect = {
			set_party_name = {
			    ideology = democratic
			    long_name = CHL_conservative_party_long
			    name = CHL_conservative_party
			}
		}

	}

	# Fernando Alessandri
	option = {
		name = CHL_political_events.17.c
		ai_chance = {
			base = 0
			
			modifier = {
				add = 100
				is_historical_focus_on = no
			}
			
		}

		custom_effect_tooltip = right_wing_tt

		IF = {
			limit = {
				has_idea = CHL_popular_front_in_power
			}
			remove_ideas = CHL_popular_front_in_power
			add_ideas = CHL_liberal_party_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_liberal_party_in_power
			}
			remove_ideas = CHL_liberal_party_in_power
			add_ideas = CHL_liberal_party_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_communist_party_in_power
			}
			remove_ideas = CHL_communist_party_in_power
			add_ideas = CHL_liberal_party_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_conservative_party_in_power
			}
			remove_ideas = CHL_conservative_party_in_power
			add_ideas = CHL_liberal_party_in_power
		}

		retire_country_leader = yes

		add_country_leader_role  = {
			character = CHL_fernando_alessandri
		    promote_leader = yes
		    country_leader = {
		        ideology = liberalism
		        expire = "1965.1.1.1"
		        traits = { JUNO_popular_lawyer }
		    }
		}

		hidden_effect = {
			set_party_name = {
			    ideology = democratic
			    long_name = CHL_liberal_party_long
			    name = CHL_liberal_party
			}
		}

	}

	# Marmaduke Grove Vallejo
	option = {
		name = CHL_political_events.17.e
		ai_chance = {
			base = 0
			
			modifier = {
				add = 100
				is_historical_focus_on = no
			}
			
		}

		custom_effect_tooltip = left_wing_tt

		IF = {
			limit = {
				has_idea = CHL_democratic_alliance_in_power
			}
			remove_ideas = CHL_democratic_alliance_in_power
			add_ideas = CHL_communist_party_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_communist_party_in_power
			}
			add_stability = 0.05
			add_war_support = 0.05
			add_political_power = 75
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_popular_freedom_alliance_in_power
			}
			remove_ideas = CHL_popular_freedom_alliance_in_power
			add_ideas = CHL_communist_party_in_power
		}
		ELSE_IF = {
			limit = {
				has_idea = CHL_conservative_party_in_power
			}
			remove_ideas = CHL_conservative_party_in_power
			add_ideas = CHL_communist_party_in_power
		}

		retire_country_leader = yes

		add_country_leader_role  = {
			character = CHL_marmaduke_grove
		    promote_leader = yes
		    country_leader = {
		        ideology = socialism
		        expire = "1965.1.1.1"
		        traits = { JUNO_easter_island_socialist }
		    }
		}
		

		hidden_effect = {
			set_party_name = {
			    ideology = democratic
			    long_name = CHL_socialist_party_long
			    name = CHL_socialist_party
			}
		}

	}

}

# The New Commander in Chief of the Army is...
country_event = {
	id = CHL_political_events.18
	title = CHL_political_events.18.t
	desc = CHL_political_events.18.desc 
	picture = GFX_report_event_british_inspect_troops
	is_triggered_only = yes
	fire_only_once = yes

	# Carlos Fuentes Rabe (hisotrical)
	option = {
		name = CHL_political_events.18.a 
		ai_chance = {  
			base = 100
		} 

		CHL_carlos_fuentes_rabe = {
			promote_leader = yes
		}

		IF = {
			limit = {
				has_dynamic_modifier = {
					modifier = CHL_army_modifier
				}
			}
			custom_effect_tooltip = CHL_modify_chilean_army_ns_intro
			add_to_variable = { JUNO_modifier_production_speed_supply_node_factor = 0.2 tooltip = production_speed_supply_node_factor_tt }
		}
		ELSE = {
			army_experience = 50
		}
		
	}  

	# Oscar Escudero Otarola
	option = {
		name = CHL_political_events.18.b 
		ai_chance = {
			base = 0
			
			modifier = {
				add = 100
				is_historical_focus_on = no
			}
			
		} 

		CHL_escudero_oscar_otárola = {
			promote_leader = yes
		}

		IF = {
			limit = {
				has_dynamic_modifier = {
					modifier = CHL_army_modifier
				}
			}
			custom_effect_tooltip = CHL_modify_chilean_army_ns_intro
			add_to_variable = { JUNO_army_modifier_army_artillery_attack_factor = 0.1 tooltip = artillery_attack_factor_tt }
			add_to_variable = { JUNO_army_modifier_army_artillery_defence_factor = 0.05 tooltip = army_artillery_defence_factor_tt }
		}
		ELSE = {
			army_experience = 50
		}
		
	}  

	# Guilliermo Barrios Tirado
	option = {
		name = CHL_political_events.18.c 
		ai_chance = {
			base = 0
			
			modifier = {
				add = 100
				is_historical_focus_on = no
			}
			
		} 

		CHL_guillermo_barrios_tirado = {
			promote_leader = yes
		}

		IF = {
			limit = {
				has_dynamic_modifier = {
					modifier = CHL_army_modifier
				}
			}
			custom_effect_tooltip = CHL_modify_chilean_army_ns_intro
				add_to_variable = { JUNO_army_modifier_conscription_factor = 0.05 tooltip = conscription_factor_tt }
		}
		ELSE = {
			army_experience = 50
		}
		
	}  


	# Alfredo Portales Mourgues
	option = {
		name = CHL_political_events.18.d 
		ai_chance = {
			base = 0
			
			modifier = {
				add = 100
				is_historical_focus_on = no
			}
			
		} 

		CHL_alfredo_portales_mourgues = {
			promote_leader = yes
		}

		IF = {
			limit = {
				has_dynamic_modifier = {
					modifier = CHL_army_modifier
				}
			}
			custom_effect_tooltip = CHL_modify_chilean_army_ns_intro
				add_to_variable = { JUNO_army_modifier_acclimatization_cold_climate_gain_factor = 0.15 tooltip = acclimatization_cold_climate_gain_factor_tt }
		}
		ELSE = {
			army_experience = 50
		}
		
	} 
}

# A Snap Election After Alessandri Steps Down
country_event = {
	id = CHL_political_events.19
	title = CHL_political_events.19.t
	desc = CHL_political_events.19.desc 
	picture = GFX_report_event_election_vote
	is_triggered_only = yes
	fire_only_once = yes

	# Elias Lafertte Gavino
	option = {
		name = CHL_political_events.19.a 
		ai_chance = {  
			base = 100
		} 

		IF = {
			limit = {
				NOT = {
					has_completed_focus = CHL_endorse_the_constitution
				}
			}
			complete_national_focus = CHL_endorse_the_constitution
		}

		hidden_effect = {
			IF = {
				limit = {
					NOT = {
						has_completed_focus = CHL_policies_of_arturo_alessandri
					}
				}
				unlock_national_focus = CHL_policies_of_arturo_alessandri
			}

			IF = {
				limit = {
					NOT = {
						has_completed_focus = CHL_inflation_control_by_the_central_bank
					}
				}
				unlock_national_focus = CHL_inflation_control_by_the_central_bank
			}
		}
		
		complete_national_focus = CHL_1938_chilean_presidential_election

		custom_effect_tooltip = CHL_skip_one_line_tt
		
		custom_effect_tooltip = left_wing_tt
		# Communist Party
		add_ideas = CHL_communist_party_in_power

		add_country_leader_role  = {
			character = CHL_elias_lafertte_gavino
		    promote_leader = yes
		    country_leader = {
		        ideology = socialism
		        expire = "1965.1.1.1"
		        traits = { JUNO_the_workers_president }
		    }
		}
		retire_character = CHL_arturo_alessandri

		country_event = {
			id = CHL_political_events.18
			days = 1
			random_days = 3
		}

		custom_effect_tooltip = CHL_skip_one_line_tt

		custom_effect_tooltip = CHL_can_becocme_communist_tt	

		hidden_effect = {
			set_party_name = {
			    ideology = democratic
			    long_name = CHL_communist_but_democratic_party_long
			    name = CHL_communist_but_democratic_party
			} 
		}
		
	}  

	# Pedro Aguirre Cerda
	option = {
		name = CHL_political_events.19.b 
		ai_chance = {
			base = 0
		} 

		IF = {
			limit = {
				NOT = {
					has_completed_focus = CHL_endorse_the_constitution
				}
			}
			complete_national_focus = CHL_endorse_the_constitution
		}

		hidden_effect = {
			IF = {
				limit = {
					NOT = {
						has_completed_focus = CHL_policies_of_arturo_alessandri
					}
				}
				unlock_national_focus = CHL_policies_of_arturo_alessandri
			}

			IF = {
				limit = {
					NOT = {
						has_completed_focus = CHL_inflation_control_by_the_central_bank
					}
				}
				unlock_national_focus = CHL_inflation_control_by_the_central_bank
			}
		}

		complete_national_focus = CHL_1938_chilean_presidential_election

		custom_effect_tooltip = CHL_skip_one_line_tt
		
		custom_effect_tooltip = left_wing_tt
		# Popular Front
		add_ideas = CHL_popular_front_in_power

		add_country_leader_role  = {
			character = CHL_pedro_aguirre_cerda
		    promote_leader = yes
		    country_leader = {
		        ideology = socialism
		        expire = "1965.1.1.1"
		        traits = { JUNO_gobernar_es_educar }
		    }
		}
		retire_character = CHL_arturo_alessandri

		country_event = {
			id = CHL_political_events.18
			days = 1
			random_days = 3
		}

		custom_effect_tooltip = CHL_skip_one_line_tt

		custom_effect_tooltip = CHL_wont_becocme_communist_tt		

		hidden_effect = {
			set_party_name = {
			    ideology = democratic
			    long_name = CHL_frente_popular_party_long
			    name = CHL_frente_popular_party
			}
		}
		
	}  
}

# Convening to decide the future of Chile
country_event = {
	id = CHL_political_events.20
	title = CHL_political_events.20.t
	desc = CHL_political_events.20.desc 
	picture = GFX_report_event_election_vote
	is_triggered_only = yes
	fire_only_once = yes

	# Elias Lafertte Gavino
	option = {
		name = CHL_political_events.20.a 
		ai_chance = {  
			base = 50
		} 

		add_political_power = 50

		add_stability = 0.1
		
	}  

	# Marmaduke Grove Vallejo
	option = {
		name = CHL_political_events.20.b 
		ai_chance = {
			base = 50
		} 

		remove_country_leader_role = {
		    character = CHL_elias_lafertte_gavino
		    ideology = marxism
		}

		add_country_leader_role  = {
			character = CHL_marmaduke_grove
		    promote_leader = yes
		    country_leader = {
		        ideology = marxism
		        expire = "1965.1.1.1"
		        traits = { JUNO_easter_island_socialist }
		    }
		}

		add_stability = 0.05

		hidden_effect = {
			set_party_name = {
			    ideology = communism
			    long_name = CHL_communist_socialist_party_long
			    name = CHL_communist_socialist_party
			}

			remove_trait = {
			    character = CHL_rolando_reyes
			    slot = political_advisor
			    trait = JUNO_miister_of_lands_and_colonization
			}
		}

		add_trait = {
		    character = CHL_rolando_reyes
		    slot = political_advisor
		    trait = JUNO_miister_of_lands_and_colonization_2
		}
		
	}  

	# Carlos Contreras Labarca
	option = {
		name = CHL_political_events.20.c 
		ai_chance = {
			base = 50
		} 

		remove_country_leader_role = {
		    character = CHL_elias_lafertte_gavino
		    ideology = marxism
		}

		add_country_leader_role  = {
			character = CHL_carlos_contreras_labarca
		    promote_leader = yes
		    country_leader = {
		        ideology = stalinism
		        expire = "1965.1.1.1"
		        traits = { staunch_stalinist }
		    }
		}

		add_stability = 0.05
		
	}  

	# Manuel Hidalgo Plaza 
	option = {
		name = CHL_political_events.20.d 
		ai_chance = {
			base = 50
		} 

		remove_country_leader_role = {
		    character = CHL_elias_lafertte_gavino
		    ideology = marxism
		}

		add_country_leader_role  = {
			character = CHL_manuel_hidalgo_plaza
		    promote_leader = yes
		    country_leader = {
		        ideology = anti_revisionism
		        expire = "1965.1.1.1"
		        traits = { JUNO_devoted_trotskyist }
		    }
		}

		add_stability = 0.05

		hidden_effect = {
			set_party_name = {
			    ideology = communism
			    long_name = CHL_izquierda_communist_party_long
			    name = CHL_izquierda_communist_party
			}
		}
		
	}  
}


# Peru at war
country_event = {
	id = CHL_political_events.21
	title = CHL_political_events.21.t
	desc = CHL_political_events.21.desc 
	picture = GFX_report_event_spr_falange_troops2
	is_triggered_only = yes
	fire_only_once = yes

	# Press our claims on Tacna
	option = {
		name = CHL_political_events.21.a 
		ai_chance = {  
			base = 25
		} 

		IF = {
			limit = {
				947 = {
					is_owned_by = PRU
				}
			}
			947 = {
				add_claim_by = ROOT
			}
		}

		PRU = {
			add_opinion_modifier = {
				target = ROOT
				modifier = large_decrease
			}
		}

		add_war_support = 0.05
		
		add_political_power = -25
		
	}  

	# It is not worth provoking them
	option = {
		name = CHL_political_events.21.b 
		ai_chance = {
			base = 75
		} 

		add_political_power = 75

		add_stability = 0.05
		
	}   
}


# Chile wants to join our faction
country_event = {
	id = CHL_political_events.22
	title = CHL_political_events.22.t
	desc = CHL_political_events.22.desc 
	picture = GFX_report_event_SOV_national_academy_of_sciences
	is_triggered_only = yes
	fire_only_once = yes

	# We will welcome our comarades 
	option = {
		name = CHL_political_events.22.a 
		ai_chance = {  
			base = 100
		} 

		add_political_power = 50

		FROM = {
			country_event = {
				id = CHL_political_events.23
				days = 2
				random_days = 3
			}
		}
		
	}  

	# One communist is fine, two is one to much
	option = {
		name = CHL_political_events.22.b 
		ai_chance = {
			base = 0
		} 

		add_political_power = 25

		FROM = {
			country_event = {
				id = CHL_political_events.24
				days = 2
				random_days = 3
			}
		}
		
	}   
}

# The Soviets let us in :)
country_event = {
	id = CHL_political_events.23
	title = CHL_political_events.23.t
	desc = CHL_political_events.23.desc 
	picture = GFX_report_event_SOV_national_academy_of_sciences
	is_triggered_only = yes
	fire_only_once = yes

	# Excellente
	option = {
		name = CHL_political_events.23.a 
		ai_chance = {  
			base = 100
		} 

		FROM = { add_to_faction = ROOT }

		add_political_power = 75
		
	}   
}

# The Soviets deny us entry :C
country_event = {
	id = CHL_political_events.24
	title = CHL_political_events.24.t
	desc = CHL_political_events.24.desc 
	picture = GFX_report_event_SOV_national_academy_of_sciences
	is_triggered_only = yes
	fire_only_once = yes

	# Let me in!!!
	option = {
		name = CHL_political_events.24.a 
		ai_chance = {  
			base = 100
		} 

		add_political_power = 50

		add_stability = -0.05

		add_war_support = 0.05
		
	}   
}

# Chile suggests we become one
country_event = {
	id = CHL_political_events.25
	title = CHL_political_events.25.t
	desc = CHL_political_events.25.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# We must join them
	option = {
		name = CHL_political_events.25.a 
		ai_chance = {  
			base = 70
			modifier = {
				is_subject = yes
				factor = 0
			}
		} 

		custom_effect_tooltip = CHL_we_will_be_annexed_tt

		FROM = {
			country_event = {
				id = CHL_political_events.26
				days = 2
				random_days = 3
			}
		}
		
	}  

	# Closer cooperation must be exercised
	#option = {
	#	name = CHL_political_events.25.b 
	#	ai_chance = {
	#		base = 30
	#	} 

	#	custom_effect_tooltip = CHL_we_will_be_puppeted_tt

	#	FROM = {
	#		country_event = {
	#			id = CHL_political_events.27
	#			days = 2
	#			random_days = 3
	#		}
	#	}
	#	
	#}   

	# We have no need for them
	option = {
		name = CHL_political_events.25.c 
		ai_chance = {
			base = 0
		} 

		FROM = {
			country_event = {
				id = CHL_political_events.28
				days = 2
				random_days = 3
			}
		}
		
	}   
}

# X country is annexed by us
country_event = {
	id = CHL_political_events.26
	title = CHL_political_events.26.t
	desc = CHL_political_events.26.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# Nice
	option = {
		name = CHL_political_events.26.a 
		ai_chance = {  
			base = 100
		} 

		add_political_power = 25

		annex_country = {
			target = FROM
			transfer_troops = yes
		}	
		
	}   
}

# X country is puppeted by us
country_event = {
	id = CHL_political_events.27
	title = CHL_political_events.27.t
	desc = CHL_political_events.27.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# Alright
	option = {
		name = CHL_political_events.27.a 
		ai_chance = {  
			base = 100
		} 

		add_political_power = 25

		puppet = FROM 
		
	}   
}

# X country opposes us
country_event = {
	id = CHL_political_events.28
	title = CHL_political_events.28.t
	desc = CHL_political_events.28.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# We will destroy them
	option = {
		name = CHL_political_events.28.a 
		ai_chance = {  
			base = 50
		} 

		add_war_support = 0.05
		
        create_wargoal = {
            target = FROM
            type = annex_everything
        }   
		
	}   

	# We will deal with them later
	option = {
		name = CHL_political_events.28.b 
		ai_chance = {  
			base = 50
		} 

		add_stability = 0.05
		
	} 
}

# Chilean Fascists want our support
country_event = {
	id = CHL_political_events.29
	title = CHL_political_events.29.t
	desc = CHL_political_events.29.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# We must aid them
	option = {
		name = CHL_political_events.29.a 
		ai_chance = {  
			base = 60
		} 

		add_political_power = -25

		add_manpower = -1500

		FROM = {
			country_event = {
				id = CHL_political_events.30
				days = 2
				random_days = 3
			}
		}
		
	}  

	# They have no need for our assistance
	option = {
		name = CHL_political_events.29.b 
		ai_chance = {
			base = 40
		} 

		FROM = {
			country_event = {
				id = CHL_political_events.31
				days = 2
				random_days = 3
			}
		}
		
	}     
}

# X country aids us
country_event = {
	id = CHL_political_events.30
	title = CHL_political_events.30.t
	desc = CHL_political_events.30.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# Perfect
	option = {
		name = CHL_political_events.30.a 
		ai_chance = {  
			base = 100
		} 

		add_political_power = 25

		add_manpower = 1500

		add_popularity = {
			ideology = fascism
			popularity = 0.01
		}	

		add_equipment_to_stockpile = { 
			type = infantry_equipment
			amount = 250 
			producer = FROM
		}	
		
	}      
}

# X country does not aid us
country_event = {
	id = CHL_political_events.31
	title = CHL_political_events.31.t
	desc = CHL_political_events.31.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# We have been betrayed
	option = {
		name = CHL_political_events.31.a 
		ai_chance = {  
			base = 100
		} 

		add_war_support = 0.01
		
	}      
}

# Chile wishes to join the Axis
country_event = {
	id = CHL_political_events.32
	title = CHL_political_events.32.t
	desc = CHL_political_events.32.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# We shall allow it
	option = {
		name = CHL_political_events.32.a 
		ai_chance = {  
			base = 100
		} 

		add_political_power = 50

		FROM = {
			country_event = {
				id = CHL_political_events.33
				days = 2
				random_days = 3
			}
		}
		
	}  

	# We are stronger without them
	option = {
		name = CHL_political_events.32.b 
		ai_chance = {
			base = 0
		} 

		add_political_power = 25

		FROM = {
			country_event = {
				id = CHL_political_events.34
				days = 2
				random_days = 3
			}
		}
		
	}     
}

# We get to join the Axis :)
country_event = {
	id = CHL_political_events.33
	title = CHL_political_events.33.t
	desc = CHL_political_events.33.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# Yatta!
	option = {
		name = CHL_political_events.33.a 
		ai_chance = {  
			base = 100
		} 

		FROM = {
			add_to_faction = ROOT
		}
		
	}      
}

# We don't get to join the Axis :(
country_event = {
	id = CHL_political_events.34
	title = CHL_political_events.34.t
	desc = CHL_political_events.34.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# Yokunaiyo!
	option = {
		name = CHL_political_events.34.a 
		ai_chance = {  
			base = 100
		} 

		add_war_support = 0.05

		add_political_power = 50

	}      
}


# Chile invites us to the Hispanic Alliance
country_event = {
	id = CHL_political_events.35
	title = CHL_political_events.35.t
	desc = CHL_political_events.35.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# Together, we will claim the day
	option = {
		name = CHL_political_events.35.a 
		ai_chance = {  
			base = 80
		} 

		FROM = {
			country_event = {
				id = CHL_political_events.36
				days = 2
				random_days = 3
			}
		}
		
	}  

	# The future is ours alone
	option = {
		name = CHL_political_events.35.b 
		ai_chance = {
			base = 20
		} 

		FROM = {
			country_event = {
				id = CHL_political_events.37
				days = 2
				random_days = 5
			}
		}
		
	}     
}

# X country joins the Hispanic Alliance
country_event = {
	id = CHL_political_events.36
	title = CHL_political_events.36.t
	desc = CHL_political_events.36.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# Great
	option = {
		name = CHL_political_events.36.a 
		ai_chance = {  
			base = 100
		} 

		ROOT = {
			add_to_faction = FROM
		}
		
	}      
}

# X country refuses to join the Hispanic Alliance
country_event = {
	id = CHL_political_events.37
	title = CHL_political_events.37.t
	desc = CHL_political_events.37.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# Do they not fear us?
	option = {
		name = CHL_political_events.37.a 
		ai_chance = {  
			base = 100
		} 

		every_state = {
			limit = {
				is_owned_and_controlled_by = FROM
			}
			add_claim_by = ROOT
		}

		add_war_support = 0.03

		add_political_power = 25
		
	}      
}

# Chile invites us to the Axis
country_event = {
	id = CHL_political_events.38
	title = CHL_political_events.38.t
	desc = CHL_political_events.38.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# Together, we can bring down the USA
	option = {
		name = CHL_political_events.38.a 
		ai_chance = {  
			base = 75
		} 

		FROM = {
			country_event = {
				id = CHL_political_events.39
				days = 2
				random_days = 3
			}
		}
		
	}  

	# It is too risky!
	option = {
		name = CHL_political_events.38.b 
		ai_chance = {
			base = 25
		} 

		FROM = {
			country_event = {
				id = CHL_political_events.40
				days = 2
				random_days = 5
			}
		}
		
	}     
}

# X country joins the Axis
country_event = {
	id = CHL_political_events.39
	title = CHL_political_events.39.t
	desc = CHL_political_events.39.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# We will defend our continent!
	option = {
		name = CHL_political_events.39.a 
		ai_chance = {  
			base = 100
		} 

		random_country = {
			limit = {
				original_tag = GER
				has_government = fascism
				is_faction_leader = yes
			}
			add_to_faction = FROM
		}
		
	}      
}

# X country decides not to join the Axis
country_event = {
	id = CHL_political_events.40
	title = CHL_political_events.40.t
	desc = CHL_political_events.40.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# Oh well...
	option = {
		name = CHL_political_events.40.a 
		ai_chance = {  
			base = 100
		} 

		add_political_power = 10
		
	}      
}

# Chile demands we submit
country_event = {
	id = CHL_political_events.41
	title = CHL_political_events.41.t
	desc = CHL_political_events.41.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# We have no choice
	option = {
		name = CHL_political_events.41.a 
		ai_chance = {  
			base = 75
		} 

		add_political_power = 50

		FROM = {
			country_event = {
				id = CHL_political_events.42
				days = 2
				random_days = 3
			}
		}

		GER = {
			country_event = {
				id = CHL_political_events.43
				days = 4
				random_days = 6
			}
		}
		
	}  

	# We must resist the facsists!
	option = {
		name = CHL_political_events.41.b 
		ai_chance = {
			base = 25
		} 

		add_war_support = 0.1

		army_experience = 50

		FROM = {
			country_event = {
				id = CHL_political_events.44
				days = 2
				random_days = 5
			}
		}
		
	}     
}

# Uruguay Submits to Germany
country_event = {
	id = CHL_political_events.42
	title = CHL_political_events.42.t
	desc = CHL_political_events.42.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# Nice
	option = {
		name = CHL_political_events.42.a 
		ai_chance = {  
			base = 100
		} 

		GER = {
			puppet = URG
		} 	

		URG = {
			add_popularity = {
				ideology = fascism
				popularity = 0.2
			}	
			add_war_support = 0.1
			add_stability = -0.2
			set_cosmetic_tag = URG_german
		}

		add_political_power = 120
		
	}      
}

# Uruguay Submits to us
country_event = {
	id = CHL_political_events.43
	title = CHL_political_events.43.t
	desc = CHL_political_events.43.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# Nice
	option = {
		name = CHL_political_events.43.a 
		ai_chance = {  
			base = 100
		} 

		add_political_power = 25
		
	}      
}

# Uruguay Refuses to Submit
country_event = {
	id = CHL_political_events.44
	title = CHL_political_events.44.t
	desc = CHL_political_events.44.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# How dare you!
	option = {
		name = CHL_political_events.44.a 
		ai_chance = {  
			base = 100
		} 

		create_wargoal = {
			type = puppet_wargoal_focus
			target = URG
		}	

		add_war_support = 0.05
		
	}      
}

# Chile invites us to the Axis
country_event = {
	id = CHL_political_events.45
	title = CHL_political_events.45.t
	desc = CHL_political_events.45.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# It must be done
	option = {
		name = CHL_political_events.45.a 
		ai_chance = {  
			base = 80
			modifier = {
				factor = 0.05
				has_government = communism
				has_government = democratic
			}
		} 

		#FROM = {
		#	country_event = {
		#		id = CHL_political_events.46
		#		days = 2
		#		random_days = 3
		#	}
		#}

		GER = {
			country_event = {
				id = CHL_political_events.47
				days = 4
				random_days = 6
			}
		}
		
	}  

	# We have other plans
	option = {
		name = CHL_political_events.45.b 
		ai_chance = {
			base = 20
		} 

		FROM = {
			country_event = {
				id = CHL_political_events.48
				days = 2
				random_days = 5
			}
		}
		
	}     
}

# FROM joins the Axis (Chile)
country_event = {
	id = CHL_political_events.46
	title = CHL_political_events.46.t
	desc = CHL_political_events.46.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# Guraeto
	option = {
		name = CHL_political_events.46.a 
		ai_chance = {  
			base = 100
		} 

		GER = {
			add_to_faction = FROM
		}
		
	}      
}

# FROM joins the Axis (Germany)
country_event = {
	id = CHL_political_events.47
	title = CHL_political_events.47.t
	desc = CHL_political_events.47.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# Accept
	option = {
		name = CHL_political_events.47.a 
		ai_chance = {  
			base = 100
			modifier = {
				factor = 0 #Prevent FRA shuffling
				has_war_with = FRA
				FRA = { has_capitulated = no }
			}
		}

		CHL = {
			country_event = {
				id = CHL_political_events.99
				hours = 2
			}
		}
		FROM = {
			country_event = {
				id = CHL_political_events.99
				hours = 2
			}
		}
		add_to_faction = FROM
		
	}   

	# Reject
	option = {
		name = CHL_political_events.47.b
		ai_chance = {  
			base = 100
		} 
		CHL = {
			country_event = {
				id = CHL_political_events.98
				hours = 2
			}
		}
		FROM = {
			country_event = {
				id = CHL_political_events.98
				hours = 2
			}
		}
		
	}      
}

#Ger Rejects
country_event = {
	id = CHL_political_events.98
	title = CHL_political_events.98.t
	desc = CHL_political_events.98.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	option = {
		name = CHL_political_events.98.a
	}
}

#Ger Accepts
country_event = {
	id = CHL_political_events.99
	title = CHL_political_events.99.t
	desc = CHL_political_events.99.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	option = {
		name = CHL_political_events.99.a
	}
}

# FROM does not join the Axis (Chile)
country_event = {
	id = CHL_political_events.48
	title = CHL_political_events.48.t
	desc = CHL_political_events.48.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# We will have to do this alone then
	option = {
		name = CHL_political_events.48.a 
		ai_chance = {  
			base = 100
		} 

		add_war_support = 0.05
		
	}      
}


# Chile invites us to the Hispanic Alliance
country_event = {
	id = CHL_political_events.49
	title = CHL_political_events.49.t
	desc = CHL_political_events.49.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# Together, we will claim the day
	option = {
		name = CHL_political_events.49.a 
		ai_chance = {  
			base = 80
		} 

		FROM = {
			country_event = {
				id = CHL_political_events.50
				days = 2
				random_days = 3
			}
		}
		
	}  

	# The future is ours alone
	option = {
		name = CHL_political_events.49.b 
		ai_chance = {
			base = 20
		} 

		FROM = {
			country_event = {
				id = CHL_political_events.51
				days = 2
				random_days = 5
			}
		}
		
	}     
}

# X country joins the Hispanic Alliance
country_event = {
	id = CHL_political_events.50
	title = CHL_political_events.50.t
	desc = CHL_political_events.50.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# Great
	option = {
		name = CHL_political_events.50.a 
		ai_chance = {  
			base = 100
		} 

		ROOT = {
			add_to_faction = FROM
		}
		
	}      
}

# X country refuses to join the Hispanic Alliance
country_event = {
	id = CHL_political_events.51
	title = CHL_political_events.51.t
	desc = CHL_political_events.51.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# Do they not fear us?
	option = {
		name = CHL_political_events.51.a 
		ai_chance = {  
			base = 100
		} 

		every_state = {
			limit = {
				is_owned_and_controlled_by = FROM
			}
			add_claim_by = ROOT
		}

		add_war_support = 0.03

		add_political_power = 25
		
	}      
}


# Chile demands ownership of the Tacna Department
country_event = {
	id = CHL_political_events.52
	title = CHL_political_events.52.t
	desc = CHL_political_events.52.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# We do not want to risk war again
	option = {
		name = CHL_political_events.52.a 
		ai_chance = {  
			base = 90
		} 

		FROM = {
			country_event = {
				id = CHL_political_events.53
				days = 2
				random_days = 3
			}
		}
		
	}  

	# This is our chance to reclaim Arica!
	option = {
		name = CHL_political_events.52.b 
		ai_chance = {
			base = 10
		} 

		add_political_power = -50

		FROM = {
			country_event = {
				id = CHL_political_events.54
				days = 2
				random_days = 5
			}
		}
		
	}     
}

# FROM accepts our demands
country_event = {
	id = CHL_political_events.53
	title = CHL_political_events.53.t
	desc = CHL_political_events.53.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# We grow larger
	option = {
		name = CHL_political_events.53.a 
		ai_chance = {  
			base = 100
		} 

		947 = {
			transfer_state_to = ROOT
		}

		FROM = {
			add_war_support = -0.05
		}

		add_stability = 0.05
		
	}      
}

# FROM rejects our demands
country_event = {
	id = CHL_political_events.54
	title = CHL_political_events.54.t
	desc = CHL_political_events.54.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# We will make them pay for their insolence!
	option = {
		name = CHL_political_events.54.a 
		ai_chance = {  
			base = 100
		} 

		create_wargoal = {
			type = take_claimed_state
			target = FROM
			generator = { 947 }
		}
		
	}      
}


# Chile demands ownership of Tierra del Fuego
country_event = {
	id = CHL_political_events.55
	title = CHL_political_events.55.t
	desc = CHL_political_events.55.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# We do not want to risk war with them
	option = {
		name = CHL_political_events.55.a 
		ai_chance = {  
			base = 80
		} 

		add_stability = 0.02

		add_war_support = -0.01

		FROM = {
			country_event = {
				id = CHL_political_events.56
				days = 2
				random_days = 3
			}
		}
		
	}  

	# How many times must we reiterate?
	option = {
		name = CHL_political_events.55.b 
		ai_chance = {
			base = 20
		} 

		add_political_power = -25

		FROM = {
			country_event = {
				id = CHL_political_events.57
				days = 2
				random_days = 5
			}
		}
		
	}     
}

# FROM accepts our demands
country_event = {
	id = CHL_political_events.56
	title = CHL_political_events.56.t
	desc = CHL_political_events.56.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# Today we welcome 80000 new Chileans
	option = {
		name = CHL_political_events.56.a 
		ai_chance = {  
			base = 100
		} 

		953 = {
			transfer_state_to = ROOT
		}

		FROM = {
			add_war_support = -0.05
		}

		add_stability = 0.05

		set_country_flag = arg_has_accepted_chl_demands_flag
		
	}      
}

# FROM rejects our demands
country_event = {
	id = CHL_political_events.57
	title = CHL_political_events.57.t
	desc = CHL_political_events.57.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# Then we must take it by force
	option = {
		name = CHL_political_events.57.a 
		ai_chance = {  
			base = 100
		} 

		create_wargoal = {
			type = take_claimed_state
			target = FROM
			generator = { 953 }
		}

		set_country_flag = arg_has_denied_chl_demands_flag
		
	}      
}

# Our troops clash around Laguna del Desierto
country_event = {
	id = CHL_political_events.58
	title = CHL_political_events.58.t
	desc = CHL_political_events.58.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# Withdraw, it is not worth a war
	option = {
		name = CHL_political_events.58.a 
		ai_chance = {  
			base = 80
		} 

		add_stability = 0.02

		add_war_support = -0.01

		FROM = {
			country_event = {
				id = CHL_political_events.59
				days = 2
				random_days = 3
			}
		}
		
	}  

	# Hold your ground men!
	option = {
		name = CHL_political_events.58.b 
		ai_chance = {
			base = 20
		} 

		add_political_power = -25

		FROM = {
			country_event = {
				id = CHL_political_events.60
				days = 2
				random_days = 5
			}
		}
		
	}     
}

# FROM withdraws from Santa Cruz
country_event = {
	id = CHL_political_events.59
	title = CHL_political_events.59.t
	desc = CHL_political_events.59.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# We are a step closer to our ultimate goal
	option = {
		name = CHL_political_events.59.a 
		ai_chance = {  
			base = 100
		} 

		954 = {
			transfer_state_to = ROOT
		}

		FROM = {
			add_war_support = -0.05
		}

		add_stability = 0.05

		army_experience = 25

		set_country_flag = arg_has_accepted_chl_demands_flag
		
	}      
}

# FROM holds their ground
country_event = {
	id = CHL_political_events.60
	title = CHL_political_events.60.t
	desc = CHL_political_events.60.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# Move to occupy the area
	option = {
		name = CHL_political_events.60.a 
		ai_chance = {  
			base = 90
		} 

		army_experience = 15

		create_wargoal = {
			type = take_claimed_state
			target = FROM
			generator = { 954 }
		}

		set_country_flag = arg_has_denied_chl_demands_flag
		
	}     

	# We will take it later
	option = {
		name = CHL_political_events.60.b 
		ai_chance = {  
			base = 10
		} 

		add_stability = 0.05

		add_war_support = -0.05

		set_country_flag = arg_has_denied_chl_demands_flag
		
	}  
}


# Chile demands the demilitarization of Patagonia
country_event = {
	id = CHL_political_events.61
	title = CHL_political_events.61.t
	desc = CHL_political_events.61.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# It is the sensible thing to do
	option = {
		name = CHL_political_events.61.a 
		ai_chance = {
			base = 50
			
			modifier = {
				add = 50
				has_country_flag = arg_has_accepted_chl_demands_flag
			}
			
		}

		FROM = {
			country_event = {
				id = CHL_political_events.62
				days = 2
				random_days = 3
			}
		}
		
	}  

	# Why would we do that exactly?
	option = {
		name = CHL_political_events.61.b 
		ai_chance = {
			base = 50
			
			modifier = {
				add = 50
				has_country_flag = arg_has_denied_chl_demands_flag
			}
			
		}

		FROM = {
			country_event = {
				id = CHL_political_events.63
				days = 2
				random_days = 5
			}
		}
		
	}     
}

# FROM demilitarizes Patagonia
country_event = {
	id = CHL_political_events.62
	title = CHL_political_events.62.t
	desc = CHL_political_events.62.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# They will not see it coming
	option = {
		name = CHL_political_events.62.a 
		ai_chance = {  
			base = 100
		} 

		add_war_support = 0.1

		add_stability = 0.05

		IF = {
			limit = {
				512 = {
					is_owned_by = FROM
				}
			}
			512 = {
				set_demilitarized_zone = yes
			}
		}
		IF = {
			limit = {
				955 = {
					is_owned_by = FROM
				}
			}
			955 = {
				set_demilitarized_zone = yes
			}
		}
		IF = {
			limit = {
				954 = {
					is_owned_by = FROM
				}
			}
			954 = {
				set_demilitarized_zone = yes
			}
		}
		IF = {
			limit = {
				953 = {
					is_owned_by = FROM
				}
			}
			953 = {
				set_demilitarized_zone = yes
			}
		}

	}
}

# FROM does not demilitarize Patagonia
country_event = {
	id = CHL_political_events.63
	title = CHL_political_events.63.t
	desc = CHL_political_events.63.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# It will not hinder our progress
	option = {
		name = CHL_political_events.63.a 
		ai_chance = {  
			base = 100
		} 

		army_experience = 25

		add_war_support = 0.05

	}
}

country_event = {
	id = CHL_political_events.64
	title = CHL_political_events.64.t
	desc = CHL_political_events.64.desc
	
	picture = GFX_report_event_soviet_soldiers_tank
	
	is_triggered_only = yes
	
	option = {
		name = CHL_political_events.64.a
				
		army_experience = 25

		add_political_power = 100
		
		add_opinion_modifier = {
			target = FROM
			modifier = embargo
		}
		
		FROM = {
			add_opinion_modifier = {
				target = ROOT
				modifier = embargo
			}
		}

		ai_chance = {
			factor = 50
			modifier = {
				factor = 0.5
				is_historical_focus_on = yes
			}
		}
	}
	
	option = {
		name = CHL_political_events.64.b
		
		army_experience = 25

		add_war_support = 0.05
		
		create_wargoal = {
			type = puppet_wargoal_focus
			target = FROM
		}
		
		add_opinion_modifier = {
			target = FROM
			modifier = embargo
		}
		
		FROM = {
			add_opinion_modifier = {
				target = ROOT
				modifier = embargo
			}
		}

		ai_chance = {
			factor = 50
			modifier = {
				factor = 0.5
				has_war = yes
			}
		}
	}
}

country_event = {
	id = CHL_political_events.65
	title = CHL_political_events.65.t
	desc = CHL_political_events.65.desc
	
	picture = GFX_report_event_soviet_soldiers_tank
	
	is_triggered_only = yes
	
	option = {
		name = CHL_political_events.65.a
				
		army_experience = 25

		add_political_power = 100
		
		add_opinion_modifier = {
			target = FROM
			modifier = embargo
		}
		
		FROM = {
			add_opinion_modifier = {
				target = ROOT
				modifier = embargo
			}
		}

		ai_chance = {
			factor = 50
			modifier = {
				factor = 0.5
				is_historical_focus_on = yes
			}
		}
	}
	
	option = {
		name = CHL_political_events.65.b
		
		army_experience = 25

		add_war_support = 0.05
		
		create_wargoal = {
			type = puppet_wargoal_focus
			target = FROM
		}
		
		add_opinion_modifier = {
			target = FROM
			modifier = embargo
		}
		
		FROM = {
			add_opinion_modifier = {
				target = ROOT
				modifier = embargo
			}
		}

		ai_chance = {
			factor = 50
			modifier = {
				factor = 0.5
				has_war = yes
			}
		}
	}
}


# Chile demands control of our Guyanese territories
country_event = {
	id = CHL_political_events.66
	title = CHL_political_events.66.t
	desc = CHL_political_events.66.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# It is not worth figting over
	option = {
		name = CHL_political_events.66.a 
		ai_chance = {  
			base = 60
			modifier = {
				factor = 0
				has_war_with = FROM
			}
		} 

		add_stability = 0.02

		FROM = {
			country_event = {
				id = CHL_political_events.67
				days = 2
				random_days = 3
			}
		}
		
	}  

	# Over my cold dead body!
	option = {
		name = CHL_political_events.66.b 
		ai_chance = {
			base = 40
		} 

		add_political_power = -25

		add_war_support = 0.03

		FROM = {
			country_event = {
				id = CHL_political_events.68
				days = 2
				random_days = 5
			}
		}
		
	}     
}

# FROM accepts our demands
country_event = {
	id = CHL_political_events.67
	title = CHL_political_events.67.t
	desc = CHL_political_events.67.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# They are now free from oppression
	option = {
		name = CHL_political_events.67.a 
		ai_chance = {  
			base = 100
		} 

		IF = {
			limit = {
				310 = {
					is_owned_by = FROM
				}
			}
			310 = {
				transfer_state_to = ROOT
			}
		}

		IF = {
			limit = {
				309 = {
					is_owned_by = FROM
				}
			}
			309 = {
				transfer_state_to = ROOT
			}
		}

		IF = {
			limit = {
				687 = {
					is_owned_by = FROM
				}
			}
			687 = {
				transfer_state_to = ROOT
			}
		}

		add_stability = 0.02

		add_war_support = 0.03
		
	}      
}

# FROM rejects our demands
country_event = {
	id = CHL_political_events.68
	title = CHL_political_events.68.t
	desc = CHL_political_events.68.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# There is always a more direct approach
	option = {
		name = CHL_political_events.68.a 
		ai_chance = {  
			base = 100
		} 

		army_experience = 15

		create_wargoal = {
			type = take_claimed_state
			target = FROM
		}	
		
	}      
}

# Chile enforces control over the Guianas
country_event = {
	id = CHL_political_events.69
	title = CHL_political_events.69.t
	desc = CHL_political_events.69.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# Oh, the misery
	option = {
		name = CHL_political_events.69.a 
		ai_chance = {  
			base = 100
		} 

		add_political_power = 75
		
	}     

	# That's bullshit
	option = {
		name = CHL_political_events.69.b 
		ai_chance = {  
			base = 0
		} 

		create_wargoal = {
			type = puppet_wargoal_focus
			target = CHL
		}
		
	}  
}

# Convening to decide the future of Chile (Fascist)
country_event = {
	id = CHL_political_events.70
	title = CHL_political_events.70.t
	desc = CHL_political_events.70.desc 
	picture = GFX_report_event_fascist_gathering
	is_triggered_only = yes
	fire_only_once = yes

	# Jorge González von Marées
	option = {
		name = CHL_political_events.70.a 
		ai_chance = {  
			base = 50
		} 

		add_stability = 0.1

		add_political_power = 75
		
	}  

	# Carlos Keller Rueff
	option = {
		name = CHL_political_events.70.b 
		ai_chance = {
			base = 25
		} 

		remove_country_leader_role = {
		    character = CHL_jorge_gonzález_von_marées
		    ideology = nazism
		}

		add_country_leader_role  = {
			character = CHL_carlos_keller_reuff
		    promote_leader = yes
		    country_leader = {
		        ideology = nazism
		        expire = "1965.1.1.1"
		        traits = { JUNO_national_socialist_vanguard }
		    }
		}

		add_stability = 0.05

		add_political_power = 25
		
	}  

	# Juan Gómez Millas
	option = {
		name = CHL_political_events.70.c 
		ai_chance = {
			base = 25
		} 

		remove_country_leader_role = {
		    character = CHL_jorge_gonzález_von_marées
		    ideology = nazism
		}

		add_country_leader_role  = {
			character = CHL_juan_gomez_millas
		    promote_leader = yes
		    country_leader = {
		        ideology = falangism
		        expire = "1965.1.1.1"
		        traits = { JUNO_fascist_educator }
		    }
		}

		add_stability = 0.05

		add_political_power = 25
		
	}  
}

# Ibáñez's Coup
country_event = {
	id = CHL_political_events.71
	title = CHL_political_events.71.t
	desc = CHL_political_events.71.desc 
	picture = GFX_report_event_saf_coup
	is_triggered_only = yes
	fire_only_once = yes

	# It is time to turn back the clock
	option = {
		name = CHL_political_events.71.a 
		ai_chance = {  
			base = 100
		} 

		set_politics = {
			ruling_party = neutrality
		    elections_allowed = no
		    last_election = "1935.12.17"
		    election_frequency = 48
		}

		add_popularity = {
			ideology = neutrality
			popularity = 0.6
		}	

		add_popularity = {
			ideology = fascism
			popularity = 0.15
		}	

		add_country_leader_role  = {
			character = CHL_carlos_ibanez
		    promote_leader = yes
		    country_leader = {
		        ideology = conservatism
		        expire = "1965.1.1.1"
		        traits = { JUNO_the_general_president }
		    }
		}
		
	}    
}

# The Araucanían Congress
country_event = {
	id = CHL_political_events.72
	title = CHL_political_events.72.t
	desc = CHL_political_events.72.desc 
	picture = GFX_report_event_generic_communist_congress
	is_triggered_only = yes
	fire_only_once = yes
	# There are other Anti-Imperialists Around
	
	option = {
		name = CHL_political_events.72.a 
		ai_chance = {  
			base = 10
		} 

		add_political_power = 25

		add_stability = -0.1

		add_popularity = {
			ideology = communism
			popularity = 0.1
		}	

		custom_effect_tooltip = CHL_unlocks_various_communist_advisors
		hidden_effect = {
			set_country_flag = CHL_mapuche_commuist_cultural_cross_pollination
		}
		
	}  

	# No Compromises on our Ideals!
	option = {
		name = CHL_political_events.72.b 
		ai_chance = {  
			base = 90
		} 

		add_political_power = 75

		add_war_support = 0.05
		
	}   


}

# Electing an Axe Bearer
country_event = {
	id = CHL_political_events.73
	title = CHL_political_events.73.t
	desc = CHL_political_events.73.desc 
	picture = GFX_report_event_generic_conference
	is_triggered_only = yes
	fire_only_once = yes

	# It should be Manuel Manquilef
	option = {
		name = CHL_political_events.73.a 
		ai_chance = {  
			base = 35
		} 

		hidden_effect = {
			set_country_flag = CHL_manuel_manquilef_will_lead_the_mapuche
		}

		add_country_leader_role  = {
			character = CHL_manuel_manquilef
		    country_leader = {
		        ideology = despotism
		        expire = "1965.1.1.1"
		        traits = { JUNO_defender_of_araucania }
		    }
		}
		
	}    

	# Esteban Romero Sandoval has the vote
	option = {
		name = CHL_political_events.73.b 
		ai_chance = {  
			base = 35
		} 

		hidden_effect = {
			set_country_flag = CHL_esteban_romero_sandoval_will_lead_the_mapuche
		}

		add_country_leader_role  = {
			character = CHL_esteban_romero_sandoval
		    country_leader = {
		        ideology = despotism
		        expire = "1965.1.1.1"
		        traits = { JUNO_the_legacy_of_1881 }
		    }
		}
		
	} 

	# Venancio Coñuepán Huenchual can lead us
	option = {
		name = CHL_political_events.73.c 
		ai_chance = {  
			base = 30
		} 

		hidden_effect = {
			set_country_flag = CHL_venancio_conuepan_huenchual_will_lead_the_mapuche
		}

		add_country_leader_role  = {
			character = CHL_venancio_huenchual
		    country_leader = {
		        ideology = despotism
		        expire = "1965.1.1.1"
		        traits = { JUNO_modern_abajino_lonko }
		    }
		}
		
	} 
}

# The Crowning of Antione III
country_event = {
	id = CHL_political_events.74
	title = CHL_political_events.74.t
	desc = CHL_political_events.74.desc 
	picture = GFX_report_event_crowd_in_prague
	is_triggered_only = yes
	fire_only_once = yes

	# All hail our new lord!
	option = {
		name = CHL_political_events.74.a 
		ai_chance = {  
			base = 100
		} 

		hidden_effect = {
			set_country_flag = CHL_chile_is_a_monarchy 
		}

		set_cosmetic_tag = kingdom_of_araucania_and_patagonia

		add_country_leader_role  = {
			promote_leader = yes
			character = CHL_antoine_iii
		    country_leader = {
		        ideology = despotism
		        expire = "1965.1.1.1"
		        traits = { JUNO_sovereign_of_patagonia_1 }
		    }
		}

		custom_effect_tooltip = CHL_skip_one_line_tt

		add_timed_idea = {
			idea = CHL_french_investments
			days = 360
		}	

		custom_effect_tooltip = CHL_skip_one_line_tt

		every_state = {
			limit = {
				OR = {
					state = 512
					state = 955
					state = 954
				}
				NOT = {
					OR = {
						is_owned_by = ROOT
						is_claimed_by = ROOT
					}
				}
			}
			add_claim_by = ROOT
		}

		hidden_effect = {
			set_party_name = {
			    ideology = neutrality
			    long_name = CHL_house_of_orelie_long
			    name = CHL_house_of_orelie
			}
		}
		
	}    
}

# Chile wishes to sell Arica to us
country_event = {
	id = CHL_political_events.75
	title = CHL_political_events.75.t
	desc = CHL_political_events.75.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# This is the day we have been waiting for!
	option = {
		name = CHL_political_events.75.a 
		ai_chance = {  
			base = 100
		} 

		add_stability = 0.02

		add_political_power = 25

		add_timed_idea = {
			idea = CHL_peru_payments_to_chile
			days = 365
		}	

		FROM = {
			country_event = {
				id = CHL_political_events.76
				days = 2
				random_days = 3
			}
		}
		
	}  

	# We do not wish to risk war in the future...
	option = {
		name = CHL_political_events.75.b 
		ai_chance = {
			base = 0
		} 

		add_stability = 0.05

		add_political_power = 50

		FROM = {
			country_event = {
				id = CHL_political_events.77
				days = 2
				random_days = 5
			}
		}
		
	}     
}

# Peru chooses to purchase Arica from us
country_event = {
	id = CHL_political_events.76
	title = CHL_political_events.76.t
	desc = CHL_political_events.76.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# A sacrificce that had to be made
	option = {
		name = CHL_political_events.76.a 
		ai_chance = {  
			base = 100
		} 

		add_political_power = 75

		add_timed_idea = {
			idea = CHL_chile_payments_from_peru
			days = 720
		}	

		951 = {
			transfer_state_to = PRU
			add_core_of = PRU
		}
		
	}      
}
	
# Peru chooses not to purchase Arica from us
country_event = {
	id = CHL_political_events.77
	title = CHL_political_events.77.t
	desc = CHL_political_events.77.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# THose ungrateful bastards!
	option = {
		name = CHL_political_events.77.a 
		ai_chance = {  
			base = 100
		} 

		add_political_power = 50

		add_stability = 0.02

		951 = {
			add_building_construction = {
				type = bunker
				level = 2
				instant_build = yes
				province =  5131
			}
		}	
		
	}      
}	

# The Kingdom of Araucania and Patagonia want's our assistance
country_event = {
	id = CHL_political_events.78
	title = CHL_political_events.78.t
	desc = CHL_political_events.78.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# We will aid them
	option = {
		name = CHL_political_events.78.a 
		ai_chance = {  
			base = 50
		} 	

		add_political_power = 25

		add_war_support = 0.02

		add_relation_modifier = {
			target = CHL
			modifier = CHL_from_support_chile_static_modifier
		}
		add_relation_rule_override = {
			target = CHL
			can_send_volunteers = yes
		}

		hidden_effect = {
			ROOT = {
				set_rule = { can_send_volunteers = yes }
				add_timed_idea = {
					idea = CHL_aid_araucania
					days = 730
				}
				add_ai_strategy = {
					type = send_volunteers_desire
					id = FROM
					value = 200
				}
			}
		}

		FROM = {
			country_event = {
				id = CHL_political_events.79
				days = 2
				random_days = 3
			}
		}
		
	}  

	# We will not aid them
	option = {
		name = CHL_political_events.78.b 
		ai_chance = {
			base = 35
		} 

		add_political_power = 20

		add_stability = 0.02

		FROM = {
			country_event = {
				id = CHL_political_events.80
				days = 2
				random_days = 5
			}
		}
		
	}     

	# We will aid them, for a price...
	option = {
		name = CHL_political_events.78.c 
		ai_chance = {
			base = 15
		} 

		add_political_power = 10

		add_war_support = 0.01

		custom_effect_tooltip = CHL_we_will_aid_for_a_price

		FROM = {
			country_event = {
				id = CHL_political_events.81
				days = 2
				random_days = 5
			}
		}
		
	}     
}

# FROM chooses to aid us
country_event = {
	id = CHL_political_events.79
	title = CHL_political_events.79.t
	desc = CHL_political_events.79.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# Alright then
	option = {
		name = CHL_political_events.79.a 
		ai_chance = {  
			base = 100
		} 	

		add_war_support = 0.02

		add_equipment_to_stockpile = { 
			type = infantry_equipment
			amount = 1000
			producer = FROM
		}	

		add_equipment_to_stockpile = { 
			type = artillery_equipment
			amount = 100
			producer = FROM
		}	

		add_equipment_to_stockpile = { 
			type = support_equipment
			amount = 150
			producer = FROM
		}	
		
	}       
}

# FROM chooses not to aid us
country_event = {
	id = CHL_political_events.80
	title = CHL_political_events.80.t
	desc = CHL_political_events.80.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# Well, it is what it is...
	option = {
		name = CHL_political_events.80.a 
		ai_chance = {  
			base = 100
		} 	

		add_political_power = 15
		
	}       
}

# FROM chooses to aid us for a price
country_event = {
	id = CHL_political_events.81
	title = CHL_political_events.81.t
	desc = CHL_political_events.81.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = no

	# We will have to accept it
	option = {
		name = CHL_political_events.81.a 
		ai_chance = {  
			base = 50
		} 	

		FROM = {
			add_timed_idea = {
				idea = CHL_aiding_CHL_payment
				days = 365
			}	
		}

		ROOT = {
			add_timed_idea = {
				idea = CHL_payment_for_aid
				days = 365
			}
		}

		FROM = {
			add_relation_modifier = {
				target = CHL
				modifier = CHL_from_support_chile_static_modifier
			}
			add_relation_rule_override = {
				target = CHL
				can_send_volunteers = yes
			}

			hidden_effect = {
				FROM = {
					set_rule = { can_send_volunteers = yes }
					add_timed_idea = {
						idea = CHL_aid_araucania
						days = 730
					}
					add_ai_strategy = {
						type = send_volunteers_desire
						id = ROOT
						value = 200
					}
				}
			}
		}
		
	}

	# We don't need them!
	option = {
		name = CHL_political_events.81.b 
		ai_chance = {  
			base = 50
		} 	

		add_political_power = 50

		add_stability = 0.02
		
	}  
}

# The Capital of the Kingdom
country_event = {
	id = CHL_political_events.82
	title = CHL_political_events.82.t
	desc = CHL_political_events.82.desc 
	picture = GFX_report_event_generic_sign_treaty3
	is_triggered_only = yes
	fire_only_once = yes

	# Santiago will continue to be our capital
	option = {
		name = CHL_political_events.82.a 
		trigger = {
			ROOT = {
				owns_state = 279
			}
		}
		ai_chance = {  
			base = 30
		} 
		279 = {
			add_victory_points = { 
				province = 650
				value = 5
			}
			add_extra_state_shared_building_slots = 2
		}
	}  

	# Perquenco was the old capital
	option = { 
		name = CHL_political_events.82.b 
		trigger = {
			ROOT = {
				owns_state = 950
			}
		}
		ai_chance = {   
			base = 30
		} 
		950 = {
			add_victory_points = {
				province = 5121
				value = 8
			}
			add_extra_state_shared_building_slots = 4

			set_province_name = {
			    id = 5121
			    name = araucanian_capital_perquenco
			}
		}
		set_capital = {state = 950}
	} 

	# We need the southernmost Capital in the world!
	option = {
		name = CHL_political_events.82.c 
		trigger = {
			ROOT = {
				owns_state = 953
			}
		}
		ai_chance = {   
			base = 30
		} 
		953 = {
			add_victory_points = {
				province = 13300
				value = 9
			}
			add_extra_state_shared_building_slots = 4
		}
		hidden_effect = {
			set_capital = {state = 953}
		}
	}

	# Rawson is a good eastern candidate
	option = {
		name = CHL_political_events.82.d 
		trigger = {
			ROOT = {
				owns_state = 955
			}
		}
		ai_chance = {   
			base = 30
		} 
		955 = {
			add_victory_points = {
				province = 10953
				value = 7
			}
			add_extra_state_shared_building_slots = 4
		}
		set_capital = {state = 955}
	}
}

# Anti-Democratic Coalition Coup Attempt
country_event = {
	id = CHL_political_events.83
	title = CHL_political_events.83.t
	desc = CHL_political_events.83.d
	picture = GFX_report_event_gathering_protest

	trigger = {
		tag = CHL
		has_government = neutrality
		AND = {
			OR = {
				AND = {
					has_completed_focus = CHL_sell_arica_to_peru
					has_completed_focus = CHL_outlaw_socialism
				}
				AND = {
					has_completed_focus = CHL_sell_arica_to_peru
					has_completed_focus = CHL_utilize_national_populism
				}
			}
		}

		is_subject = no
		has_civil_war = no

		has_dlc = "Trial of Allegiance"
	}

	mean_time_to_happen = { days = 3 }

	hidden = no

	fire_only_once = yes

	# Mobilize the national guard!
	option = {
		name = CHL_political_events.83.a
		ai_chance = {
			base = 50
		}

		hidden_effect = {
			start_civil_war = {
			    ideology = fascism
			    size = 0.6
			    army_ratio = 0.6
			    navy_ratio = 0.4
			    air_ratio = 0.9
			    keep_all_characters = yes
			    states = all
			    states_filter = {
			        OR = {
			        	state = 951
			        	state = 506
			        	state = 952
			        	state = 507
			        	state = 949
			        	state = 953
			        	state = 947
			        	state = 950
			        }
			        is_controlled_by = ROOT
			    }
		    
		    	PREV = {  # Original country
		            CHL_jorge_gonzález_von_marées = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
		            CHL_carlos_keller_reuff = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
		            CHL_francisco_valderrama = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
		            CHL_ariosto_herrera = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
		            # He can stay
		            #CHL_bartolome_blanche = { # Character
		            #    set_nationality = PREV.PREV
		            #    # Transfers to breakaway
		            #}
		            CHL_escudero_oscar_otárola = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway 
		            }
		            CHL_guillermo_barrios_tirado = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
		            CHL_e_novoa_fuentes = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
		            CHL_marmaduke_grove = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
		            CHL_miguel_serrano = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
				}
				
	        	IF = {
	        		limit = {
	        			PREV = {
	        				NOT = {
	        					has_completed_focus = CHL_utilize_national_populism
	        				}
	        			}
	        		}
	        		PREV = {
	        			CHL_francisco_encina = { # Character
	        			    set_nationality = PREV.PREV
	        			    # Transfers to breakaway
	        			}
	        			CHL_ricardo_aguayo = { # Character
	        			    set_nationality = PREV.PREV
	        			    # Transfers to breakaway
	        			}
	        			CHL_tancredo_pinochet = { # Character
	        			    set_nationality = PREV.PREV
	        			    # Transfers to breakaway
	        			}
	        		}
	        	}
				
	        	PREV.PREV = {
        			division_template = {
        			    name = "Batallón Nacista" 
        			    is_locked = no
        			    division_names_group = SPR_INF_01
        			    override_model = CHL_militia_alt_0_entity
        			    priority = 1
        			    regiments = {
        			        infantry = { x = 0 y = 0 } 
        			        infantry = { x = 0 y = 1 } 
        			        infantry = { x = 1 y = 0 }  
        			        infantry = { x = 1 y = 1 } 
        			    }
        		    	support = {
        		    	}
        			} 
        			random_state = {
        				limit = {
        					is_controlled_by = PREV
        					is_core_of = PREV
        					is_capital = yes
        				}
        				create_unit = {
        				    division = "name = \"Primera Batallón Nacista\" division_template = \"Batallón Nacista\" start_experience_factor = 0.1 start_equipment_factor = 0.3"
        				    owner = PREV 
        				}
        				create_unit = {
        				    division = "name = \"Segunda Batallón Nacista\" division_template = \"Batallón Nacista\" start_experience_factor = 0.1 start_equipment_factor = 0.5"
        				    owner = PREV 
        				}
        			}

    				division_template = {
    				    name = "Batallón Communista" 
    				    is_locked = no
    				    division_names_group = SPR_INF_01
    				    priority = 1
    				    regiments = {
    				        infantry = { x = 0 y = 0 } 
    				        infantry = { x = 0 y = 1 } 
    				        infantry = { x = 1 y = 0 }  
    				        infantry = { x = 1 y = 1 } 
    				        infantry = { x = 1 y = 2 } 
    				    }
    			    	support = {
    			    	}
    				} 
    				random_state = {
    					limit = {
    						is_controlled_by = PREV
    						is_core_of = PREV
    						is_capital = no
    					}
    					create_unit = {
    					    division = "name = \"Primera Batallón Communista\" division_template = \"Batallón Communista\" start_experience_factor = 0.1 start_equipment_factor = 0.3"
    					    owner = PREV 
    					}
    					create_unit = {
    					    division = "name = \"Segunda Batallón Communista\" division_template = \"Batallón Communista\" start_experience_factor = 0.1 start_equipment_factor = 0.5"
    					    owner = PREV 
    					}
    				}

					division_template = {
					    name = "Batallón Socialista" 
					    is_locked = no
					    division_names_group = SPR_INF_01
					    priority = 1
					    regiments = {
					        infantry = { x = 0 y = 0 } 
					        infantry = { x = 0 y = 1 } 
					        infantry = { x = 1 y = 0 }  
					        infantry = { x = 1 y = 1 } 
					        infantry = { x = 2 y = 1 } 
					        infantry = { x = 2 y = 1 } 
					    }
				    	support = {
				    	}
					} 
					random_state = {
						limit = {
							is_controlled_by = PREV
							is_core_of = PREV
						}
						create_unit = {
						    division = "name = \"Primera Batallón Socialista\" division_template = \"Batallón Socialista\" start_experience_factor = 0.1 start_equipment_factor = 0.7"
						    owner = PREV 
						}
					}
	        	}

	        	IF = {
	        		limit = {
	        			PREV.PREV = {
	        				NOT = {
	        					has_country_leader = {
	        						ruling_only = yes
	        						character = CHL_jorge_gonzález_von_marées
	        					}
	        				}
	        				has_civil_war = yes
	        			}
	        		}
	        		PREV.PREV = {
	        			promote_character = {
	        				character = CHL_jorge_gonzález_von_marées 
	        				ideology = nazism 
	        			}
	        		}
	        	}
			}
		}

		hidden_effect = {
			delete_unit_template_and_units = { 
				division_template = "Guardia Nacional de Chile"
				disband = yes #if yes, will refund equipment/manpower. 
			}
		}
		
		division_template = {
		    name = "Guardia Nacional de Chile" 
		    is_locked = no
		    division_names_group = SPR_INF_01
		    override_model = CHL_militia_entity
		    priority = 1
		    regiments = {
		        infantry = { x = 0 y = 0 } 
		        infantry = { x = 0 y = 1 } 
		        infantry = { x = 0 y = 2 }
		        infantry = { x = 1 y = 0 }  
		        infantry = { x = 1 y = 1 } 
		        infantry = { x = 1 y = 2 } 
		    }
	    	support = {
	           	engineer = { x = 0 y = 0 }
	           	artillery = { x = 0 y = 1 }
	    	}
		} 
		random_state = {
			limit = {
				is_controlled_by = ROOT
				is_core_of = ROOT
				is_capital = yes
			}
			create_unit = {
			    division = "name = \"Primera Guardia Nacional de Chile\" division_template = \"Guardia Nacional de Chile\" start_experience_factor = 0.1 start_equipment_factor = 1"
			    owner = ROOT 
			}
			create_unit = {
			    division = "name = \"Segunda Guardia Nacional de Chile\" division_template = \"Guardia Nacional de Chile\" start_experience_factor = 0.1 start_equipment_factor = 0.5"
			    owner = ROOT 
			}
		}

		hidden_effect = {
			set_country_flag = CHL_fascist_and_communist_joint_civil_war_started

			# A Mysterious Stranger Approaches the Govenrment
			country_event = {
				id = CHL_political_events.84
				hours = 12
				random_hours = 24
			}	

			# The Easter Island Declares Independence
			if = {
				limit = { is_ai = no }
				country_event = {
					id = CHL_political_events.85
					days = 4
					random_days = 6
				}
			}
		}
	}

	# Secure as much territory as possible!
	option = {
		name = CHL_political_events.83.b
		ai_chance = {
			base = 50
		}

		hidden_effect = {
			start_civil_war = {
			    ideology = fascism
			    size = 0.6
			    army_ratio = 0.6
			    navy_ratio = 0.4
			    air_ratio = 0.9
			    keep_all_characters = yes
			    states = all
			    states_filter = {
			        OR = {
			        	state = 951
			        	state = 506
			        	state = 952
			        	state = 507
			        	state = 949
			        	state = 953
			        	state = 947
			        }
			        is_controlled_by = ROOT
			    }
		    
		    	PREV = {  # Original country
		            CHL_jorge_gonzález_von_marées = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
		            CHL_carlos_keller_reuff = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
		            CHL_francisco_valderrama = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
		            CHL_ariosto_herrera = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
		            CHL_bartolome_blanche = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
		            CHL_escudero_oscar_otárola = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway 
		            }
		            CHL_guillermo_barrios_tirado = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
		            CHL_e_novoa_fuentes = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
		            CHL_marmaduke_grove = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
		            CHL_ricardo_aguayo = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
		            CHL_francisco_encina = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
		            CHL_tancredo_pinochet = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
		            CHL_miguel_serrano = { # Character
		                set_nationality = PREV.PREV
		                # Transfers to breakaway
		            }
	        	}

	        	PREV.PREV = {
        			division_template = {
        			    name = "Batallón Nacista" 
        			    is_locked = no
        			    division_names_group = SPR_INF_01
        			    override_model = CHL_militia_alt_0_entity
        			    priority = 1
        			    regiments = {
        			        infantry = { x = 0 y = 0 } 
        			        infantry = { x = 0 y = 1 } 
        			        infantry = { x = 1 y = 0 }  
        			        infantry = { x = 1 y = 1 } 
        			    }
        		    	support = {
        		    	}
        			} 
        			random_state = {
        				limit = {
        					is_controlled_by = PREV
        					is_core_of = PREV
        					is_capital = yes
        				}
        				create_unit = {
        				    division = "name = \"Primera Batallón Nacista\" division_template = \"Batallón Nacista\" start_experience_factor = 0.1 start_equipment_factor = 0.3"
        				    owner = PREV 
        				}
        				create_unit = {
        				    division = "name = \"Segunda Batallón Nacista\" division_template = \"Batallón Nacista\" start_experience_factor = 0.1 start_equipment_factor = 0.5"
        				    owner = PREV 
        				}
        			}

    				division_template = {
    				    name = "Batallón Communista" 
    				    is_locked = no
    				    division_names_group = SPR_INF_01
    				    priority = 1
    				    regiments = {
    				        infantry = { x = 0 y = 0 } 
    				        infantry = { x = 0 y = 1 } 
    				        infantry = { x = 1 y = 0 }  
    				        infantry = { x = 1 y = 1 } 
    				        infantry = { x = 1 y = 2 } 
    				    }
    			    	support = {
    			    	}
    				} 
    				random_state = {
    					limit = {
    						is_controlled_by = PREV
    						is_core_of = PREV
    						is_capital = no
    					}
    					create_unit = {
    					    division = "name = \"Primera Batallón Communista\" division_template = \"Batallón Communista\" start_experience_factor = 0.1 start_equipment_factor = 0.3"
    					    owner = PREV 
    					}
    					create_unit = {
    					    division = "name = \"Segunda Batallón Communista\" division_template = \"Batallón Communista\" start_experience_factor = 0.1 start_equipment_factor = 0.5"
    					    owner = PREV 
    					}
    				}
	        	}

	        	IF = {
	        		limit = {
	        			PREV.PREV = {
	        				NOT = {
	        					has_country_leader = {
	        						ruling_only = yes
	        						character = CHL_jorge_gonzález_von_marées
	        					}
	        				}
	        				has_civil_war = yes
	        			}
	        		}
	        		PREV.PREV = {
	        			promote_character = {
	        				character = CHL_jorge_gonzález_von_marées 
	        				ideology = nazism 
	        			}
	        		}
	        	}
			}
		}

		custom_effect_tooltip = CHL_secures_araucania_for_the_cw_tt

		hidden_effect = {
			set_country_flag = CHL_fascist_and_communist_joint_civil_war_started

			# A Mysterious Stranger Approaches the Government
			country_event = {
				id = CHL_political_events.84
				hours = 12
				random_hours = 24
			}	

			# The Easter Island Declares Independence
			country_event = {
				id = CHL_political_events.85
				days = 4
				random_days = 6
			}
		}
	}

}

# A Mysterious Stranger Approaches the Government
country_event = {
	id = CHL_political_events.84
	title = CHL_political_events.84.t
	desc = CHL_political_events.84.desc 
	picture = GFX_report_event_soldiers_in_france
	is_triggered_only = yes
	fire_only_once = yes

	# Very well, he might just be our only hope...
	option = {
		name = CHL_political_events.84.a 
		ai_chance = {  
			base = 100
		} 
		
		add_political_power = 25

		add_war_support = 0.02

		hidden_effect = {
			set_country_flag = CHL_approached_by_mysterious_frenchman
		}
	}  
}

# The Easter Island Declares Independence
country_event = {
	id = CHL_political_events.85
	title = CHL_political_events.85.t
	desc = CHL_political_events.85.desc 
	picture = GFX_report_event_spr_nationalist_soldiers
	is_triggered_only = yes
	fire_only_once = yes

	# We do not have the power to deal with them
	option = {
		name = CHL_political_events.85.a 
		ai_chance = {  
			base = 80
		} 
		
		IF = {
			limit = {
				RAP = {
					exists = no
				}
			}
			948 = {
				transfer_state_to = RAP
			}
		}
		ELSE_IF = {
			limit = {
				RAP = {
					exists = yes
					is_subject_of = ROOT
				}
			}
			ROOT = {
				set_autonomy = {
				    target = RAP
				    autonomy_state = autonomy_free
				    end_wars = no
				    end_civil_wars = no
				}
			}
		}

		RAP = {
			division_template = {
			    name = "Guerreros de Rapa Nui de Valentino Riroroko Tuki"
			    is_locked = no
			    division_names_group = SPR_INF_01
			    override_model = CHL_infantry_alt_0_entity
			    template_counter = 87
			    priority = 1
			    regiments = {
			        infantry = { x = 0 y = 0 } 
			        infantry = { x = 0 y = 1 } 
			        infantry = { x = 1 y = 0 }  
			        infantry = { x = 1 y = 1 } 
			    }
		    	support = {
		           	recon = { x = 0 y = 0 }
		    	}
			} 

			add_manpower = 5000

			add_equipment_to_stockpile = { 
				type = infantry_equipment
				amount = 1500
				producer = CHL
			}	
		}
		random_state = {
			limit = {
				state = 948
				is_controlled_by = RAP
			}
			create_unit = {
			    division = "name = \"Guerreros de Rapa Nui de Valentino Riroroko Tuki\" division_template = \"Guerreros de Rapa Nui de Valentino Riroroko Tuki\" start_experience_factor = 0.5 start_equipment_factor = 1"
			    owner = RAP 
			}
		}
		
		
	}  

	# This means war!
	option = {
		name = CHL_political_events.85.b 
		ai_chance = {  
			base = 20
		} 
		
		IF = {
			limit = {
				RAP = {
					exists = no
				}
				948 = {
					is_controlled_by = ROOT
				}
			}
			948 = {
				transfer_state_to = RAP
			}
		}
		ELSE_IF = {
			limit = {
				RAP = {
					exists = yes
					is_subject_of = ROOT
				}
			}
			ROOT = {
				set_autonomy = {
				    target = RAP
				    autonomy_state = autonomy_free
				    end_wars = no
				    end_civil_wars = no
				}
			}
		}

		RAP = {
			division_template = {
			    name = "Guerreros de Rapa Nui de Valentino Riroroko Tuki"
			    is_locked = no
			    division_names_group = SPR_INF_01
			    override_model = CHL_infantry_alt_0_entity
			    template_counter = 87
			    priority = 1
			    regiments = {
			        infantry = { x = 0 y = 0 } 
			        infantry = { x = 0 y = 1 } 
			        infantry = { x = 1 y = 0 }  
			        infantry = { x = 1 y = 1 } 
			    }
		    	support = {
		           	recon = { x = 0 y = 0 }
		    	}
			} 

			add_manpower = 5000

			add_equipment_to_stockpile = { 
				type = infantry_equipment
				amount = 1500
				producer = CHL
			}	
		}
		random_state = {
			limit = {
				state = 948
				is_controlled_by = RAP
			}
			create_unit = {
			    division = "name = \"Guerreros de Rapa Nui de Valentino Riroroko Tuki\" division_template = \"Guerreros de Rapa Nui de Valentino Riroroko Tuki\" start_experience_factor = 0.5 start_equipment_factor = 1"
			    owner = RAP 
			}
		}

		ROOT = {
			add_stability = -0.1
			add_war_support = -0.05
			declare_war_on = {
				target = RAP
				type = annex_everything
			}	
		}

	}

	# It is time for Polynesia to rise!
	option = {
		name = CHL_political_events.85.c 
		ai_chance = {  
			base = 0
		} 

		IF = {
			limit = {
				RAP = {
					exists = no
				}
			}
			948 = {
				transfer_state_to = RAP
			}
		}
		ELSE_IF = {
			limit = {
				RAP = {
					exists = yes
					is_subject_of = ROOT
				}
			}
			ROOT = {
				set_autonomy = {
				    target = RAP
				    autonomy_state = autonomy_free
				    end_wars = no
				    end_civil_wars = no
				}
			}
		}

		RAP = {
			division_template = {
			    name = "Guerreros de Rapa Nui de Valentino Riroroko Tuki"
			    is_locked = no
			    division_names_group = SPR_INF_01
			    override_model = CHL_infantry_alt_0_entity
			    template_counter = 87
			    priority = 1
			    regiments = {
			        infantry = { x = 0 y = 0 } 
			        infantry = { x = 0 y = 1 } 
			        infantry = { x = 1 y = 0 }  
			        infantry = { x = 1 y = 1 } 
			    }
		    	support = {
		           	recon = { x = 0 y = 0 }
		    	}
			} 

			add_manpower = 15000

			add_equipment_to_stockpile = { 
				type = infantry_equipment
				amount = 1500
				producer = CHL
			}	
		}
		random_state = {
			limit = {
				state = 948
				is_controlled_by = RAP
			}
			create_unit = {
			    division = "name = \"Guerreros de Rapa Nui de Valentino Riroroko Tuki\" division_template = \"Guerreros de Rapa Nui de Valentino Riroroko Tuki\" start_experience_factor = 0.5 start_equipment_factor = 1"
			    owner = RAP 
			}
		}

		ROOT = {
			declare_war_on = {
				target = RAP
				type = annex_everything
			}	
		}
		
		RAP = {
			change_tag_from = ROOT
		}

		hidden_effect = {
			948 = {
				add_extra_state_shared_building_slots = 8
				add_building_construction = {
					type = dockyard
					level = 2
					instant_build = yes
				}
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}	
				add_building_construction = {
					type = arms_factory
					level = 1
					instant_build = yes
				}
			}
		}
		
	}
}

# The Kingdom fo Araucania requests an alliance
country_event = {
	id = CHL_political_events.86
	title = CHL_political_events.86.t
	desc = CHL_political_events.86.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# We are stronger together
	option = {
		name = CHL_political_events.86.a 
		ai_chance = {  
			base = 100
		} 

		add_political_power = 50

		FROM = {
			country_event = {
				id = CHL_political_events.87
				days = 2
				random_days = 3
			}
		}
		
	}  

	# We have no need for them
	option = {
		name = CHL_political_events.86.b 
		ai_chance = {
			base = 0
		} 

		add_political_power = 25

		FROM = {
			country_event = {
				id = CHL_political_events.88
				days = 2
				random_days = 5
			}
		}
		
	}     
}

# France accepts an alliance
country_event = {
	id = CHL_political_events.87
	title = CHL_political_events.87.t
	desc = CHL_political_events.87.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# We are stronger together
	option = {
		name = CHL_political_events.87.a 
		ai_chance = {  
			base = 100
		} 

		add_stability = 0.05

		IF = {
			limit = {
				FRA = {
					is_faction_leader = yes
				}
			}
			FRA = {
				add_to_faction = ROOT
			}
		}
		ELSE_IF = {
			limit = {
				FRA = {
					is_in_faction = no
				}
			}
			create_faction = united_french_monarhcist_faction
			ROOT = {
				add_to_faction = FRA
			}
		}
		
	}      
}

# France denies an alliance
country_event = {
	id = CHL_political_events.88
	title = CHL_political_events.88.t
	desc = CHL_political_events.88.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# We have been betrayed...
	option = {
		name = CHL_political_events.88.a 
		ai_chance = {  
			base = 100
		} 

		add_war_support = 0.05

		add_political_power = 25
		
	}      
}

# Chile offers to protect Pitcairn Island
country_event = {
	id = CHL_political_events.89
	title = CHL_political_events.89.t
	desc = CHL_political_events.89.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# They can have it
	option = {
		name = CHL_political_events.89.a 
		ai_chance = {  
			base = 100
		} 

		add_political_power = 50

		add_stability = 0.02

		FROM = {
			country_event = {
				id = CHL_political_events.90
				days = 2
				random_days = 3
			}
		}
		
	}  

	# Who do they think they are?
	option = {
		name = CHL_political_events.89.b 
		ai_chance = {
			base = 0
		} 

		add_political_power = 25

		FROM = {
			country_event = {
				id = CHL_political_events.91
				days = 2
				random_days = 5
			}
		}
		
	}     
}

# [FROM.GetName] hands Pitcain over to us
country_event = {
	id = CHL_political_events.90
	title = CHL_political_events.90.t
	desc = CHL_political_events.90.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# Time to take up protection of Pitcairn!
	option = {
		name = CHL_political_events.90.a 
		ai_chance = {  
			base = 100
		} 

		add_war_support = 0.05

		add_manpower = 1500

		270 = {
			transfer_state_to = ROOT
			add_core_of = ROOT
		}
		
	}      
}

# [FROM.GetName] refuses to hand Pitcain over to us
country_event = {
	id = CHL_political_events.91
	title = CHL_political_events.91.t
	desc = CHL_political_events.91.desc 
	picture = GFX_report_event_generic_read_write
	is_triggered_only = yes
	fire_only_once = yes

	# Well, we will have to do with what we have...
	option = {
		name = CHL_political_events.91.a 
		ai_chance = {  
			base = 100
		} 

		add_political_power = 25

		add_war_support = 0.05
		
	}    

	# We will have to take matters into our own hands
	option = {
		name = CHL_political_events.91.b 
		ai_chance = {  
			base = 0
		} 

		270 = {
			add_claim_by = ROOT
		}

		create_wargoal = {
			type = take_claimed_state
			target = FROM
			generator = { 270 }
		}	
		
	}  
}

# Selecting a new Sapa Inca
country_event = {
	id = CHL_political_events.92
	title = CHL_political_events.92.t
	desc = CHL_political_events.92.desc 
	picture = GFX_report_event_molotov_ribentrop_handshake
	is_triggered_only = yes
	fire_only_once = yes

	# They will have one of our finest!
	option = {
		name = CHL_political_events.92.a 
		ai_chance = {  
			base = 35
		} 

		add_command_power = 25

		ROOT = {
			CHL_e_novoa_fuentes = { set_nationality = INC }
		}
		add_country_leader_role  = {
			character = CHL_e_novoa_fuentes
		    promote_leader = yes
		    country_leader = {
		        ideology = despotism
		        expire = "1965.1.1.1"
		        traits = { JUNO_military_sapa_inca }
		    }
		}
		
	}    

	# A Brilliant young officer!
	option = {
		name = CHL_political_events.92.b 
		ai_chance = {  
			base = 35
		} 

		add_command_power = 25

		ROOT = {
			CHL_augusto_pimochet = { set_nationality = INC }
		}
		add_country_leader_role  = {
			character = CHL_augusto_pimochet
		    promote_leader = yes
		    country_leader = {
		        ideology = despotism
		        expire = "1965.1.1.1"
		        traits = { JUNO_military_sapa_inca }
		    }
		}
		
	} 

	# An Indigenous King!
	option = {
		name = CHL_political_events.92.c 
		ai_chance = {  
			base = 30
		} 

		add_command_power = 25

		ROOT = {
			CHL_manuel_manquilef = { set_nationality = INC }
		}
		add_country_leader_role  = {
			character = CHL_manuel_manquilef
		    promote_leader = yes
		    country_leader = {
		        ideology = despotism
		        expire = "1965.1.1.1"
		        traits = { JUNO_military_sapa_inca }
		    }
		}
		
		
	} 
}

# A king for El Dorado
country_event = {
	id = CHL_political_events.93
	title = CHL_political_events.93.t
	desc = CHL_political_events.93.desc 
	picture = GFX_report_event_molotov_ribentrop_handshake
	is_triggered_only = yes
	fire_only_once = yes

	# Bartolomé Blanche knows how to lead!
	option = {
		name = CHL_political_events.93.a 
		ai_chance = {  
			base = 35
		} 

		add_command_power = 25

		ROOT = {
			CHL_bartolome_blanche = { set_nationality = SUR }
		}
		add_country_leader_role  = {
			character = CHL_bartolome_blanche
		    promote_leader = yes
		    country_leader = {
		        ideology = despotism
		        expire = "1965.1.1.1"
		        traits = { JUNO_king_of_el_dorado }
		    }
		}
		
	}    

	# Gregorio Rodríguez Tascón deserves the title!
	option = {
		name = CHL_political_events.93.b 
		ai_chance = {  
			base = 35
		} 

		add_command_power = 25

		ROOT = {
			CHL_gregorio_tascon = { set_nationality = SUR }
		}
		add_country_leader_role  = {
			character = CHL_gregorio_tascon
		    promote_leader = yes
		    country_leader = {
		        ideology = despotism
		        expire = "1965.1.1.1"
		        traits = { JUNO_king_of_el_dorado }
		    }
		}
		
	} 

	# Quintín Lame Should Rule the state!
	option = {
		name = CHL_political_events.93.c 
		ai_chance = {  
			base = 30
		} 

		add_command_power = 25

		ROOT = {
			CHL_quintin_lame = { set_nationality = SUR }
		}
		add_country_leader_role  = {
			character = CHL_quintin_lame
		    promote_leader = yes
		    country_leader = {
		        ideology = despotism
		        expire = "1965.1.1.1"
		        traits = { JUNO_king_of_el_dorado }
		    }
		}
		
		
	} 
}

# A Sovereign for Hispaniola
country_event = {
	id = CHL_political_events.94
	title = CHL_political_events.94.t
	desc = CHL_political_events.94.desc 
	picture = GFX_report_event_molotov_ribentrop_handshake
	is_triggered_only = yes
	fire_only_once = yes

	# Oscar Escudero Otárola can have the title
	option = {
		name = CHL_political_events.94.a 
		ai_chance = {  
			base = 35
		} 

		add_command_power = 25

		ROOT = {
			CHL_escudero_oscar_otárola = { set_nationality = HAI }
		}
		add_country_leader_role  = {
			character = CHL_escudero_oscar_otárola
		    promote_leader = yes
		    country_leader = {
		        ideology = despotism
		        expire = "1965.1.1.1"
		        traits = { JUNO_high_chief_of_hispaniola }
		    }
		}
		
	}    

	# Pedro Dartnell has served us well for a long time
	option = {
		name = CHL_political_events.94.b 
		ai_chance = {  
			base = 35
		} 

		add_command_power = 25

		ROOT = {
			CHL_pedro_dartnell = { set_nationality = HAI }
		}
		add_country_leader_role  = {
			character = CHL_pedro_dartnell
		    promote_leader = yes
		    country_leader = {
		        ideology = despotism
		        expire = "1965.1.1.1"
		        traits = { JUNO_high_chief_of_hispaniola }
		    }
		}
		
	} 

	# Once again the Caribbean shall be indigenously ruled!
	option = {
		name = CHL_political_events.94.c 
		ai_chance = {  
			base = 30
		} 

		add_command_power = 25

		ROOT = {
			CHL_esteban_romero_sandoval = { set_nationality = HAI }
		}
		add_country_leader_role  = {
			character = CHL_esteban_romero_sandoval
		    promote_leader = yes
		    country_leader = {
		        ideology = despotism
		        expire = "1965.1.1.1"
		        traits = { JUNO_high_chief_of_hispaniola }
		    }
		}
		
		
	} 
}

# Chilean Fascists ramp up their activities
country_event = {
	id = CHL_political_events.95
	title = CHL_political_events.95.t
	desc = CHL_political_events.95.desc 
	picture = GFX_report_event_fascist_speech
	is_triggered_only = yes
	fire_only_once = yes

	# This is fine...
	option = {
		name = CHL_political_events.95.a 
		ai_chance = {  
			base = 100
		} 

		add_political_power = 25

		activate_mission = CHL_nacistas_gathering_support_mission
		
	}       
}

# The Coup'detat (fascist)
country_event = {
	id = CHL_political_events.96
	title = CHL_political_events.96.t
	desc = CHL_political_events.96.desc 
	picture = GFX_report_event_generic_italian_fascists
	is_triggered_only = yes
	fire_only_once = yes

	# We will claim our future!
	option = {
		name = CHL_political_events.96.a 
		ai_chance = {  
			base = 100
		} 

		set_politics = {
			ruling_party = fascism
			elections_allowed = no
			last_election = "1936.1.1"
		}

		add_popularity = {
			ideology = fascism
			popularity = 0.1
		}	

		custom_effect_tooltip = CHL_skip_one_line_tt

		custom_effect_tooltip = CHL_commence_the_counter_revolution_negative_tt
		IF = {
			limit = {
				has_country_flag = CHL_no_fascist_focuses_done
			}
			add_stability = -0.50
			add_war_support = -0.50
		}
		ELSE_IF = {
			limit = {
				has_country_flag = CHL_1_fascist_focus_done
			}
			add_stability = -0.45
			add_war_support = -0.45 
		}
		ELSE_IF = {
			limit = {
				has_country_flag = CHL_2_fascist_focus_done
			}
			add_stability = -0.40
			add_war_support = -0.40
		}
		ELSE_IF = {
			limit = {
				has_country_flag = CHL_3_fascist_focus_done
			}
			add_stability = -0.35
			add_war_support = -0.35
		}
		ELSE_IF = {
			limit = {
				has_country_flag = CHL_4_fascist_focus_done
			}
			add_stability = -0.30
			add_war_support = -0.30
		}
		ELSE_IF = {
			limit = {
				has_country_flag = CHL_5_fascist_focus_done
			}
			add_stability = -0.25
			add_war_support = -0.25
		}
		ELSE_IF = {
			limit = {
				has_country_flag = CHL_6_fascist_focus_done
			}
			add_stability = -0.20
			add_war_support = -0.20
		}
		ELSE_IF = {
			limit = {
				has_country_flag = CHL_7_fascist_focus_done
			}
			add_stability = -0.15
			add_war_support = -0.15
		}
		ELSE_IF = {
			limit = {
				has_country_flag = CHL_8_fascist_focus_done
			}
			add_stability = -0.10
			add_war_support = -0.10
		}

		IF = {
			limit = {
				has_completed_focus = CHL_sway_ariosto_hererra
			}
			add_manpower = 2500
			add_command_power = 15
		}

		IF = {
			limit = {
				has_completed_focus = CHL_proliferate_national_populism
			}
			add_political_power = 75
		}

		IF = {
			limit = {
				has_completed_focus = CHL_proliferate_national_populism
			}
			add_manpower = 5000
		}

		custom_effect_tooltip = CHL_skip_one_line_tt

		IF = {
			limit = {
				has_idea = idea_CHL_near_anarchic_society
			}
			remove_ideas = idea_CHL_near_anarchic_society
		}
		ELSE_IF = {
			limit = {
				has_idea = idea_CHL_near_anarchic_society_2
			}
			remove_ideas = idea_CHL_near_anarchic_society_2
		}
		ELSE_IF = {
			limit = {
				has_idea = idea_CHL_near_anarchic_society_3
			}
			remove_ideas = idea_CHL_near_anarchic_society_3
		}
		ELSE_IF = {
			limit = {
				has_idea = idea_CHL_near_anarchic_society_4
			}
			remove_ideas = idea_CHL_near_anarchic_society_4
		}

		custom_effect_tooltip = CHL_skip_one_line_tt

		IF = {
			limit = {
				has_idea = idea_CHL_repubican_guard
			}
			remove_ideas = idea_CHL_repubican_guard
		}

		hidden_effect = {

			IF = {
				limit = {
					has_idea = CHL_jorge_gonzález_von_marées
				}
				remove_ideas = CHL_jorge_gonzález_von_marées
				add_political_power = 75
			}

			set_country_flag = CHL_no_more_anarchy_flag
		} 
		
	}       
}

# The Crowning of Antione III - Popular  resistance forms but also get veteran legionaries
country_event = {
	id = CHL_political_events.97
	title = CHL_political_events.97.t
	desc = CHL_political_events.97.desc 
	picture = GFX_report_event_crowd_in_prague
	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = CHL_political_events.97.a 
		ai_chance = {  
			base = 100
		} 

		add_timed_idea = {
			idea = CHL_veteran_legionaries
			days = 1080
		}

		add_ideas = CHL_popular_resistance
	}    
}

###########################
###### News Events ########
###########################


# Fascist Coup d'etat in Chile
news_event = {
	id = CHL_news_events.1
	title = CHL_news_events.1.t
	desc = CHL_news_events.1.d
	picture = GFX_news_event_fascist_gathering
	
	major = yes
	
	is_triggered_only = yes
	
	option = {
		name = CHL_news_events.1.a
		trigger = {
			NOT = {
				TAG = CHL
			}
		}
	}
	option = {
		name = CHL_news_events.1.b
		trigger = { TAG = CHL }
	}
} 

# The Kingdom of Chile Restored
news_event = {
	id = CHL_news_events.2
	title = CHL_news_events.2.t
	desc = CHL_news_events.2.d
	picture = GFX_news_event_fascist_militia
	
	major = yes
	
	is_triggered_only = yes
	
	option = {
		name = CHL_news_events.2.a
		trigger = {
			NOT = {
				TAG = CHL
			}
		}
	}
	option = {
		name = CHL_news_events.2.b
		trigger = { TAG = CHL }
	}
} 

# (any ideology) The fomration of the United Hispanic Republics
news_event = {
	id = CHL_news_events.3
	title = CHL_news_events.3.t
	desc = CHL_news_events.3.d
	picture = GFX_news_event_journalists_speech
	
	major = yes
	
	is_triggered_only = yes
	
	option = {
		name = CHL_news_events.3.a
		trigger = {
			NOT = {
				TAG = CHL
			}
		}
	}
	option = {
		name = CHL_news_events.3.b
		trigger = { TAG = CHL }
	}
} 

# The Mapuche State declares a Crusade against Imperialism
news_event = {
	id = CHL_news_events.4
	title = CHL_news_events.4.t
	desc = CHL_news_events.4.d
	picture = GFX_news_event_eng_decolonization
	
	major = yes
	
	is_triggered_only = yes
	
	option = {
		name = CHL_news_events.4.a
		trigger = {
			NOT = {
				TAG = CHL
			}
		}
	}
	option = {
		name = CHL_news_events.4.b
		trigger = { TAG = CHL }
	}
} 

# The Kingdom of Araucanía and Patagonia has been restored
news_event = {
	id = CHL_news_events.5
	title = CHL_news_events.5.t
	desc = CHL_news_events.5.desc
	picture = GFX_news_event_royal_visit
	
	major = yes
	
	is_triggered_only = yes
	
	option = {
		name = CHL_news_events.5.a
		trigger = {
			NOT = {
				TAG = CHL
			}
		}
	}
	option = {
		name = CHL_news_events.5.b
		trigger = { TAG = CHL }
	}
} 

# The Sinking of the SS Tolten
news_event = {
	id = CHL_news_events.6
	title = CHL_news_events.6.t
	desc = CHL_news_events.6.desc
	picture = GFX_news_event_panay_incident
	
	major = yes
	
	is_triggered_only = yes
	
	option = {
		name = CHL_news_events.6.a
		trigger = {
			NOT = {
				TAG = CHL
			}
		}
	}
	option = {
		name = CHL_news_events.6.b
		trigger = { TAG = CHL }
	}
} 

# Chile Moves to "Protect the Easter Island"
news_event = {
	id = CHL_news_events.7
	title = CHL_news_events.7.t
	desc = CHL_news_events.7.desc
	picture = GFX_news_event_ast_army
	
	major = yes
	
	is_triggered_only = yes
	
	option = {
		name = CHL_news_events.7.a
		trigger = {
			NOT = {
				TAG = CHL
			}
		}
	}
	option = {
		name = CHL_news_events.7.b
		trigger = { TAG = CHL }
	}
} 


