so much event updating

This commit is contained in:
trashmasteruni 2026-04-25 13:36:44 +02:00
parent c4b6d9bdeb
commit 811167944e
135 changed files with 4885 additions and 297691 deletions

View file

@ -998,6 +998,7 @@ learning_medicine.2021 = { #by Mathilda Bjarnehed
sender = scope:physician
immediate = {
save_scope_as = liege # for salary tooltips
random_pool_character = {
province = root.capital_province
limit = { learning >= medium_skill_rating }
@ -1011,6 +1012,7 @@ learning_medicine.2021 = { #by Mathilda Bjarnehed
}
}
save_scope_as = physician
save_scope_as = candidate # for aptitude tooltips
}
if = {
limit = { NOT = { exists = scope:physician } }
@ -1020,12 +1022,16 @@ learning_medicine.2021 = { #by Mathilda Bjarnehed
location = root.capital_province
save_scope_as = physician
}
scope:physician = {
save_scope_as = candidate # for aptitude tooltips
}
}
}
#Yes I want your services
option = {
name = learning_medicine.2021.a
custom_tooltip = learning_medicine.2021.a.tt
pay_treasury_or_gold = {
value = high_skill_court_physician_cost
target = scope:physician
@ -1034,11 +1040,22 @@ learning_medicine.2021 = { #by Mathilda Bjarnehed
EMPLOYER = root
PHYSICIAN = scope:physician
}
custom_tooltip = learning_medicine.2021.a.tt
custom_tooltip = health.3001.a.tt
custom_tooltip = court_physician_aptitude_tooltip
trigger_event = {
id = learning_medicine.2022
days = { 7 10 }
}
ai_chance = {
base = 25
ai_value_modifier = {
ai_greed = -0.5
ai_rationality = 0.25
}
modifier = {
add = age
}
}
}
#Maybe there is something else you can help me with
@ -1053,12 +1070,28 @@ learning_medicine.2021 = { #by Mathilda Bjarnehed
EMPLOYER = root
PHYSICIAN = scope:physician
}
custom_tooltip = health.3001.a.tt
custom_tooltip = court_physician_aptitude_tooltip
ai_chance = {
base = 25
ai_value_modifier = {
ai_greed = -0.25
ai_rationality = 0.5
}
}
}
#Nah thanks
option = {
name = learning_medicine.2021.c
add_prestige = miniscule_prestige_gain
ai_chance = {
base = 25
ai_value_modifier = {
ai_greed = 0.5
ai_rationality = -0.25
}
}
}
}