
행동
식량 시장 통제
이런 고난의 시기에는 곡물을 비롯한 식품류의 수출을 금지하여 안정적인 식량 공급을 확보하는 것이 무엇보다 중요합니다. 설령 이 조치가 우리 국가의 상인들을 분노하게 만들지라도 말입니다.
흑사병상황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
}
}