事件
关系改善

我们发现我们与邻国Neighbour Country Adjective的习俗是相通的,原因是我们共同信仰Country Adjective。我们的关系得到了改善,未来也更加光明。
定义in_game/events/random_event.txt:4551
4552type = country_event
4554title = random_event.88.title 关系改善
4555desc = random_event.88.desc 我们发现我们与邻国Neighbour Country Adjective的习俗是相通的,原因是我们共同信仰Country Adjective。我们的关系得到了改善,未来也更加光明。
4556outcome = neutral
4557illustration_tags = {
455810 = happy
455910 = interior
}
4562trigger = {
4563any_neighbor_country = {
4564religion = root.religion
4565NOT = {
4565has_opinion = {
4565target = root
4565modifier = opinion_united_in_faith
}
}
}
}
4569immediate = {
4570random_neighbor_country = {
4571limit = {
4572religion = root.religion
}
4574save_scope_as = neighbour_country
}
}