
행동
화신 활성화
화신을 활성화합니다. 화신의 성지를 직접 소유하거나 성지의 소유국과 동맹을 맺어 성지를 이용할 수 있어야 합니다.
비슈누신select trigger 2
힌두교 종파국가 간 조직체potential
화신 허용보정치 유형allow
비슈누파정책potential
힌두교종교potential정의in_game/common/generic_actions/hindu_branches.txt:110
111type = religious
113sound = UI_action_religion_generic
115ai_tick = monthly
116ai_tick_frequency = 3
118automation_tick = monthly
119automation_tick_frequency = 1
120player_automated_category = religiousdoctrines
122potential = {
123scope:actor = {
125any_international_organizations_member_of = {
}
}
}
138price = price:activate_avatar
140select_trigger = {
141looking_for_a = religion
142source = actor
143target_flag = recipient
144name = "choose_religion" 종교 선택:
145column = {
146data = name
}
}
150select_trigger = {
151looking_for_a = avatar
152target_flag = target
153name = "activate_avatar_choose_avatar" 활성화할 화신 선택
154none_available_msg_key = "activate_avatar_no_avatars"
155column = {
156data = name
}
166enabled = {
167holy_site ?= {
168location = {
169OR = {
170owner ?= scope:actor
}
}
}
}
}
183effect = {
184if = {
185limit = {
186exists = scope:target
}
188scope:actor = {
189add_avatar = scope:target
}
}
}
194ai_will_do = {
196add = {
197value = "scope:target.modifier_utility(scope:actor)"
}
}