# INTRIGUE OUTCOMES
education_intrigue_1 = {
	index = 1
	minimum_age = 14
	intrigue = 2
	education = yes
	monthly_intrigue_lifestyle_xp_gain_mult = 0.1
	
	ruler_designer_cost = 0
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_intrigue_1_desc
			}
			desc = trait_education_intrigue_1_character_desc
		}
	}

	group = education_intrigue
	level = 1
}
education_intrigue_2 = {
	index = 2
	minimum_age = 14
	intrigue = 4
	education = yes
	monthly_intrigue_lifestyle_xp_gain_mult = 0.2
	
	ruler_designer_cost = 20
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_intrigue_2_desc
			}
			desc = trait_education_intrigue_2_character_desc
		}
	}

	group = education_intrigue
	level = 2
}
education_intrigue_3 = {
	index = 3
	minimum_age = 14
	intrigue = 6
	education = yes
	monthly_intrigue_lifestyle_xp_gain_mult = 0.3
	
	ruler_designer_cost = 40
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_intrigue_3_desc
			}
			desc = trait_education_intrigue_3_character_desc
		}
	}

	group = education_intrigue
	level = 3
}
education_intrigue_4 = {
	index = 4
	minimum_age = 14
	intrigue = 8
	education = yes
	monthly_intrigue_lifestyle_xp_gain_mult = 0.4
	
	ruler_designer_cost = 80
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_intrigue_4_desc
			}
			desc = trait_education_intrigue_4_character_desc
		}
	}

	group = education_intrigue
	level = 4
}

# DIPLOMACY OUTCOMES
education_diplomacy_1 = {
	index = 5
	minimum_age = 14
	diplomacy = 2
	education = yes
	monthly_diplomacy_lifestyle_xp_gain_mult = 0.1
	
	ruler_designer_cost = 0
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_diplomacy_1_desc
			}
			desc = trait_education_diplomacy_1_character_desc
		}
	}

	group = education_diplomacy
	level = 1
}
education_diplomacy_2 = {
	index = 6
	minimum_age = 14
	diplomacy = 4
	education = yes
	monthly_diplomacy_lifestyle_xp_gain_mult = 0.2
	
	ruler_designer_cost = 20

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_diplomacy_2_desc
			}
			desc = trait_education_diplomacy_2_character_desc
		}
	}

	group = education_diplomacy
	level = 2
}
education_diplomacy_3 = {
	index = 7
	minimum_age = 14
	diplomacy = 6
	education = yes
	monthly_diplomacy_lifestyle_xp_gain_mult = 0.3
	
	ruler_designer_cost = 40
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_diplomacy_3_desc
			}
			desc = trait_education_diplomacy_3_character_desc
		}
	}

	group = education_diplomacy
	level = 3
}
education_diplomacy_4 = {
	index = 8
	minimum_age = 14
	diplomacy = 8
	education = yes
	monthly_diplomacy_lifestyle_xp_gain_mult = 0.4
	
	ruler_designer_cost = 80

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_diplomacy_4_desc
			}
			desc = trait_education_diplomacy_4_character_desc
		}
	}

	group = education_diplomacy
	level = 4
}

# STEWARDSHIP OUTCOMES
education_stewardship_1 = { #Indulgent wastrel
	index = 9
	minimum_age = 14
	stewardship = 2
	education = yes
	monthly_stewardship_lifestyle_xp_gain_mult = 0.1
	
	ruler_designer_cost = 0
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_stewardship_1_desc
			}
			desc = trait_education_stewardship_1_character_desc
		}
	}

	group = education_stewardship
	level = 1
}
education_stewardship_2 = { #Thrifty clerk
	index = 10
	minimum_age = 14
	stewardship = 4
	education = yes
	monthly_stewardship_lifestyle_xp_gain_mult = 0.2
	
	ruler_designer_cost = 20
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_stewardship_2_desc
			}
			desc = trait_education_stewardship_2_character_desc
		}
	}

	group = education_stewardship
	level = 2
}
education_stewardship_3 = {	#Fortune builder
	index = 11
	minimum_age = 14
	stewardship = 6
	education = yes
	monthly_stewardship_lifestyle_xp_gain_mult = 0.3
	
	ruler_designer_cost = 40
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_stewardship_3_desc
			}
			desc = trait_education_stewardship_3_character_desc
		}
	}

	group = education_stewardship
	level = 3
}
education_stewardship_4 = {
	index = 12
	minimum_age = 14
	stewardship = 8
	education = yes
	monthly_stewardship_lifestyle_xp_gain_mult = 0.4
	
	ruler_designer_cost = 80
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_stewardship_4_desc
			}
			desc = trait_education_stewardship_4_character_desc
		}
	}

	group = education_stewardship
	level = 4
}

