
行动
激活化身
激活一个化身。我们需要能进入该化身的圣地之一,无论是拥有圣地,还是与拥有者结盟。
毗湿奴神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)"
}
}