事件本版本变更
偿清贷款

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
}
}