Acontecimiento
El ascenso de Target Country

¡Las Rebeliones de los Turbantes Rojos por fin han tocado a su fin! Target Character, Ruler Or Regent Title de Target Country, ha proclamado su victoria sobre China Character y la dinastía China Country. ¡Target Country ha asumido el control del Trono Celestial y del Imperio Medio!
Rebeldes de los turbantes rojosOrganización internacionaloptionDefiniciónin_game/events/situations/red_turban_rebellions.txt:3502
3503type = country_event
3504category = situation_event
3505title = red_turban_rebellions.100.title El ascenso de Target Country
3506desc = red_turban_rebellions.100.desc ¡Las Rebeliones de los Turbantes Rojos por fin han tocado a su fin! Target Character, Ruler Or Regent Title de Target Country, ha proclamado su victoria sobre China Character y la dinastía China Country. ¡Target Country ha asumido el control del Trono Celestial y del Imperio Medio!
3507outcome = neutral
3508illustration_tags = {
350910 = armed
351010 = exterior
}
3512immediate = {
}
3514save_scope_as = target_country
3515if = {
3516limit = {
3516has_ruler = yes
}
3517ruler ?= {
3517save_scope_as = target_character
}
}
3519else_if = {
3520limit = {
3520has_regent = yes
}
3521regent ?= {
3521save_scope_as = target_character
}
}
3524save_scope_as = china_country
3525if = {
3526limit = {
3526has_ruler = yes
}
3527ruler ?= {
3527save_scope_as = china_character
}
}
3529else_if = {
3530limit = {
3530has_regent = yes
}
3531regent ?= {
3531save_scope_as = china_character
}
}
}
}