PI_decision_category = {

	higly_educated_migration = {

		icon = generic_construction

		cost = 150

		fire_only_once = no

		days_re_enable = 0

		days_remove = 120

		available = {
			NOT = { has_decision = sought_after_migration }
			NOT = { has_decision = open_migration }
			NOT = { has_decision = stop_migration }
		}

		modifier = {
			monthly_population = 0.25
			education_cost_multiplier_modifier = 0.05
			health_cost_multiplier_modifier = 0.05
			social_cost_multiplier_modifier = 0.05
			bureaucracy_cost_multiplier_modifier = 0.05	
		}

		ai_will_do = {
		}
	}
	
	sought_after_migration = {

		icon = generic_construction

		cost = 150

		fire_only_once = no

		days_re_enable = 0

		days_remove = 120

		available = {
			NOT = { has_decision = higly_educated_migration }
			NOT = { has_decision = open_migration }
			NOT = { has_decision = stop_migration }
		}

		modifier = {
			monthly_population = 0.5
			education_cost_multiplier_modifier = 0.1
			health_cost_multiplier_modifier = 0.1
			social_cost_multiplier_modifier = 0.1
			bureaucracy_cost_multiplier_modifier = 0.1	
		}

		ai_will_do = {
		}	
	}

	open_migration = {
		icon = generic_construction

		cost = 150

		fire_only_once = no

		days_re_enable = 0

		days_remove = 120

		available = {
			NOT = { has_decision = higly_educated_migration }
			NOT = { has_decision = sought_after_migration }
			NOT = { has_decision = stop_migration }
		}

		modifier = {
			monthly_population = 1
			education_cost_multiplier_modifier = 0.2
			health_cost_multiplier_modifier = 0.2
			social_cost_multiplier_modifier = 0.2
			bureaucracy_cost_multiplier_modifier = 0.2	
		}

		ai_will_do = {
		}
	}
	
	stop_migration = {

		icon = generic_construction

		cost = 150

		fire_only_once = no

		days_re_enable = 0

		days_remove = 120

		available = {
			NOT = { has_decision = higly_educated_migration }
			NOT = { has_decision = sought_after_migration }
			NOT = { has_decision = open_migration }
		}

		modifier = {
			monthly_population = -1
			political_power_gain = 0.25
			stability_weekly = 0.02
			nationalist_drift = 0.01
			bureaucracy_cost_multiplier_modifier = 0.10	
		}

		ai_will_do = {
		}				
	}
}