事件本版本变更
Target Character逃往台湾

Country正在经历前所未有的衰落,这让Court Title极为担忧。认为朝局命运已定的将领Target Character逃往台湾岛,himself/herself在那里自立为王,声称要延续我们的遗产。
定义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逃往台湾岛,himself/herself在那里自立为王,声称要延续我们的遗产。
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
}
}