autonomy_state = {
	id = autonomy_dominion

	min_freedom_level = 0.75

	rule = {
		can_not_declare_war = yes
		can_decline_call_to_war = no
	}

	modifier = {
		autonomy_manpower_share = 0.0
		extra_trade_to_overlord_factor = 0.25
		overlord_trade_cost_factor = -0.25
	}

	ai_subject_wants_higher = {
		factor = 0.0
	}

	ai_overlord_wants_lower = {
		factor = 1.0
	}

	ai_overlord_wants_garrison = {
		always = no
	}

	allowed = {
		has_dlc = "Together for Victory"

		if = {
			limit = { has_dlc = "Death or Dishonor" }
			overlord = { NOT = { has_government = fascism } }
		}
	}

	can_take_level = {
		if = {
			limit = {
				original_tag = AST
			}
			OR = {
				has_completed_focus = AST_adopt_westminster
				has_completed_focus = AST_abandon_the_westminster_system
				has_completed_focus = AST_sever_ties_with_uk
			}
		}
		if = {
			limit = {
				original_tag = CRY
				overlord = { tag = EQS }
			}
			NOT = { has_completed_focus = CRY_subordination }
		}
	}

	can_lose_level = {
		if = {
			limit = {

			}
		}
	}
}
