eoc_budget_loss = {


	show_budget_spending= {
		
		visible = {
			NOT = { has_country_flag = show_budget_spending_flag }
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 0
		
		days_re_enable = 0
		
		complete_effect = {
		set_country_flag = show_budget_spending_flag
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	
	hide_budget_spending= {
		
		visible = {
			has_country_flag = show_budget_spending_flag 
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 0
		
		days_re_enable = 0
		
		complete_effect = {
		clr_country_flag = show_budget_spending_flag
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	


	increase_military_1= {
		
		visible = {
			has_country_flag = show_budget_spending_flag 
		}
		
		available = {
			check_variable = { military_budget_gdp_percentage < 100 }
		}
		
		icon = decision_generic_air
		
		cost = 30
		
		days_re_enable = 30
		
		complete_effect = {
			add_to_variable = { military_budget_gdp_percentage = 1}
			add_popularity  = {
				ideology = ROOT
				popularity = 0.01
			}				
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	
	
	decrease_military_1= {
		
		visible = {
			has_country_flag = show_budget_spending_flag 
		}
		
		available = {
			check_variable = { military_budget_gdp_percentage > 1 }
		}
		
		icon = decision_generic_air
		
		cost = 30
		
		days_re_enable = 30
		
		complete_effect = {
			subtract_from_variable = { military_budget_gdp_percentage = 1}
			add_popularity  = {
				ideology = ROOT
				popularity = -0.01
			}		
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	increase_healthcare_1= {
		
		visible = {
			has_country_flag = show_budget_spending_flag 
		}
		
		available = {
			check_variable = { healthcare_budget_gdp_percentage < 100 }
		}
		
		icon = decision_generic_air
		
		cost = 30
		
		days_re_enable = 30
		
		complete_effect = {
			add_to_variable = { healthcare_budget_gdp_percentage = 1}
			add_popularity  = {
				ideology = ROOT
				popularity = 0.01
			}		
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	
	
	decrease_healthcare_1= {
		
		visible = {
			has_country_flag = show_budget_spending_flag 
		}
		
		available = {
				check_variable = { healthcare_budget_gdp_percentage > 1 }
		}
		
		icon = decision_generic_air
		
		cost = 30
		
		days_re_enable = 30
		
		complete_effect = {
			subtract_from_variable = { healthcare_budget_gdp_percentage = 1}
			add_popularity  = {
				ideology = ROOT
				popularity = -0.01
			}		
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}

	increase_foreign_1= {
		
		visible = {
			has_country_flag = show_budget_spending_flag 
		}
		
		available = {
			check_variable = { foreign_budget_gdp_percentage < 100 }
		}
		
		icon = decision_generic_air
		
		cost = 30
		
		days_re_enable = 30
		
		complete_effect = {
			add_to_variable = { foreign_budget_gdp_percentage = 1}
			add_popularity  = {
				ideology = ROOT
				popularity = 0.01
			}		
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	
	
	decrease_foreign_1= {
		
		visible = {
			has_country_flag = show_budget_spending_flag 
		}
		
		available = {
			check_variable = { foreign_budget_gdp_percentage > 1 }
		}
		
		icon = decision_generic_air
		
		cost = 30
		
		days_re_enable = 30
		
		complete_effect = {
			subtract_from_variable = { foreign_budget_gdp_percentage = 1}
			add_popularity  = {
				ideology = ROOT
				popularity = -0.01
			}		
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	
	increase_economy_1= {
		
		visible = {
			has_country_flag = show_budget_spending_flag 
		}
		
		available = {
		check_variable = { economy_budget_gdp_percentage < 50 }
		}
		
		icon = decision_generic_air
		
		cost = 30
		
		days_re_enable = 30
		
		complete_effect = {
			add_to_variable = { economy_budget_gdp_percentage = 1}
			add_popularity  = {
				ideology = ROOT
				popularity = 0.01
			}		
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	
	
	decrease_economy_1= {
		
		visible = {
			has_country_flag = show_budget_spending_flag 
		}
		
		available = {
		check_variable = { economy_budget_gdp_percentage > 1 }
		}
		
		icon = decision_generic_air
		
		cost = 30
		
		days_re_enable = 30
		
		complete_effect = {
			subtract_from_variable = { economy_budget_gdp_percentage = 1}
			add_popularity  = {
				ideology = ROOT
				popularity = -0.01
			}		
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	increase_work_1= {
		
		visible = {
			has_country_flag = show_budget_spending_flag 
		}
		
		available = {

			check_variable = { work_budget_gdp_percentage < 50 }
		}
		
		icon = decision_generic_air
		
		cost = 30
		
		days_re_enable = 30
		
		complete_effect = {
			add_to_variable = { work_budget_gdp_percentage = 1}
			add_popularity  = {
				ideology = ROOT
				popularity = 0.01
			}		
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	
	
	decrease_work_1= {
		
		visible = {
			has_country_flag = show_budget_spending_flag 
		}
		
		available = {
		check_variable = { work_budget_gdp_percentage > 1 }
		}
		
		icon = decision_generic_air
		
		cost = 30
		
		days_re_enable = 30
		
		complete_effect = {
			subtract_from_variable = { work_budget_gdp_percentage = 1}
			add_popularity  = {
				ideology = ROOT
				popularity = -0.01
			}	
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
}