Event
Religious Friction in Target Province Start

As religious turmoil grips our Flavor Rank, it has become a common sight for religious disagreements to erupt into open conflict between adherents of Religion and Target Religion. The latest of these bouts involve clashes in the province of Target Province Start where local authorities have taken measures against the heretics.
Our advisors offer a multitude of solutions to this problem. Some suggest that expulsion is the only way, even though many of the heretics are still our countrymen, having lived their entires lives in peace.
LutheranismReligionoption 1
ChristianityReligion Groupimmediate, triggerrecent_event_expulsion_variableVariabletriggerDefinitionin_game/events/disaster/french_wars_religion.txt:132
133type = country_event
134category = disaster_event
135title = french_wars_religion.2.title Religious Friction in Target Province Start
136desc = french_wars_religion.2.desc As religious turmoil grips our Flavor Rank, it has become a common sight for religious disagreements to erupt into open conflict between adherents of Religion and Target Religion. The latest of these bouts involve clashes in the province of Target Province Start where local authorities have taken measures against the heretics.
Our advisors offer a multitude of solutions to this problem. Some suggest that expulsion is the only way, even though many of the heretics are still our countrymen, having lived their entires lives in peace.
Our advisors offer a multitude of solutions to this problem. Some suggest that expulsion is the only way, even though many of the heretics are still our countrymen, having lived their entires lives in peace.
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
}
}
}
}
}