イベント
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
}
}
}