### Consorts of Amazon Rulers

title_amazon_consort = {
	dignity = 0.25
	realm_in_name = yes
	grant_limit = 3
	opinion_effect = 20
	
	monthly_salary = 0.05
	monthly_prestige = 0.01
	
	allow = {
		FROM = {
			OR = {
				is_feudal = yes
				is_tribal = yes
			}
			religion_group = amazon
			}
		religion_group = amazon
	}
		
	gain_effect = {
		add_lover = FROM
		set_character_flag = amazon_consort
		FROM = { character_event = { id = amareturn.15 days = 1 } }
		FROM = { opinion = { modifier = amazon_consort who = ROOT } }
	}
	
	lose_effect = {
		clr_character_flag = amazon_consort
		remove_lover = FROM
		FROM = { remove_opinion = { who = ROOT modifier = amazon_consort } }
	}
	
	message = yes
}