
アクションこのバージョンで変更
治療薬の調達
この病に抗い、打ち勝つことはできる。医師や司祭によると、病を癒やす治療薬があるという。それらを十分に確保することが我々の義務である。
イスラム教宗教グループeffect
黒死病局面select trigger治療薬を調達静的補正potential感染者を隔離静的補正allow感染者を追放静的補正allow定義in_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" 局面を選択:
482column = {
482data = name
}
}
491effect = {
492scope:actor ?= {
494if = {
498add_country_modifier = {
500years = -1
501mode = add_and_extend
502size = {補正の倍率
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 = {補正の倍率
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
}
}
}
}
}