﻿
is_potential_control_county_trigger = {	
	is_landless_type_title = no
	OR = {
		has_county_corruption_trigger = yes
		county_control < full_county_control
	}
	# If the growth factor is 0, no amount of trying to control helps
	# (happens when the county is under siege/occupied most likely)
	monthly_county_control_growth_factor > 0
}