Скриптовый эффект

remove_witch_trials_modifiers

remove_witch_trials_modifiersin_game/events/religion/witch_trials.txt:84
ТребуетЛокальная охота на ведьмСтатический модификаторif 1Повсеместная охота на ведьмСтатический модификаторif 2

Определениеin_game/events/religion/witch_trials.txt:84

85if = {
86limit = {
87any_owned_location = {
88has_location_modifier = local_witch_hunts
}
}
91every_owned_location = {
92limit = {
93has_location_modifier = local_witch_hunts
}
95remove_location_modifier = local_witch_hunts
}
}
98if = {
99limit = {
100has_country_modifier = nationwide_witch_hunts
}
102remove_country_modifier = nationwide_witch_hunts
}