Event
Demand of Extradition

The Treasure Voyage has identified one of our courtiers, Target Escapee, as a renegade escapee from Expedition Initiator. The Chinese voyage elites, headed by Character Expedition Leader Target, demand that the Target Escapee is handed over to them and extradited back to the Middle Kingdom, where he can be tried.
Definitionin_game/events/DHE/flavor_chi_treasure_expedition.txt:2395
2396type = country_event
2397title = flavor_chi.2205.title Demand of Extradition
2398desc = flavor_chi.2205.desc The Treasure Voyage has identified one of our courtiers, Target Escapee, as a renegade escapee from Expedition Initiator. The Chinese voyage elites, headed by Character Expedition Leader Target, demand that the Target Escapee is handed over to them and extradited back to the Middle Kingdom, where he can be tried.
2399outcome = neutral
2401illustration_tags = {
240210 = angry
240310 = exterior
}
2406immediate = {
2408if = {
2409limit = {
2410is_ai = no
}
2413scope:expedition_initiator = {
}
}
2418random_character = {
2419limit = {
2423birth_location ?= {
2424OR = {
2425region = region:west_china_region
2426region = region:east_china_region
2427region = region:south_china_region
}
}
}
2431save_scope_as = target_escapee
}
2433if = {
2434limit = {
2435NOT = {
2435exists = scope:target_escapee
}
}
2437scope:expedition_initiator = {
2438random_owned_location = {
2439limit = {
2440OR = {
2441region = region:west_china_region
2442region = region:east_china_region
2443region = region:south_china_region
}
}
2446save_scope_as = target_location
}
}
2449create_character = {
2451birth_location = scope:target_location
2452culture = scope:target_location.dominant_culture
2453religion = scope:target_location.dominant_religion
2454min_age = 30
2455save_scope_as = target_escapee
}
}
}