이벤트
송환 요구

보물 항해단이 확인한 바에 따르면, 우리 조신 중 한 명인 Target Escapee(이)가 사실 Expedition Initiator에서 도주한 반역자라고 합니다. Character Expedition Leader Target(을)를 비롯한 중국 원정대 지도층은 Target Escapee(을)를 중화제국으로 송환해 재판에 회부할 수 있도록 이자를 넘겨 달라고 요구하고 있습니다.
정의in_game/events/DHE/flavor_chi_treasure_expedition.txt:2395
2396type = country_event
2397title = flavor_chi.2205.title 송환 요구
2398desc = flavor_chi.2205.desc 보물 항해단이 확인한 바에 따르면, 우리 조신 중 한 명인 Target Escapee(이)가 사실 Expedition Initiator에서 도주한 반역자라고 합니다. Character Expedition Leader Target(을)를 비롯한 중국 원정대 지도층은 Target Escapee(을)를 중화제국으로 송환해 재판에 회부할 수 있도록 이자를 넘겨 달라고 요구하고 있습니다.
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
}
}
}