
Action
Activer un Avatar
Activez un Avatar. Nous devons avoir accès à l'un des Lieux saints de l'Avatar, soit en le possédant, soit en nous alliant à son Propriétaire.
VishnouDieuselect trigger 2
Branche hindoueOrganisation internationalepotential
Avatars autorisésType de modificateurallow
VishnouismePolitiquepotential
HindouismeReligionpotentialDéfinitionin_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" Sélectionner la Religion :
145column = {
146data = name
}
}
150select_trigger = {
151looking_for_a = avatar
152target_flag = target
153name = "activate_avatar_choose_avatar" Choisissez l'Avatar à activer
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)"
}
}