# MARTIAL OUTCOMES
education_martial_1 = {
	index = 13
	minimum_age = 14
	martial = 2
	education = yes
	monthly_martial_lifestyle_xp_gain_mult = 0.1
	
	ruler_designer_cost = 0
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_martial_1_desc
			}
			desc = trait_education_martial_1_character_desc
		}
	}

	group = education_martial
	level = 1
	
	add_commander_trait = yes
}
education_martial_2 = { #Tough soldier
	index = 14
	minimum_age = 14
	martial = 4
	education = yes
	monthly_martial_lifestyle_xp_gain_mult = 0.2
	
	ruler_designer_cost = 20
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_martial_2_desc
			}
			desc = trait_education_martial_2_character_desc
		}
	}

	group = education_martial
	level = 2
	add_commander_trait = yes
}
education_martial_3 = { #Skilled tactician
	index = 15
	minimum_age = 14
	martial = 6
	education = yes
	monthly_martial_lifestyle_xp_gain_mult = 0.3
	
	ruler_designer_cost = 40
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_martial_3_desc
			}
			desc = trait_education_martial_3_character_desc
		}
	}

	group = education_martial
	level = 3
	add_commander_trait = yes
}
education_martial_4 = { #Brilliant strategist
	index = 16
	minimum_age = 14
	martial = 8
	education = yes
	monthly_martial_lifestyle_xp_gain_mult = 0.4
	
	ruler_designer_cost = 80
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_martial_4_desc
			}
			desc = trait_education_martial_4_character_desc
		}
	}

	group = education_martial
	level = 4
	add_commander_trait = yes
}

# LEARNING OUTCOMES
education_learning_1 = {
	index = 17
	minimum_age = 14
	learning = 2
	education = yes
	monthly_learning_lifestyle_xp_gain_mult = 0.1
	
	ruler_designer_cost = 0
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_learning_1_desc
			}
			desc = trait_education_learning_1_character_desc
		}
	}

	group = education_learning
	level = 1
}
education_learning_2 = {
	index = 18
	minimum_age = 14
	learning = 4
	education = yes
	monthly_learning_lifestyle_xp_gain_mult = 0.2
	
	ruler_designer_cost = 20
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_learning_2_desc
			}
			desc = trait_education_learning_2_character_desc
		}
	}

	group = education_learning
	level = 2
}
education_learning_3 = {
	index = 19
	minimum_age = 14
	learning = 6
	education = yes
	monthly_learning_lifestyle_xp_gain_mult = 0.3
	
	ruler_designer_cost = 40
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_learning_3_desc
			}
			desc = trait_education_learning_3_character_desc
		}
	}

	group = education_learning
	level = 3
}
education_learning_4 = {
	index = 20
	minimum_age = 14
	learning = 8
	education = yes
	monthly_learning_lifestyle_xp_gain_mult = 0.4
	
	ruler_designer_cost = 80
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_learning_4_desc
			}
			desc = trait_education_learning_4_character_desc
		}
	}
	
	group = education_learning
	level = 4
}

############### Child Personality ##############
rowdy = {
	index = 92
	
	childhood = yes
	minimum_age = 3
	maximum_age = 13
	martial = 1
	intrigue = 1
	
	ruler_designer_cost = 5

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_rowdy_desc
			}
			desc = trait_rowdy_character_desc
		}
	}

	ai_energy = 25
	ai_boldness = 25
	ai_rationality = -15
	ai_compassion = -15
	ai_vengefulness = 15
	ai_honor = -15
	ai_sociability = 15

	compatibility = {
		rowdy = @pos_compat_high
		brave = @pos_compat_high
		ambitious = @pos_compat_high
		bossy = @pos_compat_low
		curious = @pos_compat_low
		pensive = @neg_compat_low
		craven = @neg_compat_low
		calm = @neg_compat_low
	}
}

