Disease tweaks

This commit is contained in:
Heidesommer 2026-05-29 21:29:55 -04:00
parent f2974b03b2
commit 884ac18c56
4 changed files with 343 additions and 319 deletions

View file

@ -62,6 +62,18 @@ physician_high_character_template = {
medium_lifestyle_random_xp_high
}
}
random = {
chance = 10
if = {
limit = {
root.capital_province = {
geographical_region = world_europe
}
}
add_character_flag = ai_will_not_convert
set_character_faith = faith:trenchsinger
}
}
}
}
@ -104,5 +116,17 @@ physician_excellent_character_template = {
add_trait = lifestyle_herbalist
}
}
random = {
chance = 33
if = {
limit = {
root.capital_province = {
geographical_region = world_europe
}
}
add_character_flag = ai_will_not_convert
set_character_faith = faith:trenchsinger
}
}
}
}