Événement
Demande d'expulsion

Le Voyage au trésor a identifié l'un de nos courtisans, Target Escapee, comme un fugitif renégat provenant de Expedition Initiator. Les élites de l'expédition Chinoise, dirigées par Character Expedition Leader Target, exigent que Target Escapee leur soit remis et extradé vers l'Empire du Milieu, où il pourra être jugé.
Définitionin_game/events/DHE/flavor_chi_treasure_expedition.txt:2395
2396type = country_event
2397title = flavor_chi.2205.title Demande d'expulsion
2398desc = flavor_chi.2205.desc Le Voyage au trésor a identifié l'un de nos courtisans, Target Escapee, comme un fugitif renégat provenant de Expedition Initiator. Les élites de l'expédition Chinoise, dirigées par Character Expedition Leader Target, exigent que Target Escapee leur soit remis et extradé vers l'Empire du Milieu, où il pourra être jugé.
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
}
}
}