unfucking the mod

This commit is contained in:
trashmasteruni 2026-01-06 14:25:21 +01:00
parent cbe3fbcda2
commit d887392b56
1167 changed files with 26982 additions and 13 deletions

View file

@ -0,0 +1,105 @@
physician_low_character_template = {
age = { 18 50 }
faith = root.faith
culture = root.culture
gender_female_chance = 50
# Traits
random_traits_list = {
count = 1
education_learning_1 = {}
education_learning_2 = {}
}
trait = lifestyle_physician
random_traits = yes
# Skills
learning = {
min_template_decent_skill
max_template_decent_skill
}
after_creation = {
add_trait_xp = {
trait = lifestyle_physician
value = {
small_lifestyle_random_xp_low
small_lifestyle_random_xp_high
}
}
}
}
physician_high_character_template = {
age = { 24 50 }
faith = root.faith
culture = root.culture
gender_female_chance = 50
# Traits
random_traits_list = {
count = 1
education_learning_2 = {}
education_learning_3 = {}
education_learning_4 = {}
}
trait = lifestyle_physician
random_traits = yes
# Skills
learning = {
min_template_medium_skill
max_template_medium_skill
}
after_creation = {
add_trait_xp = {
trait = lifestyle_physician
value = {
medium_lifestyle_random_xp_low
medium_lifestyle_random_xp_high
}
}
}
}
physician_excellent_character_template = {
age = { 30 60 }
faith = root.faith
culture = root.culture
gender_female_chance = 50
# Traits
random_traits_list = {
count = 1
education_learning_3 = {}
education_learning_4 = {}
}
trait = lifestyle_physician
random_traits = yes
# Skills
learning = {
min_template_medium_skill
max_template_medium_skill
}
after_creation = {
add_trait_xp = {
trait = lifestyle_physician
value = {
medium_lifestyle_random_xp_high
100
}
}
random = {
chance = 66
if = {
limit = {
NOT = { has_trait = lifestyle_herbalist }
}
add_trait = lifestyle_herbalist
}
}
}
}