namespace = mod_group
character_event = {
	id = mod_group.0
	is_triggered_only = yes
	hide_window = yes

	trigger = {
		OR = {
			has_landed_title = c_the_citadel
			has_landed_title = c_roma
		}
		NOT = {
			has_global_flag = mod_group
		}
	}

	immediate = {
		any_independent_ruler = {
			random_realm_lord = {
				create_character = {
					name = Charalampos
					female = no
					culture = PREV
					religion = PREV
					dynasty = random
					random_traits = yes
					health = 5
					fertility = 0.6
					historical = yes
				}
				create_character = {
					name = Truls
					female = no
					culture = PREV
					religion = PREV
					dynasty = random
					random_traits = yes
					health = 5
					fertility = 0.6
					historical = yes
				}
				create_character = {
					name = Jarvis
					female = no
					culture = PREV
					religion = PREV
					dynasty = random
					random_traits = yes
					health = 5
					fertility = 0.6
					historical = yes
				}
			}
			random_realm_lord = {
				create_character = {
					name = Lovummum
					female = no
					culture = PREV
					religion = PREV
					dynasty = random
					random_traits = yes
					health = 5
					fertility = 0.6
					historical = yes
				}
				create_character = {
					name = Gustav
					female = no
					culture = PREV
					religion = PREV
					dynasty = random
					random_traits = yes
					health = 5
					fertility = 0.6
					historical = yes
				}
				create_character = {
					name = Elenei
					female = yes
					culture = PREV
					religion = PREV
					dynasty = random
					random_traits = yes
					health = 5
					fertility = 0.6
					historical = yes
				}
				create_character = {
					name = Nemesis
					female = no
					culture = PREV
					religion = PREV
					dynasty = random
					random_traits = yes
					health = 5
					fertility = 0.6
					historical = yes
				}
			}
		}
		set_global_flag = mod_group
	}
}