Event
The Grand Tour of Target Character

Custom dictates that European youth of quality should go on a grand tour around Europe to see the marvels of their age, meet with great minds and people of influence, and generally learn about the world and those in it. Our Institution Country Adjective friends in the Institution Country recently requested that we allow them to send Target Character on a similar journey, to which we eagerly accepted. To a certain extent, their offer reeked of arrogance, but the interactions Target Character He She Formal will have here may prove very valuable to our Flavor Rank.
Global TradeInstitutionoption 1, option 2Event chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
The Grand Tour
The Grand Tour of Target Character↳ Option A “A marvelous idea!” · 350 days later
An Unexpected Request↳ Option B “And [he/she] finds [Marriage Target] particularly fascinating...” · 10 days later
Definitionin_game/events/institution_events.txt:1713
1714type = country_event
1715title = institution_events.101.title The Grand Tour of Target Character
1716desc = institution_events.101.desc Custom dictates that European youth of quality should go on a grand tour around Europe to see the marvels of their age, meet with great minds and people of influence, and generally learn about the world and those in it. Our Institution Country Adjective friends in the Institution Country recently requested that we allow them to send Target Character on a similar journey, to which we eagerly accepted. To a certain extent, their offer reeked of arrogance, but the interactions Target Character He She Formal will have here may prove very valuable to our 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
}
}