事件
邻国扰乱和平
我们派到Target Location的传教士抱怨说现在该地区极不稳定。尽管我们保持中立,但邻国正在进行的战争仍然对Target Location造成了影响。
定义in_game/events/religion/missionaries.txt:171
172type = country_event
173title = missionaries.7.title 邻国扰乱和平
174desc = missionaries.7.desc 我们派到Target Location的传教士抱怨说现在该地区极不稳定。尽管我们保持中立,但邻国正在进行的战争仍然对Target Location造成了影响。
175outcome = neutral
176trigger = {
177any_non_state_religion_location = {
178monthly_conversion > 0
179any_neighbor_location = {
180has_owner = yes
181owner ?= {
181at_war = yes
}
}
}
184prestige > 10
185at_war = no
}
187immediate = {
188random_non_state_religion_location = {
189limit = {
190monthly_conversion > 0
191any_neighbor_location = {
192owner ?= {
192at_war = yes
}
}
}
195save_scope_as = target_location
}
}