
Aktion
Kauf von betrügerischen Heilmitteln einstellen
Die vielen Arzneien und Mixturen, die von „Heilern“ und anderen Schwindlern als wundersam und unfehlbar angepriesen wurden, haben sich als unwirksam und manchmal sogar gefährlich erwiesen.
Schwarzer TodSituationselect triggerHeilmittel beschaffenStatischer ModifikatorpotentialDefinitionin_game/common/generic_actions/black_death.txt:563
565type = situation
567ai_tick = daily
568ai_tick_frequency = 120
569automation_tick = daily
570automation_tick_frequency = 7
572exclusive_group = bd_disease_control_actions
580price = price:stop_procure_remedies
582select_trigger = {
583looking_for_a = situation
584target_flag = recipient
585name = "choose_situation" Die Situation wählen:
586column = {
587data = name
}
}
595effect = {
596scope:actor ?= {
599every_market_present_in_country = {
600if = {
601limit = {
601has_temporary_demand = demand:procure_remedies
}
602remove_temporary_demand = demand:procure_remedies
}
604if = {
605limit = {
605has_temporary_demand = demand:procure_remedies_no_liquor
}
606remove_temporary_demand = demand:procure_remedies_no_liquor
}
}
}
}
612ai_will_do = {
613add = "scope:actor.add_static_modifier_utility(procure_remedies)"
614add = "scope:actor.add_static_modifier_utility(procure_remedies_cost)"
616add = {
617if = {
618limit = {
619scope:actor = {
620country_has_disease = disease:bubonic_plague
}
}
623value = 50
}
}
626add = {
627desc = "increased demands"
628value = -10
}
630multiply = -1
632subtract = 1
}