tribal_governments = {

	tribal_government = {
		preferred_holdings = { TRIBAL }
		allowed_holdings = {
			TRIBAL
			FORT
		}
		accepts_liege_governments_culture = { # Tribals have no opinion penalty towards their liege if of the same culture
			feudal_government
			bogomilist_government
			imperial_government
			muslim_imperial_government
			republic_government
			merchant_republic_government
			muslim_government
		}
		accepts_liege_governments_religion = { # Tribals have no opinion penalty towards their liege if of the same religion
			theocracy_government
		}
		vassal_call_to_arms = {
			tribal_government
		}
		no_vassal_tax = {
			tribal_government
		}
		builds_with_prestige = {
			TRIBAL
		}
		frame_suffix = "_tribal"
		title_prefix = "tribal_"
		potential = {
			NAND = {
				controls_religion = yes
				NOT = { religion_group = muslim }
				NOT = { religion_group = pagan_group }
				NOT = { religion = paulician }
			}
			is_patrician = no
			mercenary = no
			holy_order = no
		}
		
		color = { 92 31 23 }
		
		allow_looting = yes
		max_consorts = 3
		ignores_de_jure_laws = yes
		can_build_castle = no
		can_build_city = no
		can_build_temple = yes
		can_build_tribal = yes
		can_build_hospitals = no
		can_change_to_nomad_on_start = yes
		
		demesne_size = 2
		vassal_limit = -5
	}
	
}