イベント
Target Characterのグランドツアー

ヨーロッパの上流階級の若者は、グランドツアーに参加してヨーロッパの名所を巡り、偉大な思想家や有力者と会い、世界や市民について学ぶのがしきたりである。Institution CountryのInstitution Country Adjective人の友人たちが先日、Target Characterを同様の旅に送り出す許可を求めてきたため、これを快諾した。彼らの提案にはどこか傲慢な響きがあったが、Target Characterがそこで培う人脈は、わがFlavor Rankに大きな価値をもたらすかもしれない。
国際交易制度option 1, option 2イベントチェーン
各イベントは、その上の階層にあるイベントから発生します。下の行には、どの選択肢でいつ発生するかを示しています。
グランドツアー
Target Characterのグランドツアー↳ 選択肢A「素晴らしい案だ!」・350日後
予期せぬ要求↳ 選択肢B「さらに、特に魅力的に映ったのは[Marriage Target]だった……」・10日後
定義in_game/events/institution_events.txt:1713
1714type = country_event
1715title = institution_events.101.title Target Characterのグランドツアー
1716desc = institution_events.101.desc ヨーロッパの上流階級の若者は、グランドツアーに参加してヨーロッパの名所を巡り、偉大な思想家や有力者と会い、世界や市民について学ぶのがしきたりである。Institution CountryのInstitution Country Adjective人の友人たちが先日、Target Characterを同様の旅に送り出す許可を求めてきたため、これを快諾した。彼らの提案にはどこか傲慢な響きがあったが、Target Characterがそこで培う人脈は、わがFlavor Rankに大きな価値をもたらすかもしれない。
1717outcome = neutral
1719trigger = {
1720scope:target_character = {
1721is_alive = yes
}
}
1725image = "gfx/interface/illustrations/institutions/global_trade.dds"
1728immediate = {
1730if = {
1731limit = {
1732scope:target_character = {
1733is_female = no
1734is_adult = yes
1735age_in_years < 30
1736is_married = no
}
}
1739ruler.dynasty = {
1740random_character_in_dynasty = {
1741limit = {
1742is_female = yes
1743is_adult = yes
1744age_in_years < 30
1745is_married = no
1746is_heir = no
1747location = root.capital
}
1749add_character_modifier = {
1751years = -1
1752mode = add_and_extend
1753recalculate_immediately = yes
}
1755save_scope_as = marriage_target
}
}
1758scope:target_character = {
1759add_character_modifier = {
1761years = -1
1762mode = add_and_extend
1763recalculate_immediately = yes
}
}
}
1767if = {
1768limit = {
1769scope:target_character = {
1770is_female = yes
1771is_adult = yes
1772age_in_years < 30
1773is_married = no
}
}
1776ruler.dynasty = {
1777random_character_in_dynasty = {
1778limit = {
1779is_female = no
1780is_adult = yes
1781age_in_years < 30
1782is_married = no
1783is_heir = no
1784location = root.capital
}
1786add_character_modifier = {
1788years = -1
1789mode = add_and_extend
1790recalculate_immediately = yes
}
1792save_scope_as = marriage_target
}
}
1795scope:target_character = {
1796add_character_modifier = {
1798years = -1
1799mode = add_and_extend
1800recalculate_immediately = yes
}
}
}
1804capital = {
1804save_scope_as = toured_capital
}
}