
アクション
食品市場の統制
この困難な時期において、最も重要なのは穀物やその他の食料品の供給を確保し、その輸出を禁じることである。たとえ国内の商人たちの怒りを招いたとしてもだ。
黒死病局面select trigger国境を封鎖静的補正allow食品市場を統制静的補正potential定義in_game/common/generic_actions/black_death.txt:246
247type = situation
248ai_tick = daily
249ai_tick_frequency = 40
250automation_tick = daily
251automation_tick_frequency = 7
253exclusive_group = food_and_trade_actions
268price = price:control_the_food_market
270select_trigger = {
271looking_for_a = situation
272target_flag = recipient
273name = "choose_situation" 局面を選択:
274column = {
274data = name
}
275visible = {
277situation_is_active = yes
278scope:actor = {
279country_has_disease_outbreak = root.var:original_outbreak
}
}
}
284effect = {
285scope:actor ?= {
286add_country_modifier = {
}
287add_country_modifier = {
}
}
}
291ai_will_do = {
294add = "scope:actor.add_static_modifier_utility(foodstuffs_exports_banned)"
295add = "scope:actor.add_static_modifier_utility(control_the_food_market)"
296add = {
297desc = "reduce the amount of trade happening"
298value = 10
}
301subtract = {
302desc = "bias against doing stuff"
303value = 1
}
}