Disease tweaks
This commit is contained in:
parent
f2974b03b2
commit
884ac18c56
4 changed files with 343 additions and 319 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue