title_patrician_councillor = {
	is_high_prio = yes
	dignity = 0.050
	grant_limit = 4
	opinion_effect = 0
	monthly_salary = 0.00
	monthly_prestige = 1.0
	is_voter = yes
	revoke_allowed = no
	
	allowed_to_grant = {
		has_dlc = "Zeus"
		is_merchant_republic = yes
		is_patrician = yes
	}
	
	allowed_to_hold = {
		is_patrician = yes
		is_adult = yes
		independent = no
		prisoner = no
		NOT = { trait = incapable }
		NOT = { trait = in_hiding }
		NOT = { has_character_modifier = resigned_in_anger }
		NOT = { 
			liege = { 
				has_opinion_modifier = {
					modifier = opinion_resigned_from_council 
					who = ROOT
				}
			} 
		}
		NOT = { 
			primary_title = { temporary = yes } 
		}
	}
	revoke_trigger = {
	}
	
	gain_effect = {
	}
	lose_effect = {
		if = {
			limit = {
				FROM = {
					NOT = {
						has_character_flag = swapping_councillors
					}
				}
			}
		}
	}

	retire_effect = {
		if = {
			limit = {
				NOT = {
					age = 65
				}
				health = 3
				NOT = {
					is_sick_or_injured_trigger = yes
				}
			}
			
			FROM = { 
				opinion = { who = ROOT modifier = opinion_resigned_from_council }
			}
		}
	}

	message = yes
}
