namespace = RLG
character_event = {
	id = RLG.100
	
	hide_window = yes
	
	is_triggered_only = yes
	only_independent = yes
	min_age = 16
	
	trigger = {
		OR = {
			religion = baltic_pagan
			religion = baltic_pagan_reformed
		}
		mercenary = no
		holy_order = no
		has_concubinage = yes
		is_female = no
		NOT = {num_of_consorts = 3}
		NOT = {trait = chaste}
		ai = yes
	}
	immediate = {
		create_character = {
			random_traits = yes
			dynasty = none
			religion = ROOT
			culture = ROOT
			female = yes
			age = 16
			health = 5
			fertility = 1.0
		}
		new_character = {
			ROOT = {
				add_consort = PREV
			}
		}
	}
}

