
ActionChanged this version
Procure Remedies
This sickness can be fought and pushed back. Many doctors and priests claim that many recipes and remedies might improve the health of the sick, it is our duty to procure an ample supply of them.
IslamReligion Groupeffect
Black DeathSituationselect triggerProcure remediesStatic ModifierpotentialSegregate the infectedStatic ModifierallowExpel the sickStatic ModifierallowDefinitionin_game/common/generic_actions/black_death.txt:454
455type = situation
457ai_tick = never
458automation_tick = daily
459automation_tick_frequency = 7
461exclusive_group = bd_disease_control_actions
469allow = {
470scope:actor ?= {
}
}
476price = price:procure_remedies
478select_trigger = {
479looking_for_a = situation
480target_flag = recipient
481name = "choose_situation" Choose the Situation:
482column = {
482data = name
}
}
491effect = {
492scope:actor ?= {
494if = {
498add_country_modifier = {
500years = -1
501mode = add_and_extend
502size = {scales the modifier
503add = {
504desc = "[income|e] factor"
505value = scope:actor.monthly_income_total
506multiply = 0.1
507min = 1
}
}
}
}
512else = {
513add_country_modifier = {
515years = -1
516mode = add_and_extend
517size = {scales the modifier
518add = {
519desc = "[income|e] factor"
520value = scope:actor.monthly_income_total
521multiply = 0.05
522min = 1
}
}
}
}
529if = {
535every_market_present_in_country = {
536add_temporary_demand = {
537type = demand:procure_remedies
538scale_with_pop = 0.002
539years = -1
}
}
}
544else = {
547every_market_present_in_country = {
548add_temporary_demand = {
549type = demand:procure_remedies_no_liquor
550scale_with_pop = 0.002
551years = -1
}
}
}
}
}