イベント
Actorからの貿易特権の提案

我々はすでにコンスタンティノープルで商売をしているが、今回Actorから、艦隊建造用資材の供給と引き換えに、首都の市場全体で優遇特権を与えるという提案があった。
Fate of the PhoenixDLCtrigger定義in_game/events/disaster/D008_fate_of_the_phoenix.txt:959
960type = country_event
961category = disaster_event
962title = fate_of_the_phoenix.17.title Actorからの貿易特権の提案
963desc = fate_of_the_phoenix.17.desc 我々はすでにコンスタンティノープルで商売をしているが、今回Actorから、艦隊建造用資材の供給と引き換えに、首都の市場全体で優遇特権を与えるという提案があった。
964outcome = neutral
966major = yes
967major_trigger = {
967this = scope:actor
}
969image = "gfx/interface/illustrations/disaster/fate_of_the_phoenix.dds"
975immediate = {
976if = {
977limit = {
978capital = {
978is_port = yes
}
}
981capital = {
981save_scope_as = target_location
}
}
984else = {
985ordered_port_in_country = {
986order_by = population
987max = 1
988check_range_bounds = no
990save_scope_as = target_location
}
}
}