﻿
# Effects used by Perks in the Wanderer Lifestyle
of_the_people_effect = {
	if = {
		limit = {
			exists = location.county
			is_ruler = yes
			has_perk = of_the_people_perk
			OR = {
				location.county.holder ?= root
				location.county.holder.liege ?= root
				location.county.holder.top_liege ?= root
			}
		}
		location.county = {
			add_county_modifier = {
				modifier = of_the_people_perk_modifier
				years = 2
			}
		}
	}
}
