eoc_economy_info = {


	swap_to_billions = {
		
		visible = {
			
		}
		
		available = {
		}
		
		icon = decision_generic_air
		
		cost = 0
		
		fire_only_once = yes
		
		complete_effect = {
			every_country = { 
				divide_variable = { eoc_debt = 1000 }
				divide_variable = { eoc_treasury = 1000 }
			}
				
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	add_tariffs_modifier = {
		
		visible = {
			
		}
		
		available = {
		}
		
		icon = decision_generic_air
		
		cost = 0
		
		fire_only_once = yes
		
		complete_effect = {
				if = {
					limit = {
						NOT = {
							has_dynamic_modifier = {
								modifier = trade_tariffs_dynamic_modifier
								scope = PREV
							}
						}
					}
					add_dynamic_modifier = {
						modifier = trade_tariffs_dynamic_modifier
						scope = PREV
					}
				}		
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	population_to_millions = {
		
		visible = {
			
		}
		
		available = {
		}
		
		icon = decision_generic_air
		
		cost = 0
		
		fire_only_once = yes
		
		complete_effect = {
		every_country = {
			eoc_population_calc_initial = yes
			gdp_capita_calc = yes
			eoc_calculate_taxes = yes
		}

		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	

	reset_debt_treasury = {
		
		visible = {
			
		}
		
		available = {
		}
		
		icon = decision_generic_air
		
		cost = 0
		
		fire_only_once = yes
		
		complete_effect = {
			every_country = {
				set_variable = { eoc_debt = 0 }
				set_variable = { eoc_treasury = 0 }
				set_variable = { deficit_surplus = 0 }
			}

		}
		
		ai_will_do = {
			factor = 0
		}
		
	}



	financial_collapse = {
		activation = {
			check_variable = { eoc_interests > total_revenue }
		}
		available = {
			check_variable = { eoc_interests < total_revenue }
		}
		cancel_trigger = {
			check_variable = { eoc_interests < total_revenue }
		}
		icon = mission_icon     # For GFX_decision_mission_icon
		is_good = no
		days_mission_timeout = 360
		complete_effect = {
			
		}
		timeout_effect = {
			eoc_default = yes
		}
	}


	pay_debt1 = {
		
		visible = {
			
		}
		
		available = {
			AND = {
				check_variable = { eoc_treasury > debt_pay5 }
				check_variable = { eoc_debt > 0 }
			}
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 60
		
		complete_effect = {
	
			subtract_from_variable = { eoc_debt = debt_pay5 }
			subtract_from_variable = { eoc_treasury = debt_pay5 }				
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	pay_debt2 = {
		
		visible = {
			
		}
		
		available = {
			AND = {
				check_variable = { eoc_treasury > debt_pay10 }
				check_variable = { eoc_debt > 0 }
			}
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 60
		
		complete_effect = {
	
			subtract_from_variable = { eoc_debt = debt_pay10 }
			subtract_from_variable = { eoc_treasury = debt_pay10 }				
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	pay_debt3 = {
		
		visible = {
			
		}
		
		available = {
			AND = {
				check_variable = { eoc_treasury > debt_pay20 }
				check_variable = { eoc_debt > 0 }
			}
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 60
		
		complete_effect = {
	
			subtract_from_variable = { eoc_debt = debt_pay20 }
			subtract_from_variable = { eoc_treasury = debt_pay20 }			
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	erase_debt = {
		
		visible = {
			
		}
		
		available = {
			AND = {
				check_variable = { eoc_treasury > eoc_debt }
				check_variable = { eoc_debt > 0 }
			}
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 60
		
		complete_effect = {
	
			subtract_from_variable = { eoc_debt = debt_left }
			subtract_from_variable = { eoc_treasury = debt_left }
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	
	increase_private= {
		
		visible = {
			
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 120
		
		days_re_enable = 60
		
		complete_effect = {
	
			add_to_variable = { eoc_investment_private = 0.01 }
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	
	
	decrease_private= {
		
		visible = {
			
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 120
		
		days_re_enable = 60
		
		complete_effect = {
			subtract_from_variable = { eoc_investment_private = 0.01 }
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	

	increase_primary= {
		
		visible = {
			
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 120
		
		days_re_enable = 30
		
		complete_effect = {
			add_to_variable = {eoc_percentage_primary_percentage = 1}
			subtract_from_variable = {eoc_percentage_secondary_percentage = 0.75}
			subtract_from_variable = {eoc_percentage_tertiary_percentage = 0.25}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	increase_secondary= {
		
		visible = {
			
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 120
		
		days_re_enable = 30
		
		complete_effect = {
			add_to_variable = {eoc_percentage_secondary_percentage = 1}
			subtract_from_variable = {eoc_percentage_primary_percentage = 0.5}
			subtract_from_variable = {eoc_percentage_tertiary_percentage = 0.5}		
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
		increase_tertiary= {
		
		visible = {
			
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 120
		
		days_re_enable = 30
		
		complete_effect = {
			add_to_variable = {eoc_percentage_tertiary_percentage = 1}
			subtract_from_variable = {eoc_percentage_primary_percentage = 0.25}
			subtract_from_variable = {eoc_percentage_secondary_percentage = 0.75}			
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	

	increase_export_tariffs= {
		
		visible = {
			
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 60
		
		days_re_enable = 30
		
		complete_effect = {
			add_to_variable = {trade_export_tariffs = 1}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	

	decrease_export_tariffs= {
		
		visible = {
			
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 60
		
		days_re_enable = 30
		
		complete_effect = {
			subtract_from_variable = {trade_export_tariffs = 1}	
 			
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}


	increase_import_tariffs= {
		
		visible = {
			
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 60
		
		days_re_enable = 30
		
		complete_effect = {
			add_to_variable = {trade_import_tariffs = 1}
 
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	

	decrease_import_tariffs= {
		
		visible = {
			
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 60
		
		days_re_enable = 30
		
		complete_effect = {
			subtract_from_variable = {trade_import_tariffs = 1}	
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}

	
}