eoanb_category_economic = {
	
}

political_actions = {
	ERU_invite_aleko_bogoridi = {
		icon = coal
		fire_only_once = yes
		cost = 50

		allowed = { tag = ERU }

		visible = {
			tag = ERU
			has_completed_focus = ERU_focus_reconstruction_of_autonomous_region
		}

		available = { 
			tag = ERU
			has_completed_focus = ERU_focus_reconstruction_of_autonomous_region
		}

		modifier = {
			
		}

		days_remove = 0
		
		complete_effect = {
			promote_character = ERU_aleko_bogoridi
			add_stability = 0.03
		}

		remove_effect = { }

		ai_will_do = {
			base = 1
		}
	}
	
}

eoanb_category_military = {
	ERU_introduce_general_conscription = {
		icon = coal
		fire_only_once = yes
		cost = 50

		allowed = { tag = RUS }

		visible = {
			TAG = RUS
			ERU = {
				has_completed_focus = ERU_focus_reconstruction_of_autonomous_region
			}
		}

		available = { 
			tag = RUS
			ERU = {
				has_completed_focus = ERU_focus_reconstruction_of_autonomous_region
			}
		}

		modifier = {
			
		}

		days_remove = 0
		
		complete_effect = {
			custom_effect_tooltip = ERU_introduce_general_conscription_tooltip
			ERU = {
				add_equipment_to_stockpile = {
					type = infantry_equipment
					amount = 1500
					producer = RUS
				}
				add_equipment_to_stockpile = {
					type = support_equipment
					amount = 50
					producer = RUS
				}
				add_war_support = 0.02
			}
		}

		remove_effect = { }

		ai_will_do = {
			base = 1
		}
	}
	
}
