イベント

Target Location - 文化の交差路

rise_of_the_ottomans.204in_game/events/situations/rise_of_the_ottomans.txt:1885

幾度もの征服により、わが国の民に莫大な富がもたらされた。いまは、この富を保護することが我々の優先課題である。我々の王冠に輝くTarget Locationという宝石は、わが国の成功を示す輝かしい例であり、地域で拡大する権威の象徴である。現地のカーイト・ベイ要塞が竣工したことで、この都市の輝きはさらに増した。ここは時代を超えて重要な地となるだろう。

必要城建造物immediate湾港適合性補正タイプimmediate要塞都市静的補正optionlocation_coastal_harbor_suitability_var変数after, optionlocation_has_castle_var変数after, optionlocation_has_roads_var変数after, optionlocation_is_capital_var変数after, optionlocation_num_buildings_var変数after

定義in_game/events/situations/rise_of_the_ottomans.txt:1885

1886type = country_event
1887category = situation_event
1889title = rise_of_the_ottomans.204.title Target Location - 文化の交差路
1890desc = rise_of_the_ottomans.207.desc 幾度もの征服により、わが国の民に莫大な富がもたらされた。いまは、この富を保護することが我々の優先課題である。我々の王冠に輝くTarget Locationという宝石は、わが国の成功を示す輝かしい例であり、地域で拡大する権威の象徴である。現地のカーイト・ベイ要塞が竣工したことで、この都市の輝きはさらに増した。ここは時代を超えて重要な地となるだろう。
1891outcome = neutral
1893historical_info = rise_of_the_ottomans.204.historical_info カイセリは、ヒッタイト時代からシルクロードの要衝として栄えてきた。古代にはカッパドキア王国の都として機能し、ペルシアの支配下ではアレクサンドロス大王の圧倒的な力にひれ伏した。カイセリには3度の黄金時代、すなわち紀元前2000年頃のアッシリア人とヒッタイト人の交易拠点としての繁栄、1世紀から11世紀にかけてのローマ支配下、そして1178年から1243年のセルジューク朝時代があった。包囲戦や戦乱など激動の歴史にもかかわらず、カイセリの街並みは洗練された雰囲気をまとっており、フナト・ハトゥン・キュリイェスィやキリジ・アルスラーン・モスクなどの優れた建築物が点在している。
1894immediate = {
1895location:kayseri = {
1896save_scope_as = target_location
1897set_variable = {
}
}
1902set_variable = {
1904value = {
1905add = scope:target_location.population
1906divide = 100
}
}
1909if = {
1910limit = {
1911scope:target_location = {
1912is_coastal = yes
}
}
1916set_variable = {
1918value = {
1919add = 1
1920add = scope:target_location.modifier:harbor_suitability
}
}
}
1924if = {
1925limit = {
1926scope:target_location = {
1926has_building = building_type:castle
}
}
1928set_variable = {
1930value = 1.1
}
}
1933if = {
1934limit = {
1935scope:target_location = {
1935num_buildings > 10
}
}
1937set_variable = {
1939value = {
1940add = scope:target_location.num_buildings
1941divide = 10
}
}
}
1945if = {
1946limit = {
1947scope:target_location = {
1947is_capital = yes
}
}
1949set_variable = {
1951value = 1.2
}
}
1954if = {
1955limit = {
1956scope:target_location = {
1956num_roads > 4
}
}
1958set_variable = {
1960value = {
1961add = scope:target_location.num_roads
1962divide = 4
}
}
}
1966set_variable = {
1968value = {
1969add = scope:target_location.market_access
1970multiply = 2
}
}
}
2031after = {
2032remove_variable = location_pop_size_var
2033remove_variable = location_market_access_var
2034remove_variable = location_pop_size_var
2035if = {
2036limit = {
}
}
2039if = {
2040limit = {
2040has_variable = location_has_castle_var
}
2041remove_variable = location_has_castle_var
}
2043if = {
2044limit = {
2044has_variable = location_num_buildings_var
}
2045remove_variable = location_num_buildings_var
}
2047if = {
2048limit = {
2048has_variable = location_has_roads_var
}
2049remove_variable = location_has_roads_var
}
2051if = {
2052limit = {
2052has_variable = location_is_capital_var
}
2053remove_variable = location_is_capital_var
}
}

選択肢

Aわが国の影響力と繁栄の証だ!
1978add_prestige = prestige_mild_bonus (10)
1979scope:target_location = {
1980if = {
1981limit = {
1982NOT = {
1982has_location_modifier = stronghold_city_modifier
}
}
1984add_location_modifier = {
1986years = 10
1987mode = add_and_extend
}
}
1990custom_tooltip = based_on_target_location_splendor_and_importance_tt Target Locationに、ロケーション重要度に応じて以下のエフェクトが発生:
1991change_control = {
1992value = control_mild_bonus (0.1)
1993multiply = owner.var:location_pop_size_var
1994if = {
1995limit = {
1996owner = {
1996has_variable = location_has_roads_var
}
}
1998multiply = owner.var:location_has_roads_var
}
2000if = {
2001limit = {
2002owner = {
2002has_variable = location_has_castle_var
}
}
2004multiply = owner.var:location_has_castle_var
}
2006if = {
2007limit = {
2008owner = {
2008has_variable = location_is_capital_var
}
}
2010multiply = owner.var:location_is_capital_var
}
}
2013change_prosperity = {
2014value = 0.05
2015multiply = owner.var:location_pop_size_var
2016if = {
2017limit = {
2018owner = {
}
}
2020multiply = owner.var:location_coastal_harbor_suitability_var
}
2022if = {
2023limit = {
2024owner = {
2024has_variable = location_is_capital_var
}
}
2026multiply = owner.var:location_is_capital_var
}
}
}
© 2026 Soft Santa Cruz, S.L.U.。無断転載を禁じます。本サイトは非公式のファンプロジェクトであり、Paradox Interactiveとは関係ありません。ゲームコンテンツ © Paradox Interactive。 概要 · プライバシー · 法的情報