Event
Loan of Target Art Expired

Target Art has been in our possession for some time now. It was originally loaned to us, but since the original owner no longer exists as an independent nation, we find ourselves in no need to return it to anyone.
Event chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
An Offer from Actor
Offer Accepted↳ Option A “We gladly accept.” · right away
Offer Refused↳ Option B “Tell them we already have one.” · right away
Loan of Target Art Expired↳ Option A “We gladly accept.” · 10 years later
Loan of Target Art Expired↳ Option A “Return it as it is due.” · right away
Loan of Target Art Expired↳ Option B “It is ours now!” · right away
Definitionin_game/events/religion/D008_orthodox_events.txt:148
149type = country_event
150title = d008_orthodox_events.4.title Loan of Target Art Expired
151desc = {
152first_valid = {
153triggered_desc = {
154desc = d008_orthodox_events.4.desc_no_country Target Art has been in our possession for some time now. It was originally loaned to us, but since the original owner no longer exists as an independent nation, we find ourselves in no need to return it to anyone.
155trigger = {
156NOT = {
156country_exists = "variable_map(lent_icon|scope:target_art)"
}
}
}
159desc = d008_orthodox_events.4.desc The Icon that we were lent by Origin Country has come to the end of the prescribed loan period. It is thus time for us to return Target Art to its original owner, and they are obviously expecting us to do so. However, we could claim that we may have 'misplaced' it, and thus not follow through on returning it.
}
}
162outcome = neutral
163trigger = {
164has_variable_map = lent_icon_return_date
165has_variable_map = lent_icon
166any_key_in_variable_map = {
167variable = lent_icon_return_date
168root = {
168variable_map(lent_icon_return_date|prev) <= current_year
}
169root = {
169is_key_in_variable_map = {
169name = lent_icon
169target = prev
}
}
}
}
172illustration_tags = {
17310 = regular
17410 = interior
}
177immediate = {
}
179random_key_in_variable_map = {
180variable = lent_icon_return_date
181limit = {
182root = {
182variable_map(lent_icon_return_date|prev) <= current_year
}
183root = {
183is_key_in_variable_map = {
183name = lent_icon
183target = prev
}
}
}
185save_scope_as = target_art
186root = {
186variable_map(lent_icon|prev) = {
186save_scope_as = origin_country
}
}
}
188save_scope_as = target_country
}
219after = {
220remove_from_variable_map = {
221name = lent_icon
222key = scope:target_art
}
224remove_from_variable_map = {
225name = lent_icon_return_date
226key = scope:target_art
}
}