country_decisions = {

	republican_administration = {
		major = yes
		potential = {
			NOT = { government = republic }
			NOT = { government = tribal }
			NOT = { government = native }
			is_emperor_of_china = no
			is_emperor = no
		}
		allow =  {
			stability = 3
			full_idea_group = administrative_ideas
			full_idea_group = economic_ideas
			is_at_war = no 
			is_subject = no
			NOT = { primitives = yes }
		}
		effect = {
		    add_stability = -3
			change_government = republic
			change_government_reform_progress = -9999
		}
		ai_will_do = {
			factor = 0
		}
	}
	
	theocratic_administration = {
		major = yes
		potential = {
			NOT = { government = theocracy }
			NOT = { government = tribal }
			NOT = { government = native }
			is_emperor_of_china = no
			is_emperor = no
		}
		allow =  {
			stability = 3
			full_idea_group = religious_ideas
			full_idea_group = diplomatic_ideas
			is_at_war = no 
			is_subject = no
			NOT = { primitives = yes }
		}
		effect = {
		    add_stability = -3
			change_government = theocracy
			change_government_reform_progress = -9999
		}
		ai_will_do = {
			factor = 0
		}
	}
	
	monarchic_administration = {
		major = yes
		potential = {
			NOT = { government = monarchy }
			NOT = { government = tribal }
			NOT = { government = native }
		}
		allow =  {
			stability = 3
			full_idea_group = influence_ideas
			full_idea_group = expansion_ideas
			is_at_war = no 
			is_subject = no
			NOT = { primitives = yes }
		}
		effect = {
		    add_stability = -3
			change_government = monarchy
			change_government_reform_progress = -9999
		}
		ai_will_do = {
			factor = 0
		}
	}
	
	es_tribal_reform = {
		major = yes
		potential = {
			government = tribal
		}
		allow =  {
			stability = 3
			full_idea_group = administrative_ideas
			full_idea_group = economic_ideas
			full_idea_group = religious_ideas
			full_idea_group = diplomatic_ideas
			full_idea_group = influence_ideas
			full_idea_group = expansion_ideas
			is_at_war = no 
			is_subject = no
			NOT = { primitives = yes }
		}
		effect = {
		    add_stability = -3
			change_government = monarchy
			change_government_reform_progress = -9999
		}
		ai_will_do = {
			factor = 1
		}
	}
	
	formalize_separation_of_powers = {
		potential = {
			has_parliament = yes
			NOT = {
				has_country_modifier = separation_of_powers
			}
		}
		allow = {
			stability = 3
			advisor = statesman
			is_at_war = no
		}
		effect = {
			add_country_modifier = {
				name = "separation_of_powers"
				duration = -1
			}
		}
		ai_will_do = {
			factor = 1
		}
	}
	
}
