Event
Welcome Home
Our wayward brothers in Convert Location have seen the errors of their ways and come back to the one and only true faith. They are all saved.
ReformationAgetrigger
PeasantsPop Typeimmediate, trigger
Traditionalist vs InnovativeSocietal ValuetriggerDefinitionin_game/events/government/societal_values.txt:1898
1899type = country_event
1900title = societal_values.413.title Welcome Home
1901desc = societal_values.413.desc Our wayward brothers in Convert Location have seen the errors of their ways and come back to the one and only true faith. They are all saved.
1902outcome = neutral
1903trigger = {
1906religious_unity < 0.9
1907any_owned_location = {
1908NOT = {
1908dominant_religion = root.religion
}
1909dominant_religion.group = root.religion.group
1910any_pop = {
1911NOT = {
1911religion = root.religion
}
1913religion.group = root.religion.group
}
}
}
1918illustration_tags = {
191910 = happy
192010 = exterior
}
1923immediate = {
1924random_owned_location = {
1925limit = {
1926NOT = {
1926dominant_religion = root.religion
}
1927dominant_religion.group = root.religion.group
}
1929save_scope_as = convert_location
1930random_pop = {
1931limit = {
1932NOT = {
1932religion = root.religion
}
1934religion.group = root.religion.group
}
1936save_scope_as = target_pop
1937save_scope_as = target_pop_bckg
}
}
}