feudal_governments = {

	confederate_government = {
		preferred_holdings = { CASTLE CITY TEMPLE }
		allowed_holdings = {
			CASTLE
			CITY
			TEMPLE
			FORT
			HOSPITAL
		}
		allowed_holdings_culture = { # Will not get the wrong government type penalty for tribes of the same culture
			TRIBAL
		}
		accepts_liege_governments = { # Gets the wrong religion modifier instead
			feudal_government
			republic_government
			merchant_republic_government
		}
		free_revoke_on_governments_religion = { # Tribal vassals of other religions can have their titles revoked for free
			tribal_government
		}
		frame_suffix = "_confederate"
		potential = {
					clan = no
					is_nomadic = no
					is_patrician = no
					OR = {
						has_landed_title = e_hre
						has_landed_title = e_lechczechrus
						has_landed_title = k_switzerland
						AND = {
							has_landed_title = e_roman_empire
							e_roman_empire = {
								has_title_flag = holy_RE
							}
						}
						primary_title = {
							has_title_flag = confederateflag
						}
					}
				}
		
		color = { 61 108 112 }

		barons_need_dynasty = yes

		can_build_tribal = no
		
		ignore_in_vassal_limit_calculation = {
			tribal_government
		}
		capital_move_delay = 6
		
		can_usurp_kingdoms_and_empires = no
		can_imprison_without_reason = no
		can_create_empires = no
		vassal_government_opinion_penalties = no
		can_grant_kingdoms_and_empires_to_other_government_group = yes
		can_be_granted_kingdoms_and_empires_by_other_government = no
		free_retract_vassalage = yes
		
		## Modifiers
		court_size_modifier = 15
		demesne_size = 3
		vassal_limit = -20
	}
}