イベント
Target Countryの台頭

紅巾の乱がようやく終結した!Target Countryの Ruler Or Regent Title、Target Characterが、China CharacterとChina Country王朝に対する勝利を宣言した! 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 Countryの Ruler Or Regent Title、Target Characterが、China CharacterとChina Country王朝に対する勝利を宣言した! 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
}
}
}
}