イベント
Target Province Startの宗教摩擦

宗教的な混乱がわがFlavor Rankを襲うなかで、ReligionとTarget Religionの信者のあいだで宗教的な意見の相違が、しばしば大きな対立に発展するようになってきた。最近の例では、Target Province Startの地方で衝突があり、現地当局が異端者対策に乗り出している。
我々の相談役は、この問題に対していくつもの解決策を提案した。異端者の多くはいまだ同胞であり、平穏に暮らしているにもかかわらず、追放が唯一の方法だとする者もいる。
ルター派宗教option 1
キリスト教宗教グループimmediate, triggerrecent_event_expulsion_variable変数trigger定義in_game/events/disaster/french_wars_religion.txt:132
133type = country_event
134category = disaster_event
135title = french_wars_religion.2.title Target Province Startの宗教摩擦
136desc = french_wars_religion.2.desc 宗教的な混乱がわがFlavor Rankを襲うなかで、ReligionとTarget Religionの信者のあいだで宗教的な意見の相違が、しばしば大きな対立に発展するようになってきた。最近の例では、Target Province Startの地方で衝突があり、現地当局が異端者対策に乗り出している。
我々の相談役は、この問題に対していくつもの解決策を提案した。異端者の多くはいまだ同胞であり、平穏に暮らしているにもかかわらず、追放が唯一の方法だとする者もいる。
我々の相談役は、この問題に対していくつもの解決策を提案した。異端者の多くはいまだ同胞であり、平穏に暮らしているにもかかわらず、追放が唯一の方法だとする者もいる。
137outcome = neutral
138image = "gfx/interface/illustrations/disaster/religious_turmoil.dds"
140trigger = {
}
148immediate = {
153ordered_pop = {
158order_by = {
159value = pop_size
160if = {
161limit = {
161pop_satisfaction <= 0
}
162divide = 0.05
}
164else = {
164divide = pop_satisfaction
}
}
166position = 1
167check_range_bounds = no
168save_scope_as = target_migrants
169location = {
170save_scope_as = target_location
171province = {
171save_scope_as = target_province_start
}
172province_definition = {
172save_scope_as = target_province_definition
}
}
174religion = {
174save_scope_as = target_religion
}
}
176set_variable = {
}
181scope:target_religion = {
182random_country_in_religion = {
183limit = {
184this != root
185num_of_non_rural >= 5
186capital.continent = root.capital.continent
187any_province = {
188NOT = {
188province_definition = scope:target_province_definition
}
}
}
191save_scope_as = target_country
192ordered_province = {
193limit = {
194NOT = {
194province_definition = scope:target_province_definition
}
}
196order_by = province_religious_unity
197max = 1
198save_scope_as = target_province_finish
199random_location_in_province = {
199save_scope_as = target_province_goal
}
}
}
}
}