﻿# A peasant member who has joined a regula heresy conspiracy.
regula_heresy_peasant_conspirator = {
	age = { 18 30 }

	random_traits = yes
	gender_female_chance = 66
	dynasty = none

	trait = peasant_leader

	martial = {
		min_template_low_skill
		max_template_decent_skill
	}
	stewardship = {
		min_template_low_skill
		max_template_low_skill
	}
	diplomacy = {
		min_template_low_skill
		max_template_decent_skill
	}
	intrigue = {
		min_template_low_skill
		max_template_high_skill
	}
	learning = {
		min_template_low_skill
		max_template_low_skill
	}
	prowess = {
		min_template_low_skill
		max_template_decent_skill
	}

	after_creation = {
		regula_common_character_after_effect = yes
		add_character_flag = peasant_outfit
	}
}

# A monk member who has joined a regula heresy conspiracy.
regula_heresy_monk_conspirator = {
	age = { 18 30 }

	random_traits = yes
	gender_female_chance = 66
	dynasty = none

	trait = devoted

	random_traits_list = {
		count = 1
		education_learning_1 = { weight = { base = 10 } }
		education_learning_2 = { weight = { base = 45 } }
		education_learning_3 = { weight = { base = 30 } }
		education_learning_4 = { weight = { base = 15 } }
	}

	martial = {
		min_template_low_skill
		max_template_low_skill
	}
	stewardship = {
		min_template_average_skill
		max_template_decent_skill
	}
	diplomacy = {
		min_template_average_skill
		max_template_decent_skill
	}
	intrigue = {
		min_template_low_skill
		max_template_low_skill
	}
	learning = {
		min_template_decent_skill
		max_template_high_skill
	}
	prowess = {
		min_template_low_skill
		max_template_low_skill
	}

	after_creation = {
		regula_common_character_after_effect = yes
	}
}

# A landless noble who has joined a regula heresy conspiracy.
regula_heresy_noble_conspirator = {
	age = { 18 30 }

	random_traits = yes
	gender_female_chance = 66

	# Should have at least education level 2.
	# More likely 3 than 2 or 4.
	random_traits_list = {
		count = 1
		education_martial_2 = { weight = { base = 1 } }
		education_martial_3 = { weight = { base = 2 } }
		education_martial_4 = { weight = { base = 1 } }
		education_stewardship_2 = { weight = { base = 1 } }
		education_stewardship_3 = { weight = { base = 2 } }
		education_stewardship_4 = { weight = { base = 1 } }
		education_diplomacy_2 = { weight = { base = 1 } }
		education_diplomacy_3 = { weight = { base = 2 } }
		education_diplomacy_4 = { weight = { base = 1 } }
		education_intrigue_2 = { weight = { base = 1 } }
		education_intrigue_3 = { weight = { base = 2 } }
		education_intrigue_4 = { weight = { base = 1 } }
		education_learning_2 = { weight = { base = 1 } }
		education_learning_3 = { weight = { base = 2 } }
		education_learning_4 = { weight = { base = 1 } }
	}

	martial = {
		min_template_average_skill
		max_template_decent_skill
	}
	stewardship = {
		min_template_average_skill
		max_template_decent_skill
	}
	diplomacy = {
		min_template_decent_skill
		max_template_high_skill
	}
	intrigue = {
		min_template_average_skill
		max_template_decent_skill
	}
	learning = {
		min_template_average_skill
		max_template_decent_skill
	}
	prowess = {
		min_template_average_skill
		max_template_decent_skill
	}

	after_creation = {
		regula_common_character_after_effect = yes
	}
}
