Acontecimiento
Demanda de extradición

El El viaje del tesoro ha identificado a Target Escapee, miembro de nuestra corte, quien se habría fugado de Expedition Initiator. Los notables Chinos de la expedición, liderados por Character Expedition Leader Target, exigen que se les entregue a Target Escapee y que se extradite de vuelta al Imperio Medio para que afronte la justicia.
Definiciónin_game/events/DHE/flavor_chi_treasure_expedition.txt:2395
2396type = country_event
2397title = flavor_chi.2205.title Demanda de extradición
2398desc = flavor_chi.2205.desc El El viaje del tesoro ha identificado a Target Escapee, miembro de nuestra corte, quien se habría fugado de Expedition Initiator. Los notables Chinos de la expedición, liderados por Character Expedition Leader Target, exigen que se les entregue a Target Escapee y que se extradite de vuelta al Imperio Medio para que afronte la justicia.
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
}
}
}