지방 개종
내각 행동

지방 개종

promote_religionin_game/common/cabinet_actions/promote_religion.txt:1

매달 선택한 종교로 개종할 팝의 수를 증가시킵니다.

해당 국가의 주 종교, 그리고 국내에 최소 1% 이상 존재하는 동일한 종교군 내의 종교만 선택할 수 있습니다.

요구 조건NMapColors|MAP_COLOR_HIGH정의값select trigger 2NMapColors|MAP_COLOR_LOW정의값select trigger 2도시민 개종 차단보정치 유형allow성직자 개종 차단보정치 유형allow귀족 개종 차단보정치 유형allow농민 개종 차단보정치 유형allow가톨릭종교allow첫 번째 회중 지지정적 보정치allow

보정치

정의in_game/common/cabinet_actions/promote_religion.txt:1

2ability = mil
4allow_multiple = yes
6potential = {
7num_locations > 0
}
10allow = {
11religious_unity < 1.0
12trigger_if = {
13limit = {
14has_country_modifier = sco_the_first_congregation
}
16NOT = {
16religion = religion:catholic
}
}
}
26select_trigger = {
27looking_for_a = religion
28target_flag = target_religion
30source_ai_override = actor
31source_flags_ai_override = include_any_present
32name = "promote_religion_select_religion" 지방의 팝을 개종할 종교 선택:
33none_available_msg_key = "convert_religion_no_religions"
34column = {
35data = name
}
37column = {
38data = religion_percentage_in_country
}
40default_sort = religion_percentage_in_country
41visible = {
42group = scope:actor.religion.group
43is_religion_enabled = yes
44OR = {
45scope:actor.religion = root
46scope:actor = {
47religion_percentage_in_country = {
48religion = root
49value >= 0.01
}
}
}
}
}
56select_trigger = {
57looking_for_a = province
58source = actor
59target_flag = target_province
60name = "promote_religion_select_province" 팝을 개종할 지방 선택:
61none_available_msg_key = "promote_religion_no_provinces"
62column = {
63data = name
}
65column = {
66data = province_religion_percentage
}
68column = {
69data = population
}
71default_sort = province_religion_percentage
72visible = {
73any_location_in_province = {
74OR = {
75NOT = {
75dominant_religion = owner.religion
}
76local_religious_unity < 1.0
}
}
79NOT = {
79cabinet_action = promote_religion
79interaction_target = target_province
}
}
}
81map_color = {
82lerp = {
85factor = "province.religion_percentage(scope:target_religion)"
}
}
}
90is_finished = {
91scope:target_province = {
92religion_percentage(scope:target_religion) = 1.0
}
}
96on_activate = {
97if = {
98limit = {
99exists = scope:target_province
}
101scope:target_province = {
102set_variable = {
104value = scope:target_religion
}
}
}
}
110on_deactivate = {
111if = {
112limit = {
113exists = scope:target_province
}
115scope:target_province = {
116remove_variable = promoting_religion
}
}
}
121location_modifier = {
}
126progress = {
127scope:target_province = {
128value = "religion_percentage(scope:target_religion)"
}
}
132map_marker = {
133show_for_owner = yes
}
136ai_will_do = {
137add = {
138desc = "Wrong religion"
139if = {
140limit = {
141exists = scope:target_religion
142scope:target_religion != scope:actor.religion
}
144value = -1000
}
}
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지