﻿# Orgy Character Templates
# Contains character templates used by the Orgy Activity and its events
## Orgy Event Characters
# Orgy Invitee - A young girl with good traits, invited by your Domina/Paelex. Great Waifu material.
# Servant Girl - A simple servant girl, beauty trait and a basic education. (also used in recruit intent event)
## Recruit Intent Characters
# Intelligent Servant Girl	- An Intelligent servant girl, good stewardship and clever
# Beautiful Priestess - Beautiful Famuli Priestess, good learning and beauty traits.
# Stoic Guard/Virgo Guard - A good martial and prowess character, also strong. Virgos have even better stats.
# Gossiping Servant	- A gossiping servant, good intrigue skills, also has gossip trait.
# Enchanting Singer - An enchanting singer, good diplomacy skills, beautiful as well.
# Shy Smithy - Good stewardship, shy and has artisan inspiration
# Patient Baker - A humble, patient baker, decent learning
# Foreign Squire - A bumbiling foreign squire, of a different religion/culture, not so bright
# Child of the Book - All stats are good, child of the book trait

## Reminder for self when building character templates
# We need:
# 1. Age
# 2. Education Trait (1 total)
# 3. Personality Traits (3 total)
# 4. Attribute Stats
# 5. Custom Traits


## Orgy Event Characters
# Orgy Invitee
regula_orgy_invitee_character = {
	# Gender
	gender = female

	# Age
	age = { 16 20 }

	# Dynasty
	dynasty = none

	# No Random traits
	random_traits = no

	# Education
	random_traits_list = {
		count = 1
		education_learning_2 = {}
		education_learning_3 = {}
		education_stewardship_2 = {}
		education_stewardship_3 = {}
		education_diplomacy_2 = {}
		education_diplomacy_3 = {}
		education_intrigue_2 = {}
		education_martial_2 = {}
	}

	trait = lustful

	# Personality
	# Shes a nice person
	random_traits_list = {
		count = 2
		zealous = {}
		diligent = {}
		content = {}
		gregarious = {}
		calm = {}
		patient = {}
		humble = {}
		trusting = {}
		honest = {}
		compassionate = {}
		forgiving = {}
		generous = {}
	}

	# Good congential traits
	trait = fecund

	random_traits_list = {
		count = 2
		beauty_good_1 = {}
		beauty_good_2 = {}
		physique_good_1 = {}
		physique_good_2 = {}
		intellect_good_1 = {}
		intellect_good_2 = {}
	}
}

# Servant Girl
regula_orgy_servant_character = {
	# Gender
	gender = female

	# Age
	age = { 16 20 }

	# Dynasty
	dynasty = none

	# No Random traits
	random_traits = no

	# Education
	random_traits_list = {
		count = 1
		education_learning_1 = {}
		education_learning_2 = {}
		education_stewardship_1 = {}
		education_stewardship_2 = {}
		education_diplomacy_1 = {}
		education_diplomacy_2 = {}
		education_intrigue_1 = {}
		education_martial_1 = {}
	}

	# Personality
	random_traits_list = {
		count = 3
		craven = {}
		diligent = {}
		content = {}
		shy = {}
		calm = {}
		patient = {}
		humble = {}
		trusting = {}
		honest = {}
		stubborn = {}
	}

	trait = beauty_good_1
}

# Ambitious Mulsa
regula_orgy_ambitious_mulsa = {
	# Gender
	gender = female

	# Age
	age = { 18 21 }

	# Dynasty
	dynasty = none

	# No Random traits
	random_traits = no

	# Education
	random_traits_list = {
		count = 1
		education_stewardship_4 = {}
		education_diplomacy_4 = {}
		education_learning_4 = {}
	}

	# Personality
	trait = lustful
	trait = ambitious
	trait = zealous
	trait = diligent
	
	trait = mulsa
	
	random_traits_list = {
		count = 1
		intellect_good_2 = {}
		beauty_good_2 = {}
		beauty_good_3 = {}
	}
	
	prowess = {
		min_template_decent_skill
		max_template_decent_skill
	}
	
	after_creation = {
		change_target_weight = -10
		change_current_weight = -10
		set_sexuality = bisexual
	}
}


