事件
Target Country践祚

红巾军起义的历史已经走到了尽头!Target Character,Target Country军的 Ruler Or Regent Title,已经宣布推翻了China CountryChina Character的统治并取得胜利!Target Country已承天立国,建统称尊,昭告寰宇为天朝新主,威加海内!
红巾军国际组织option定义in_game/events/situations/red_turban_rebellions.txt:3502
3503type = country_event
3504category = situation_event
3505title = red_turban_rebellions.100.title Target Country践祚
3506desc = red_turban_rebellions.100.desc 红巾军起义的历史已经走到了尽头!Target Character,Target Country军的 Ruler Or Regent Title,已经宣布推翻了China CountryChina Character的统治并取得胜利!Target Country已承天立国,建统称尊,昭告寰宇为天朝新主,威加海内!
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
}
}
}
}