﻿# An attendee of interest at the lavish feast welcome event.
# Will be a lustful beauty of unspecified dynasty.
#
# scope:generous_welcome_location = the event location.
regula_generous_welcome_lavish_feast_attendee = {
	age = { 18 30 }
	gender = female

	trait = lustful
	random_traits_list = {
		count = 1
		beauty_good_1 = {
			weight = { base = 60 }
		}
		beauty_good_2 = {
			weight = { base = 30 }
		}
		beauty_good_3 = {
			weight = { base = 10 }
		}
	}
	random_traits = yes

	after_creation  = {
		# Initializes additional carn character settings based on game rules.
		# e.g. Carn DT & Carn futa
		trigger_event = { on_action = carn_character_initialization_pulse }
	}
}

# An attendee of interest at the academic seminar welcome event.
# Will be an educated lowborn, with a learning focused trait and at least
# decent learning skill.
regula_generous_welcome_academic_seminar_attendee = {
	age = { 18 35 }
	gender = female

	random_traits_list = {
		count = 1
		cynical = {}
		diligent = {}
		eccentric = {}
		patient = {}
	}
	random_traits_list = {
		count = 1
		education_learning_1 = {
			weight = { base = 55 }
		}
		education_learning_2 = {
			weight = { base = 30 }
		}
		education_learning_3 = {
			weight = { base = 10 }
		}
		education_learning_4 = {
			weight = { base = 5 }
		}
	}
	random_traits = yes

	learning = { min_template_decent_skill max_template_high_skill }

	dynasty = none

	after_creation  = {
		# Initializes additional carn character settings based on game rules.
		# e.g. Carn DT & Carn futa
		trigger_event = { on_action = carn_character_initialization_pulse }
	}
}

# An attendee of interest at the sparring exhibition welcome event.
# Will be a brave, strong lowborn with at least decent prowess.
regula_generous_welcome_sparring_exhibition_attendee = {
	age = { 18 25 }
	gender = female

	trait = brave
	random_traits_list = {
		count = 1
		physique_good_1 = {
			weight = { base = 60 }
		}
		physique_good_2 = {
			weight = { base = 30 }
		}
		physique_good_3 = {
			weight = { base = 10 }
		}
	}
	random_traits = yes

	prowess = { min_template_decent_skill max_template_high_skill }

	dynasty = none

	after_creation  = {
		# Initializes additional carn character settings based on game rules.
		# e.g. Carn DT & Carn futa
		trigger_event = { on_action = carn_character_initialization_pulse }
	}
}

# An attendee of interest at the charitable outing welcome event.
# Will be a decietful lowborn with at least decent intrigue.
regula_generous_welcome_charitable_outing_attendee = {
	age = { 18 40 }
	gender = female

	trait = deceitful
	random_traits_list = {
		count = 1
		craven = {}
		cynical = {}
		fickle = {}
		paranoid = {}
	}
	random_traits_list = {
		count = 1
		beauty_bad_1 = {}
		intellect_good_1 = {}
		scarred = {}
		shrewd = {}
	}
	random_traits = yes

	intrigue = { min_template_decent_skill max_template_high_skill }

	dynasty = none

	after_creation  = {
		# Initializes additional carn character settings based on game rules.
		# e.g. Carn DT & Carn futa
		trigger_event = { on_action = carn_character_initialization_pulse }
	}
}

# An attendee of interest at the lustful indulgence welcome event.
# Will be a young, beautiful, lowborn.
regula_generous_welcome_lustful_indulgence_beauty_attendee = {
	age = { 18 25 }
	gender = female

	trait = fecund
	random_traits_list = {
		count = 1
		beauty_good_1 = {
			weight = { base = 35 }
		}
		beauty_good_2 = {
			weight = { base = 50 }
		}
		beauty_good_3 = {
			weight = { base = 15 }
		}
	}
	random_traits = yes

	dynasty = none

	after_creation  = {
		# Initializes additional carn character settings based on game rules.
		# e.g. Carn DT & Carn futa
		trigger_event = { on_action = carn_character_initialization_pulse }
	}
}

# An attendee of interest at the lustful indulgence welcome event.
# Will be a young, strong, lowborn.
regula_generous_welcome_lustful_indulgence_strong_attendee = {
	age = { 18 25 }
	gender = female

	trait = strong
	random_traits_list = {
		count = 1
		physique_good_1 = {
			weight = { base = 35 }
		}
		physique_good_2 = {
			weight = { base = 50 }
		}
		physique_good_3 = {
			weight = { base = 15 }
		}
	}
	random_traits = yes

	dynasty = none

	after_creation  = {
		# Initializes additional carn character settings based on game rules.
		# e.g. Carn DT & Carn futa
		trigger_event = { on_action = carn_character_initialization_pulse }
	}
}

# An attendee of interest at the lustful indulgence welcome event.
# Will be a young, smart, lowborn.
regula_generous_welcome_lustful_indulgence_smart_attendee = {
	age = { 18 25 }
	gender = female

	trait = shrewd
	random_traits_list = {
		count = 1
		intellect_good_1 = {
			weight = { base = 35 }
		}
		intellect_good_2 = {
			weight = { base = 50 }
		}
		intellect_good_3 = {
			weight = { base = 15 }
		}
	}
	random_traits = yes

	dynasty = none

	after_creation  = {
		# Initializes additional carn character settings based on game rules.
		# e.g. Carn DT & Carn futa
		trigger_event = { on_action = carn_character_initialization_pulse }
	}
}
