﻿settle_szekelys_scripted_effect = {
	save_scope_as = resettler
	every_county_in_region = {
		region = custom_szekelys_settlements
		custom = custom_szekelys_settlements
		limit = {
			target_is_de_facto_liege_or_above = root.primary_title
		}
		set_county_culture = culture:szekely
		set_county_faith = faith:catholic
	        add_county_modifier = {
	             modifier = szekely_settlements_modifier
		}
	}
}