autonomy_state = {
	id = autonomy_colony

	is_puppet = yes
	use_overlord_color = yes
	min_freedom_level = 0.60

	manpower_influence = 0.7

	rule = {
		desc = "RULE_DESC_IS_A_SUBJECT"

		can_not_declare_war = yes
		can_decline_call_to_war = no
		can_be_spymaster = no
		contributes_operatives = no
		can_create_collaboration_government = no
	}

	modifier = {
		autonomy_manpower_share = 0.1

		extra_trade_to_overlord_factor = 0.5
		overlord_trade_cost_factor = -0.5
		can_master_build_for_us = 1
		cic_to_overlord_factor = 0.25

		research_sharing_per_country_bonus_factor = -0.5
		enemy_justify_war_goal_time = 2.0
		lend_lease_tension_with_overlord = -0.3
	}

	ai_subject_wants_higher = {
		factor = 1.0
	}

	ai_overlord_wants_lower = {
		factor = 1.0
		modifier = {
			factor = 0
			tag = ENG
			has_government = democratic
			is_historical_focus_on = yes
		}
	}

	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 = RAJ
			}
			OR = {
				AND = {
					has_war = no
					has_completed_focus = RAJ_cripps_mission
				}
				has_country_flag = RAJ_dominion_flag
				has_completed_focus = RAJ_empower_the_congress
			}
		}
		#trigger here
	}

	can_lose_level = {
		#trigger here
	}
}