
on_actions = {

				### Initialize vars of EOC###

	on_startup = {
		effect = {
            every_country = {
				eoc_calc_GDP = yes
				eoc_population_calc_initial = yes
				gdp_percentage_calc_superior_initial = yes
				gdp_capita_calc	= yes
				eoc_set_initial_values = yes
				eoc_set_initial_values_budget = yes
				initial_bonus_malus_setup = yes
				eoc_mic_set_vars = yes
				total_budget = yes
				maintenance_eoc_linear = yes
				gdp_growth_calc = yes
            }	
			
		}
	}			
		

				

	
	on_daily = { 
		effect = { 
			military_budget_updater = yes
			eoc_pay_debt = yes
		} 
	}	
	
	
				
	on_weekly = { 
		effect = { 
			eoc_calc_debt_info = yes	
			eoc_calc_GDP = yes
			gdp_capita_calc	= yes
			eoc_private_sector_calc = yes			
			eoc_calculate_taxes = yes
			total_budget = yes
			calculate_tariffs = yes
			eoc_surplus_deficit_budget = yes
			all_bonus_malus = yes
			gdp_percentage_calc_superior_initial = yes
			gdp_percentage_calc_superior_drift = yes
			eoc_mic_calc = yes
		}
	}	
	
	on_monthly = { 
		effect = { 
			eoc_population_drift = yes
			eoc_population_growth = yes
			calculate_years = yes
			if = {
				limit = {
					check_variable = { years_check = 12}
				}
			gdp_growth_calc = yes
			SAMPLE_add_random_point_to_line = yes
			}			
		} 
	}

	on_annex = {
		effect = { 
			
		}
	}	
	
}
	

