イベント
勢力の台頭
幾度もの征服により、わが国の民に莫大な富がもたらされた。いまは、この富を保護することが我々の優先課題である。我々の王冠に輝く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:2408
2409type = location_event
2411title = rise_of_the_ottomans.207.title 勢力の台頭
2412desc = rise_of_the_ottomans.207.desc 幾度もの征服により、わが国の民に莫大な富がもたらされた。いまは、この富を保護することが我々の優先課題である。我々の王冠に輝くTarget Locationという宝石は、わが国の成功を示す輝かしい例であり、地域で拡大する権威の象徴である。現地のカーイト・ベイ要塞が竣工したことで、この都市の輝きはさらに増した。ここは時代を超えて重要な地となるだろう。
2413outcome = neutral
2414immediate = {
2415root = {
2416save_scope_as = target_location
}
2422owner = {
2423set_variable = {
2425value = {
2426add = scope:target_location.population
2427divide = 100
}
}
}
2431if = {
2438owner = {
2439set_variable = {
2441value = {
2442add = 1
2443add = scope:target_location.modifier:harbor_suitability
}
}
}
}
2448if = {
}
2459if = {
2460limit = {
2461scope:target_location = {
2461num_buildings > 10
}
}
2463owner = {
2464set_variable = {
2466value = {
2467add = scope:target_location.num_buildings
2468divide = 10
}
}
}
}
2473if = {
2474limit = {
2475scope:target_location = {
2475is_capital = yes
}
}
}
2484if = {
2485limit = {
2486scope:target_location = {
2486num_roads > 4
}
}
2488owner = {
2489set_variable = {
2491value = {
2492add = scope:target_location.num_roads
2493divide = 4
}
}
}
}
2498owner = {
2499set_variable = {
2501value = {
2502add = scope:target_location.market_access
2503multiply = 2
}
}
}
}
2565after = {
2566owner = {
2570if = {
}
2574if = {
}
2578if = {
}
2582if = {
}
2586if = {
}
}
}