
Action
Organize a Spiritual Retreat
Retire from worldly worries to achieve peace with the universe.
Enable HarmonyModifier Typeeffect
Tantric PracticesPolicypotential, select triggerreligionVariableselect triggerDefinitionin_game/common/generic_actions/sects.txt:647
648type = religious
650sound = UI_action_religion_generic
652potential = {
653scope:actor = {
654any_international_organizations_member_of = {
}
}
}
660cooldown = {
661type = organize_spiritual_retreat
662years = 10
}
665allow = {
}
668ai_tick = monthly
669ai_tick_frequency = 6
671automation_tick = monthly
672automation_tick_frequency = 1
673player_automated_category = religiousdoctrines
675price = price:organize_spiritual_retreat
677select_trigger = {
678looking_for_a = religion
679source = actor
680target_flag = recipient
681name = "choose_religion" Choose the Religion:
682column = {
683data = name
}
685visible = {
686has_sects = yes
687scope:actor = {
688any_international_organizations_member_of = {
690has_variable = religion
}
}
}
}
697effect = {
698scope:actor = {
699if = {
700limit = {
700religion = {
700has_karma = yes
}
}
701add_karma = 10
}
703if = {
704limit = {
705religion = {
705has_purity = yes
}
}
707add_purity = 10
}
}
}
726ai_will_do = {
727if = {
728limit = {
728scope:actor.religion = {
728has_karma = yes
}
}
729add = {
730value = "scope:actor.currency_utility(karma|10)"
}
}
733if = {
734limit = {
734scope:actor.religion = {
734has_purity = yes
}
}
735add = {
736value = "scope:actor.currency_utility(purity|10)"
}
}
739if = {
746add = {
747value = "scope:actor.currency_utility(harmony|10)"
}
}
750if = {
757add = {
758value = "scope:actor.currency_utility(harmony|-10)"
}
}
}