イベント
外国の発明家

Inventor Countryの優れた発明家が、Inventor Countryとの関係が悪化したことで、わが国に援助を求めてきた。この発明家は、この時代の天才のひとりとも言われており、ほかの者には理解できないような機械や化学薬品を発明している。
定義in_game/events/innovativeness_events.txt:56
57type = country_event
58title = innovativeness_events.4.title 外国の発明家
59desc = innovativeness_events.4.desc Inventor Countryの優れた発明家が、Inventor Countryとの関係が悪化したことで、わが国に援助を求めてきた。この発明家は、この時代の天才のひとりとも言われており、ほかの者には理解できないような機械や化学薬品を発明している。
60outcome = neutral
61image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"
62trigger = {
64any_neighbor_country = {
65num_of_advances_researched >= root.num_of_advances_researched
}
}
70immediate = {
71hidden_effect = {
72random_neighbor_country = {
73limit = {
74num_of_advances_researched >= root.num_of_advances_researched
}
76save_scope_as = inventor_country
}
}
}