## Recruit Intent Characters
# Intelligent Servant Girl
regula_orgy_intelligent_servant_character = {
	# Gender
	gender = female

	# Age
	age = { 16 20 }

	# Dynasty
	dynasty = none

	# No Random traits
	random_traits = no

	# Education
	random_traits_list = {
		count = 1
		education_stewardship_2 = {}
		education_stewardship_3 = {}
		education_stewardship_4 = {}
	}

	trait = just
	# Personality
	random_traits_list = {
		count = 2
		craven = {}
		diligent = {}
		content = {}
		shy = {}
		gregarious = {}
		calm = {}
		patient = {}
		humble = {}
		trusting = {}
		honest = {}
	}

	stewardship = {
		min_template_high_skill
		max_template_high_skill
	}

	trait = intellect_good_2
}

# Beautiful Priestess
regula_orgy_beautiful_priestess_character = {
	# Gender
	gender = female

	# Age
	age = { 20 25 }

	# Dynasty
	dynasty = none

	# No Random traits
	random_traits = no

	# Education
	random_traits_list = {
		count = 1
		education_learning_3 = {}
		education_learning_4 = {}
	}

	trait = zealous
	trait = devoted
	# Personality
	random_traits_list = {
		count = 2
		calm = {}
		patient = {}
		humble = {}
		trusting = {}
		honest = {}
		compassionate = {}
		forgiving = {}
		generous = {}
		lustful = {}
	}

	trait = beauty_good_2

	learning = {
		min_template_high_skill
		max_template_high_skill
	}
}

# Stoic Guard
regula_orgy_stoic_guard_character = {
	# Gender
	gender = female

	# Age
	age = { 18 25 }

	# Dynasty
	dynasty = none

	# No Random traits
	random_traits = no

	# Education
	random_traits_list = {
		count = 1
		education_martial_2 = {}
		education_martial_3 = {}
	}

	trait = brave
	# Personality
	random_traits_list = {
		count = 2
		diligent = {}
		calm = {}
		patient = {}
		humble = {}
		trusting = {}
		honest = {}
		compassionate = {}
		forgiving = {}
	}

	trait = physique_good_2

	martial = {
		min_template_decent_skill
		max_template_decent_skill
	}
	prowess = {
		min_template_decent_skill
		max_template_decent_skill
	}
}

# Virgo Guard
regula_orgy_virgo_guard_character = {
	# Gender
	gender = female

	# Age
	age = { 18 25 }

	# Dynasty
	dynasty = none

	# No Random traits
	random_traits = no

	# Education
	random_traits_list = {
		count = 1
		education_martial_4 = {}
	}

	trait = brave
	# Personality
	random_traits_list = {
		count = 2
		diligent = {}
		calm = {}
		patient = {}
		humble = {}
		trusting = {}
		honest = {}
		compassionate = {}
		forgiving = {}
	}

	trait = physique_good_3

	martial = {
		min_template_high_skill
		max_template_high_skill
	}
	prowess = {
		min_template_high_skill
		max_template_high_skill
	}
}

# Gossiping Servant
regula_orgy_gossiping_servant_character = {
	# Gender
	gender = female

	# Age
	age = { 16 20 }

	# Dynasty
	dynasty = none

	# No Random traits
	random_traits = no

	# Education
	random_traits_list = {
		count = 1
		education_intrigue_1 = {}
		education_intrigue_2 = {}
	}

	# Personality
	trait = trusting
	random_traits_list = {
		count = 2
		brave = {}
		lustful = {}
		lazy = {}
		calm = {}
		fickle = {}
		ambitious = {}
		impatient = {}
		arrogant = {}
		honest = {}
		gregarious = {}
	}

	trait = regula_gossip
}

