이벤트
관계 향상

우리 국가가 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
}
}