事件
与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
}
}
}