# Enchanting Singer
regula_orgy_enchanting_singer_character = {
	# Gender
	gender = female

	# Age
	age = { 18 23 }

	# Dynasty
	dynasty = none

	# No Random traits
	random_traits = no

	# Education
	random_traits_list = {
		count = 1
		education_diplomacy_2 = {}
		education_diplomacy_3 = {}
		education_diplomacy_4 = {}
	}

	# Personality
	trait = gregarious
	random_traits_list = {
		count = 2
		craven = {}
		calm = {}
		lustful = {}
		content = {}
		forgiving = {}
		honest = {}
		humble = {}
		just = {}
		patient = {}
		trusting = {}
		compassionate = {}
	}

	# Stats
	diplomacy = {
		min_template_decent_skill
		max_template_high_skill
	}

	# Special traits
	trait = poet

	random_traits_list = {
		count = 1
		beauty_good_1 = { weight = { base = 20 } }
		beauty_good_2 = { weight = { base = 10 } }
		beauty_good_3 = { weight = { base = 5 } }
	}
}

# Shy Smithy
regula_orgy_shy_smithy_character = {
	# Gender
	gender = female

	# Age
	age = { 18 23 }

	# Dynasty
	dynasty = none

	# No Random traits
	random_traits = no

	# Education
	random_traits_list = {
		count = 1
		education_diplomacy_2 = {}
		education_diplomacy_3 = {}
		education_diplomacy_4 = {}
	}

	# Personality
	trait = gregarious
	random_traits_list = {
		count = 2
		craven = {}
		calm = {}
		lustful = {}
		content = {}
		forgiving = {}
		honest = {}
		humble = {}
		just = {}
		patient = {}
		trusting = {}
		compassionate = {}
	}
}

# Patient Baker
regula_orgy_patient_baker_character = {
	# Gender
	gender = female

	# Age
	age = { 18 23 }

	# Dynasty
	dynasty = none

	# No Random traits
	random_traits = no

	# Education
	random_traits_list = {
		count = 1
		education_diplomacy_2 = {}
		education_diplomacy_3 = {}
		education_diplomacy_4 = {}
	}

	# Personality
	trait = gregarious
	random_traits_list = {
		count = 2
		craven = {}
		calm = {}
		lustful = {}
		content = {}
		forgiving = {}
		honest = {}
		humble = {}
		just = {}
		patient = {}
		trusting = {}
		compassionate = {}
	}
}

# Foreign Squire
regula_orgy_foreign_squire_character = {
	# Gender
	gender = female

	# Age
	age = { 18 23 }

	# Dynasty
	dynasty = none

	# No Random traits
	random_traits = no

	# Education
	random_traits_list = {
		count = 1
		education_diplomacy_2 = {}
		education_diplomacy_3 = {}
		education_diplomacy_4 = {}
	}

	# Personality
	trait = gregarious
	random_traits_list = {
		count = 2
		craven = {}
		calm = {}
		lustful = {}
		content = {}
		forgiving = {}
		honest = {}
		humble = {}
		just = {}
		patient = {}
		trusting = {}
		compassionate = {}
	}
}

# Child of the Book
regula_orgy_child_of_the_book_character = {
	# Gender
	gender = female

	# Age
	age = 18

	# Dynasty
	dynasty = none

	# No Random traits
	random_traits = no

	# Education
	trait = education_learning_4

	# Personality
	trait = lustful
	trait = zealous
	trait = humble

	# Child of the Book
	trait = regula_child_of_the_book

	# Mulsa
	trait = mulsa

	# Great stats
	diplomacy = {
		min_template_high_skill
		max_template_high_skill
	}

	martial = {
		min_template_high_skill
		max_template_high_skill
	}

	stewardship = {
		min_template_high_skill
		max_template_high_skill
	}

	intrigue = {
		min_template_high_skill
		max_template_high_skill
	}

	learning = {
		min_template_high_skill
		max_template_high_skill
	}

	# Good congential trait
	random_traits_list = {
		count = 1
		physique_good_3 = {}
		intellect_good_3 = {}
		beauty_good_3 = {}
	}
}
