VEN_decision_category_the_caudillos_crisis = {
	
	VEN_decision_prohibit_slavery = {
		#available = { tag = VEN }
		visible = {
			has_completed_focus = VEN_prohibit_slave_keeping
		}
		#allowed = { tag = VEN }
		fire_only_once = yes
		cost = 0
		complete_effect = {
			custom_effect_tooltip = VEN_decision_negative_effects
     		VEN = {
				hidden_effect = {
					swap_ideas = {
						remove_idea = slavery_all_but_name
						add_idea = limited_equality
					}
					news_event = {
						id = venezuela.26
						days = 3
					}
					add_stability = -0.05
					add_political_power = -25
					add_popularity = {
						ideology = traditional_conservatism
						popularity = 0.15
					}
					add_to_variable = {
						var = VEN_caudillos_unrest
						value = 8
					}
					subtract_from_variable = {
						var = VEN_caudillos_influence
						value = 5
					}
				}
			}
		}
	}

	VEN_decision_restrict_freedom = {
		#available = { tag = VEN }
		#visible = { tag = VEN }
		#allowed = { tag = VEN }
		
		fire_only_once = yes

		cost = 10
		days_remove = 7

		complete_effect = {
			custom_effect_tooltip = VEN_decision_negative_effects
     		VEN = {
				hidden_effect = {
					add_stability = 0.1
					add_political_power = -35
					add_to_variable = {
						var = VEN_caudillos_unrest
						value = 8
					}
					subtract_from_variable = {
						var = VEN_caudillos_influence
						value = 4
					}
					set_country_flag = VEN_bad_path_1
				}
			}
		}
	}

	VEN_decision_promote_national_reconciliation = {
		#available = { tag = VEN }
		#visible = { tag = VEN }
		#allowed = { tag = VEN }
		
		fire_only_once = yes

		cost = 10
		days_remove = 7

		complete_effect = {
			custom_effect_tooltip = VEN_decision_positive_effects
     		VEN = {
				hidden_effect = {
					add_stability = 0.05
					add_political_power = -10
					add_popularity = {
						ideology = ROOT
						popularity = 0.03
					}
					subtract_from_variable = {
						var = VEN_caudillos_unrest
						value = 3
					}
					set_country_flag = VEN_good_path_1
				}
			}
		}
	}

	VEN_decision_acquaintances_key_positions = {
		available = {
			tag = VEN
			hidden_trigger = {
				has_country_flag = VEN_bad_path_1
			}
		}
		visible = {
			has_country_flag = VEN_bad_path_1
		}
		
		fire_only_once = yes

		cost = 10
		days_remove = 7

		complete_effect = {
			custom_effect_tooltip = VEN_decision_positive_effects
     		VEN = {
				hidden_effect = {
					add_stability = -0.07
					add_political_power = 40
					add_popularity = {
						ideology = ROOT
						popularity = -0.12
					}
					add_to_variable = {
						var = VEN_caudillos_influence
						value = 7
					}
					subtract_from_variable = {
						var = VEN_caudillos_unrest
						value = 3
					}
				}
			}
		}
	}

	VEN_decision_allow_return_exiles = {
		available = {
			tag = VEN
			hidden_trigger = {
				has_country_flag = VEN_good_path_1
			}
		}
		visible = {
			has_country_flag = VEN_good_path_1
		}
		
		fire_only_once = yes

		cost = 10
		days_remove = 7

		complete_effect = {
			custom_effect_tooltip = VEN_decision_negative_effects
     		VEN = {
				hidden_effect = {
					add_stability = -0.05
					add_political_power = -15
					add_popularity = {
						ideology = ROOT
						popularity = -0.14
					}
					add_to_variable = {
						var = VEN_caudillos_influence
						value = 2
					}
					subtract_from_variable = {
						var = VEN_caudillos_unrest
						value = 5
					}
				}
			}
		}
	}
}