
행동
징조 선택
우리 통치자가 징조를 선택할 때 인도를 구할 신을 선택합니다.
제시되는 징조 수보정치 유형potential
헬레니즘종교allowhellenism_has_omens변수potential정의in_game/common/generic_actions/invoke_omen.txt:92
93icon = select_omen
94type = religious
95show_in_gui_list = no
97show_message = no
98play_sound = yes
100ai_tick = monthly
101ai_tick_frequency = 24
102automation_tick = monthly
103automation_tick_frequency = 6
105automation_tick = monthly
106automation_tick_frequency = 12
107player_automated_category = religiousdoctrines
109potential = {
110scope:recipient ?= {
111has_omens = yes
113any_god_in_religion = {
114any_omen_in_god = {
114always = yes
}
}
}
}
122allow = {
123scope:actor ?= {
}
}
130price = price:select_omen_god
132select_trigger = {
133looking_for_a = religion
134source = actor
135target_flag = recipient
136name = "choose_religion" 종교 선택:
137column = {
138data = name
}
}
142select_trigger = {
143looking_for_a = god
144source = actor
145target_flag = target
146name = "choose_god" 신 선택
147column = {
148data = name
}
150enabled = {
151custom_tooltip = {
152text = select_omen_god_is_active_tt Target(은)는 이미 다른 징조를 기원하느라 바쁩니다.
153scope:actor = {
154NOT = {
154any_omen_in_country = {
154god = scope:target
}
}
}
}
}
}
160effect = {
161scope:actor = {
162add_omen_god = scope:target
163add_estate_satisfaction = {
}
164change_societal_value = {
}
}
}
168ai_will_do = {
169add = 100
}