bangyesurok_1 = {
	potential = {
		has_government_attribute = enables_global_tax_modifier_buff
	}

	trigger = {
		stability = 1
		NOT = { stability = 2 }
	}

	global_tax_modifier = 0.05
}
bangyesurok_2 = {
	potential = {
		has_government_attribute = enables_global_tax_modifier_buff
	}

	trigger = {
		stability = 2
		NOT = { stability = 3 }
	}

	global_tax_modifier = 0.1
}
bangyesurok_3 = {
	potential = {
		has_government_attribute = enables_global_tax_modifier_buff
	}

	trigger = {
		stability = 3
	}

	global_tax_modifier = 0.15
}
central_army_GE = {
	potential = {
		has_government_attribute = enables_central_army_conscription
	}

	trigger = {
		is_at_war = yes
	}

	global_regiment_recruit_speed = -0.25
	manpower_recovery_speed = 0.1
}
bureaucracy_autonomy = {
	potential = {
		has_government_attribute = enables_bureaucracy_autonomy
	}

	trigger = {
		NOT = {	average_autonomy_above_min = 30 }
	}

	global_tax_modifier = 0.05
	production_efficiency = 0.05
}
korean_bureaucracy_advisor_1 = {
	potential = {
		has_government_attribute = enables_korean_bureaucracy
	}

	trigger = {
		has_adm_advisor_with_skill = { skill = 1 }
		NOT = { has_adm_advisor_with_skill = { skill = 2 } }
	}

	stability_cost_modifier = -0.05
}
korean_bureaucracy_advisor_2 = {
	potential = {
		has_government_attribute = enables_korean_bureaucracy
	}

	trigger = {
		has_adm_advisor_with_skill = { skill = 2 }
		NOT = { has_adm_advisor_with_skill = { skill = 3 } }
	}

	stability_cost_modifier = -0.1
}
korean_bureaucracy_advisor_3 = {
	potential = {
		has_government_attribute = enables_korean_bureaucracy
	}

	trigger = {
		has_adm_advisor_with_skill = { skill = 3 }
		NOT = { has_adm_advisor_with_skill = { skill = 4 } }
	}

	stability_cost_modifier = -0.15
}
korean_bureaucracy_advisor_4 = {
	potential = {
		has_government_attribute = enables_korean_bureaucracy
	}

	trigger = {
		has_adm_advisor_with_skill = { skill = 4 }
		NOT = { has_adm_advisor_with_skill = { skill = 5 } }
	}

	stability_cost_modifier = -0.2
}
korean_bureaucracy_advisor_5 = {
	potential = {
		has_government_attribute = enables_korean_bureaucracy
	}

	trigger = {
		has_adm_advisor_with_skill = { skill = 5 }
	}

	stability_cost_modifier = -0.25
}