# Infinite domain
infinite_domain = {
	index = 800
	
	domain_limit = 9000
		
	genetic = no
	good = yes

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = higher_domain
			}
			desc = higher_domain
		}
	}
}

# Fast control
instant_control = {
	index = 801
	
	monthly_county_control_change_factor = 1000
		
	genetic = no
	good = yes

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = dictatorship
			}
			desc = dictatorship
		}
	}
}