
행동
정교회 수도원 후원
현지 정교회 수도원에 후원을 베풂으로써 우리의 신앙심을 재확인하고 현지의 종교 생활을 부흥시킬 수 있습니다. 이러한 관대한 처사는 지역의 삶의 질을 크게 향상시킬 것이며, 신도들에게 Actor(이)가 여전히 참된 신앙의 수호자로 굳건히 자리하고 있음을 일깨워 줄 것입니다.
정교회 수도원건물select trigger 2
불사조의 운명재난select trigger 1
정교회종교allow, effect정교회 수도원 후원정적 보정치select trigger 2정의in_game/common/generic_actions/D008_fate_of_the_phoenix_actions.txt:734
735type = disaster
737potential = {
}
739allow = {
740scope:actor = {
742total_effective_building_levels:orthodox_monastery > 0
}
}
746automation_tick = never
747automation_tick_frequency = 12
748price = price:fate_of_phoenix_actions_price
750cooldown = {
751type = patronize_athonite_monastery
752years = 5
}
755select_trigger = {
756looking_for_a = disaster
757name = "choose_disaster" 재난 선택:
758target_flag = recipient
759column = {
760data = name
}
}
768select_trigger = {
769looking_for_a = location
770source = actor
771target_flag = target_location
772name = "choose_location" 지점 선택
773none_available_msg_key = "no_locations_available"
774column = {
774data = name
}
775column = {
775data = control
}
776column = {
776data = population
}
}
785effect = {
786if = {
787limit = {
787exists = scope:target_location
}
789scope:target_location = {
790add_location_modifier = {
793mode = replace
}
796ordered_pop = {
801order_by = pop_size
802max = 4
803check_range_bounds = no
}
}
}
809else = {
809custom_tooltip = patronize_orth_monastery_tt 선택한 지점에 정교회 수도원 후원 보정치가 부여되며, 우리나라 내 많은 정교회 팝의 Concept가 pop satisfaction mild bonus 증가합니다
}
}
812ai_will_do = {
813value = 10
815if = {
816limit = {
816exists = scope:target_location
}
817add = {
818value = scope:target_location.population
819desc = "[target_location.GetName] total population"
}
821if = {
822limit = {
823scope:target_location = {
823local_cultural_unity > 0
}
}
826add = {
827value = scope:target_location.population
828divide = scope:target_location.local_cultural_unity
829desc = "[target_location.GetName] local cultural unity"
}
}
833else = {
834add = {
835value = scope:target_location.population
836divide = 0.05
837desc = "[target_location.GetName] local cultural unity"
}
}
841if = {
842limit = {
843scope:target_location = {
843local_religious_unity > 0
}
}
846add = {
847value = scope:target_location.population
848divide = scope:target_location.local_religious_unity
849desc = "[target_location.GetName] local religious unity"
}
}
853else = {
854add = {
855value = scope:target_location.population
856divide = 0.05
857desc = "[target_location.GetName] local religious unity"
}
}
}
}