
행동
궁정 은거 시행
궁정 구성원이 전염병에 의해 사망하는 사태를 막기 위해 궁정 은거를 시행해 발병 확률을 감소시킵니다. 그렇지만 팝들은 궁정이 자신들을 내버렸다고 생각할지도 모릅니다.
흑사병상황select trigger궁정 은거정적 보정치potential정의in_game/common/generic_actions/black_death.txt:1
2type = situation
4ai_tick = daily
5ai_tick_frequency = 40
6automation_tick = daily
7automation_tick_frequency = 7
15price = price:hide_from_black_death
17select_trigger = {
18looking_for_a = situation
19target_flag = recipient
20name = "choose_situation" 상황 선택:
21column = {
21data = name
}
22visible = {
24situation_is_active = yes
25scope:actor = {
26country_has_disease_outbreak = root.var:original_outbreak
}
}
}
31effect = {
32scope:actor ?= {
}
}
41ai_will_do = {
44add = "scope:actor.add_static_modifier_utility(hiding_from_black_death)"
45add = {
46desc = "avoid characters killed off"
47value = 10
}
50subtract = {
51desc = "bias against doing stuff"
52value = 1
}
}