
Действие
Прекращение использования аватара
Прекратите использовать Concept.
Ответвление индуизмаМеждународное объединениеpotential
ВишнуизмПолитикаpotential
ИндуизмРелигияpotentialОпределениеin_game/common/generic_actions/hindu_branches.txt:202
203type = religious
205sound = UI_action_religion_generic
207ai_tick = monthly
208ai_tick_frequency = 6
210automation_tick = monthly
211automation_tick_frequency = 1
212player_automated_category = religiousdoctrines
214potential = {
215scope:actor = {
217any_international_organizations_member_of = {
}
}
}
224allow = {
225scope:actor = {
226num_avatars > 0
}
}
230price = price:deactivate_avatar
232select_trigger = {
233looking_for_a = religion
234source = actor
235target_flag = recipient
236name = "choose_religion" Выберите Concept:
237column = {
238data = name
}
}
242select_trigger = {
243looking_for_a = avatar
244target_flag = target
245name = "deactivate_avatar_choose_avatar" Выберите, какой Concept больше не использовать
246none_available_msg_key = "deactivate_avatar_no_avatars"
247column = {
248data = name
}
250visible = {
251scope:actor = {
252has_avatar = root
}
}
}
257effect = {
258if = {
259limit = {
260exists = scope:target
}
262scope:actor = {
263remove_avatar = scope:target
}
}
}
268ai_will_do = {
270add = {
271value = "scope:target.modifier_utility(scope:actor)"
272multiply = -1
}
}