Event
Diplomacy with Target Country

As we struggle to contain our foes in every front, it is important to not neglect our diplomatic efforts. Recently, envoys from Target Country have arrived in Capital, offering a surprising avenue for cooperation in exchange for coin. While some see this as an underhanded attempt to rob us of our coin, others believe that entertaining these demands is a clear showcase of our wealth and power.
Definitionin_game/events/situations/fall_of_delhi.txt:1692
1693type = country_event
1694category = situation_event
1696title = delhi_situation.19.title Diplomacy with Target Country
1697desc = delhi_situation.19.desc As we struggle to contain our foes in every front, it is important to not neglect our diplomatic efforts. Recently, envoys from Target Country have arrived in Capital, offering a surprising avenue for cooperation in exchange for coin. While some see this as an underhanded attempt to rob us of our coin, others believe that entertaining these demands is a clear showcase of our wealth and power.
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
}
}
}