EventChanged this version
Loan Repaid

The Origin Country has just repaid the loan we granted them, and are now demanding that the Target Woa be restored to their possession. According to our agreement, we must oblige — but doing so would make us lose what leverage we have on them.
Surely, should we not return the jewels, nothing significant will happen...
ByzantiumCountrytriggeroriginal_crown_jewels_lenderVariabletriggerEvent chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
Loan Repaid
Crown Jewels Returned↳ Option A “We cannot risk such a mark on our reputation.” · right away
Agreement Broken↳ Option B “After all, why not? Why should we not keep it?” · right away
Definitionin_game/events/DHE/flavor_byz_ven.txt:121
122type = country_event
123title = flavor_byz_ven.3.title Loan Repaid
124desc = flavor_byz_ven.3.desc The Origin Country has just repaid the loan we granted them, and are now demanding that the Target Woa be restored to their possession. According to our agreement, we must oblige — but doing so would make us lose what leverage we have on them.
Surely, should we not return the jewels, nothing significant will happen...
Surely, should we not return the jewels, nothing significant will happen...
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
}
}