charming = {
	index = 93
	
	childhood = yes
	minimum_age = 3
	maximum_age = 13
	intrigue = 1
	diplomacy = 1
	
	ruler_designer_cost = 5

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_charming_desc
			}
			desc = trait_charming_character_desc
		}
	}

	ai_vengefulness = 15
	ai_greed = 25
	ai_honor = -15
	ai_rationality = 15
	ai_compassion = 15
	ai_sociability = 25

	compatibility = {
		charming = @pos_compat_low
		gregarious = @pos_compat_medium
		deceitful = @pos_compat_low
		ambitious = @pos_compat_low
		bossy = @pos_compat_low
		curious = @neg_compat_medium
		honest = @neg_compat_medium
		content = @neg_compat_medium
		just = @neg_compat_medium
		shy = @neg_compat_high
	}
}

curious = {
	index = 94
	
	childhood = yes
	minimum_age = 3
	maximum_age = 13
	diplomacy = 1
	learning = 1
	
	ruler_designer_cost = 5

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_curious_desc
			}
			desc = trait_curious_character_desc
		}
	}

	ai_compassion = 25
	ai_honor = 15
	ai_vengefulness = -15
	ai_boldness = 25
	ai_energy = 15
	ai_sociability = 15

	compatibility = {
		curious = @pos_compat_high
		gregarious = @pos_compat_medium
		compassionate = @pos_compat_medium
		rowdy = @pos_compat_medium
		charming = @pos_compat_low
		shy = @neg_compat_high
		callous = @neg_compat_medium
		sadistic = @neg_compat_medium
		deceitful = @neg_compat_low
	}
}

pensive = {
	index = 95
	
	childhood = yes
	minimum_age = 3
	maximum_age = 13
	learning = 1
	stewardship = 1
	
	ruler_designer_cost = 5

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_pensive_desc
			}
			desc = trait_pensive_character_desc
		}
	}

	ai_rationality = 25
	ai_greed = -15
	ai_energy = 15
	ai_boldness = -15
	ai_honor = 15
	ai_sociability = -25

	compatibility = {
		pensive = @pos_compat_high
		whole_of_body = @pos_compat_high
		scholar = @pos_compat_high
		theologian = @pos_compat_high
		diligent = @pos_compat_low
		intellect_good_1 = @pos_compat_low
		intellect_good_2 = @pos_compat_low
		intellect_good_3 = @pos_compat_low
		shrewd = @pos_compat_low
		rowdy = @neg_compat_medium
		bossy = @neg_compat_low
		lazy = @neg_compat_low
	}
}

bossy = {
	index = 96
	
	childhood = yes
	minimum_age = 3
	maximum_age = 13
	stewardship = 1
	martial = 1
	
	ruler_designer_cost = 5

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_bossy_desc
			}
			desc = trait_bossy_character_desc
		}
	}

	ai_boldness = 25
	ai_greed = 25
	ai_vengefulness = 15
	ai_honor = 15
	ai_rationality = 15

	compatibility = {
		bossy = @pos_compat_low
		ambitious = @pos_compat_low
		greedy = @pos_compat_low
		rowdy = @pos_compat_low
		content = @neg_compat_low
		pensive = @neg_compat_low
	}
}

education_martial_prowess_1 = {
	index = 274
	#education = yes
	minimum_age = 14
	prowess = 1

	group = education_martial_prowess
	level = 1
	
	shown_in_ruler_designer = no

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_martial_prowess_1_desc
			}
			desc = trait_education_martial_prowess_1_character_desc
		}
	}
}

education_martial_prowess_2 = {
	index = 275
	#education = yes
	minimum_age = 14
	prowess = 2

	group = education_martial_prowess
	level = 2
	
	shown_in_ruler_designer = no

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_martial_prowess_2_desc
			}
			desc = trait_education_martial_prowess_2_character_desc
		}
	}
}

education_martial_prowess_3 = {
	index = 276
	#education = yes
	minimum_age = 14
	prowess = 3

	group = education_martial_prowess
	level = 3
	
	shown_in_ruler_designer = no

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_martial_prowess_3_desc
			}
			desc = trait_education_martial_prowess_3_character_desc
		}
	}
}

education_martial_prowess_4 = {
	index = 277
	#education = yes
	minimum_age = 14
	prowess = 4

	group = education_martial_prowess
	level = 4
	
	shown_in_ruler_designer = no
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_education_martial_prowess_4_desc
			}
			desc = trait_education_martial_prowess_4_character_desc
		}
	}
}