背信弃义的Target Region人察觉到了我们暂时的虚弱,并将之视为绝佳的机会。我们对半岛的掌控力如今荡然无存,Root Country Culture人已在事实上独立于Target Country。
定义in_game/events/situations/red_turban_rebellions.txt:3858
3859type = country_event
3860category = situation_event
3861title = red_turban_rebellions.1000.title 失去对朝鲜的掌控
3862desc = red_turban_rebellions.1001.desc 背信弃义的Target Region人察觉到了我们暂时的虚弱,并将之视为绝佳的机会。我们对半岛的掌控力如今荡然无存,Root Country Culture人已在事实上独立于Target Country。
3863outcome = neutral
3864major = yes
3865major_trigger = {
3866this = scope:root_country
}
选项
A我们目前无力再开辟另一条战线。
3870historical_option = yes
3871cancel_subject = scope:root_country
3872ai_will_select = {
3873value = 10
3874every_current_war = {
}
3877add = {
3878value = war_exhaustion
3879multiply = 5
}
}
B等我们平定了反贼,就把他们的头串在长枪上……
3885hidden_effect = {
3886scope:root_country = {
3887every_current_war = {
3888limit = {
3889is_on_same_side = {
3890country = scope:root_country
3891target = scope:target_country
}
}
3894save_scope_as = target_war
3895if = {
3896limit = {
3897attacker_leader != scope:root_country
3898defender_leader != scope:root_country
}
3900scope:root_country = {
3901leave_war = {
3902war = scope:target_war
3903actor = this
}
}
}
3907else = {
3908scope:target_country = {
3909leave_war = {
3910war = scope:target_war
3911actor = scope:target_country
}
}
}
}
}
}
3918scope:root_country = {
3919if = {
3920limit = {
3921target = scope:target_country
}
}
3923declare_war_with_cb = {
3924target = scope:target_country
}
}
3928else = {
3929add_casus_belli = {
3930target = scope:target_country
}
}
}