autonomy_state = {
	id = autonomy_dominion

	min_freedom_level = 0.8

	manpower_influence = 0.2

	rule = {
		can_not_declare_war = yes
		can_decline_call_to_war = no
		can_be_spymaster = yes
	}

	modifier = {
		autonomy_manpower_share = 0.0
		can_master_build_for_us = 1
		extra_trade_to_overlord_factor = 0.25
		overlord_trade_cost_factor = -0.25
		enemy_justify_war_goal_time = 2.0
		lend_lease_tension_with_overlord = -0.2
	}

	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" }
			NOT = { has_government = fascism }
		}
	}

	can_take_level = {
		if = {
			limit = {
				original_tag = CAN
			}
			OR = {
				NOT = { has_completed_focus = CAN_king_in_council }
				ENG = { has_completed_focus = ENG_towards_dominion_independence }
			}
		}
		if = {
			limit = {
				original_tag = AST
			}
			OR = {
				NOT = { has_completed_focus = AST_adopt_westminster }
				ENG = { has_completed_focus = ENG_towards_dominion_independence }
			}
		}
		if = {
			limit = {
				original_tag = RAJ
			}
			OR = {
				NOT = { has_completed_focus = RAJ_curb_the_congress }
				ENG = { has_completed_focus = ENG_towards_dominion_independence }
			}
		}
		if = {
			limit = {
				original_tag = SAF
			}
			OR = {
				NOT = { has_completed_focus = SAF_commit_to_the_union_of_south_africa }
				ENG = { has_completed_focus = ENG_towards_dominion_independence }
			}
		}
		if = {
			limit = {
				original_tag = NZL
			}
			OR = {
				NOT = { has_completed_focus = NZL_governor_general_of_new_zealand }
				ENG = { has_completed_focus = ENG_towards_dominion_independence }
			}
		}
	}

	can_lose_level = {
		if = {
			limit = {

			}
		}
	}
}