
행동이번 버전 변경
치료책 조달
늘 그래 왔듯 새로운 우리 주민을 유린하는 이 병마 또한 싸워서 몰아낼 수 있습니다. 여러 의사와 주술사들에 따르면 다양한 처방과 요법으로 병자의 상태를 개선할 수 있다고 하니, 그러한 수단을 최대한 많이 확보해야 합니다.
섬유 작물재화effect
보석재화effect
향재화effect
증류주재화effect
목재재화effect
의약품재화effect
수은재화effect
이슬람종교군effect
대역병상황select trigger치료책 조달정적 보정치potential감염자 격리정적 보정치allow병자 추방정적 보정치allow정의in_game/common/generic_actions/great_pestilence.txt:1
2type = situation
4ai_tick = daily
5ai_tick_frequency = 40
6automation_tick = daily
7automation_tick_frequency = 7
9exclusive_group = bd_disease_control_actions
11potential = {
12scope:actor ?= {
}
}
18allow = {
19scope:actor ?= {
}
}
25price = price:procure_remedies
27select_trigger = {
28looking_for_a = situation
29target_flag = recipient
30name = "choose_situation" 상황 선택:
31column = {
31data = name
}
}
38effect = {
39scope:actor ?= {
41if = {
42limit = {
44OR = {}
}
54add_country_modifier = {
56years = -1
57mode = add_and_extend
58size = {보정치 배율
59add = {
60desc = "[income|e] factor"
61value = scope:actor.monthly_income_total
62multiply = 0.10
63min = 1
}
}
}
}
68else = {
69add_country_modifier = {
71years = -1
72mode = add_and_extend
73size = {보정치 배율
74add = {
75desc = "[income|e] factor"
76value = scope:actor.monthly_income_total
77multiply = 0.05
78min = 1
}
}
}
}
85if = {
89every_market_present_in_country = {
90limit = {
91location.continent = continent:america
}
93add_temporary_demand = {
94type = demand:procure_remedies
95scale_with_pop = 0.002
96years = -1
}
}
}
100else = {
101every_market_present_in_country = {
102limit = {
103location.continent = continent:america
}
105add_temporary_demand = {
106type = demand:procure_remedies_no_liquor
107scale_with_pop = 0.002
108years = -1
}
}
}
}
}
117ai_will_do = {
119add = "scope:actor.add_static_modifier_utility(procure_remedies)"
120add = "scope:actor.add_static_modifier_utility(procure_remedies_cost)"
122add = {
123if = {
124limit = {
125scope:actor = {
126OR = {
127country_has_disease = disease:bubonic_plague
128country_has_disease = disease:great_pestilence
}
}
}
132value = 50
}
}
135add = {
136desc = "increased demands"
137value = -10
}
140subtract = {
141desc = "bias against doing stuff"
142value = 1
}
}