이벤트이번 버전 변경
대출 상환

방금 Origin Country에서 우리가 제공했던 대출을 상환하고, Target Woa(을)를 돌려달라고 요구해 왔습니다. 맺었던 합의에 따르면 돌려주는 것이 마땅하나, 그리하면 저들을 압박할 유일한 협상 수단을 잃게 될 것입니다.
보물을 돌려주지 않는다고 해서, 설마 무슨 큰일이야 일어나겠습니까...
비잔티움국가triggeroriginal_crown_jewels_lender변수trigger이벤트 연쇄
각 이벤트는 바로 위에 있는 이벤트에 의해 발생합니다. 그 아래 줄에는 어떤 선택지가 언제 이 이벤트로 이어지는지 표시됩니다.
정의in_game/events/DHE/flavor_byz_ven.txt:121
122type = country_event
123title = flavor_byz_ven.3.title 대출 상환
124desc = flavor_byz_ven.3.desc 방금 Origin Country에서 우리가 제공했던 대출을 상환하고, Target Woa(을)를 돌려달라고 요구해 왔습니다. 맺었던 합의에 따르면 돌려주는 것이 마땅하나, 그리하면 저들을 압박할 유일한 협상 수단을 잃게 될 것입니다.
보물을 돌려주지 않는다고 해서, 설마 무슨 큰일이야 일어나겠습니까...
보물을 돌려주지 않는다고 해서, 설마 무슨 큰일이야 일어나겠습니까...
125outcome = neutral
127image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_jewelry.dds"
129trigger = {
130exists = work_of_art:byzantine_crown_jewels
}
135fire_only_once = yes
137immediate = {
141save_scope_as = target_country
142scope:origin_country = {
143random_owned_location = {
144save_scope_as = target_location
}
}
147scope:origin_country.capital ?= {
148save_scope_as = target_location
}
150work_of_art:byzantine_crown_jewels = {
151save_scope_as = target_woa
}
}