﻿is_Gov_loaded = {
    always = yes
}

gov_plus_feudal_alternative = {
	OR = {
		has_government = imperial_government
		has_government = autocratic_government
		has_government = legion_government
		has_government = city_state_government
		has_government = eranshar_government
		has_government = gupta_government
	}
}

gov_plus_clan_alternative = {
	OR = {
		has_government = muslim_government
		has_government = caliphate_government
	}
}

gov_plus_tribal_alternative = {
	has_government = nomadic_government
}

gov_plus_byzantine_alternative = {
	OR = {
		has_government = imperial_government
		has_government = autocratic_government
		has_government = legion_government
	}
}