이벤트
Target Country(과)와의 외교

우리는 지금 각 전선에서 적을 막기 위해 분투하고 있지만, 외교 활동 또한 등한시해서는 안 됩니다. 최근 Target Country에서 Capital(으)로 뜻밖의 사절을 보내 금화의 대가로 협력을 제안했습니다. 이것을 우리 국고를 털어먹으려는 음흉한 시도로 보는 시각도 존재하지만, 다른 이들은 이 요구에 응함으로써 우리의 부와 권력을 분명하게 보여 줄 수 있을 거라고 말합니다.
정의in_game/events/situations/fall_of_delhi.txt:1692
1693type = country_event
1694category = situation_event
1696title = delhi_situation.19.title Target Country(과)와의 외교
1697desc = delhi_situation.19.desc 우리는 지금 각 전선에서 적을 막기 위해 분투하고 있지만, 외교 활동 또한 등한시해서는 안 됩니다. 최근 Target Country에서 Capital(으)로 뜻밖의 사절을 보내 금화의 대가로 협력을 제안했습니다. 이것을 우리 국고를 털어먹으려는 음흉한 시도로 보는 시각도 존재하지만, 다른 이들은 이 요구에 응함으로써 우리의 부와 권력을 분명하게 보여 줄 수 있을 거라고 말합니다.
1698outcome = neutral
1701illustration_tags = {
170210 = exterior
170310 = regular
}
1706trigger = {
1707any_neighbor_country = {
1708country_total_army_levy_size >= {
1709value = root.country_total_army_levy_size
1710multiply = 0.1
}
1712NOR = {
1713has_opinion = {
1714target = root
1715modifier = fall_of_delhi_approached_by_delhi_opinion
}
1717has_opinion = {
1718target = root
1719modifier = fall_of_delhi_scorned_by_delhi_opinion
}
}
}
}
1725immediate = {
}
1727ruler_or_regent = {
1727save_scope_as = target_character1
}
1728ordered_neighbor_country = {
1729limit = {
1730country_total_army_levy_size >= {
1731value = root.country_total_army_levy_size
1732multiply = 0.1
}
1734NOR = {
1735has_opinion = {
1736target = root
1737modifier = fall_of_delhi_approached_by_delhi_opinion
}
1739has_opinion = {
1740target = root
1741modifier = fall_of_delhi_scorned_by_delhi_opinion
}
}
}
1745order_by = country_total_army_levy_size
1746max = 1
1747check_range_bounds = no
1748save_scope_as = target_country
1749ruler_or_regent = {
1749save_scope_as = target_character2
}
}
}