이벤트이번 버전 변경
대만으로 도피한 Target Character

전례 없는 쇠퇴기를 겪는 중인 Country의 상황에 Court Title(이)가 크게 우려하고 있습니다. Target Character 장군은 이제 나라의 운이 다했다고 생각해 대만의 섬으로 도피한 후, 우리의 유지를 이어갈 제후를 자처했습니다.
정의in_game/events/DHE/flavor_chi.txt:8179
8180type = country_event
8181title = flavor_chi.113.title 대만으로 도피한 Target Character
8182desc = flavor_chi.113.desc 전례 없는 쇠퇴기를 겪는 중인 Country의 상황에 Court Title(이)가 크게 우려하고 있습니다. Target Character 장군은 이제 나라의 운이 다했다고 생각해 대만의 섬으로 도피한 후, 우리의 유지를 이어갈 제후를 자처했습니다.
8183outcome = neutral
8185trigger = {
8187any_character = {
8188is_general = yes
}
8190area:taiwan_area = {
8191any_location_in_area = {
8192has_owner = no
8193is_coastal = yes
}
}
}
8198illustration_tags = {
819910 = regular
820010 = exterior
}
8203immediate = {
}
8205random_character = {
8206limit = {
8207is_general = yes
}
8209save_scope_as = target_character
}
8212area:taiwan_area = {
8213random_location_in_area = {
8214limit = {
8215has_owner = no
8216is_coastal = yes
}
8218save_scope_as = target_location
}
}
8222scope:target_location = {
8223change_location_owner = ROOT
8224create_country_from_location = {
8225save_scope_as = target_country
8226set_new_ruler = scope:target_character
}
8233change_integration_level = core
8234add_core = scope:target_country
}
}