Event
The Rise of the Target Country

The Red Turban Rebellions has finally found its end! Target Character, Ruler Or Regent Title of Target Country claims victory over China Character and the China Country dynasty! The Target Country has taken control over the Celestial Throne and assumes now the power of the Middle Kingdom!
Red Turban RebelsInternational OrganizationoptionDefinitionin_game/events/situations/red_turban_rebellions.txt:3502
3503type = country_event
3504category = situation_event
3505title = red_turban_rebellions.100.title The Rise of the Target Country
3506desc = red_turban_rebellions.100.desc The Red Turban Rebellions has finally found its end! Target Character, Ruler Or Regent Title of Target Country claims victory over China Character and the China Country dynasty! The Target Country has taken control over the Celestial Throne and assumes now the power of the Middle Kingdom!
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
}
}
}
}