이벤트
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
}
}
}