イベント
引き渡しの要求

宝船船団からの情報により、わが国の廷臣のひとりである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
}
}
}