
我们在西方教会大分裂中的立场在部分地区引发了民众的强烈抗议。Target Location人已开始武装自己,并要求我们转而支持Target Schism Opponent Cardinal。
需要
天主教宗教immediate, option 1定义in_game/events/situations/western_schism.txt:421
422type = country_event
423category = situation_event
424title = western_schism.8.title 公众支持Target Schism Opponent Cardinal
425desc = western_schism.8.desc 我们在西方教会大分裂中的立场在部分地区引发了民众的强烈抗议。Target Location人已开始武装自己,并要求我们转而支持Target Schism Opponent Cardinal。
426outcome = neutral
429image = "gfx/interface/illustrations/situation/western_schism.dds"
432immediate = {
434random_owned_location = {
440save_scope_as = target_location
}
}
选项
A我们不会屈服于这种要求。
448scope:target_location = {
}
457if = {
458limit = {
459exists = scope:target_schism_pope_cardinal
460scope:target_schism_pope_cardinal = {
}
}
465target = scope:target_schism_pope_cardinal.owner
466modifier = western_schism_rethinking_our_approach
}
}
B也许Target Schism Opponent Cardinal终究是我们的最佳选择。
474scope:target_location = {
}
477if = {
478limit = {
479exists = scope:target_schism_opponent_cardinal
480scope:target_schism_opponent_cardinal = {
}
}
485target = scope:target_schism_opponent_cardinal.owner
486modifier = western_schism_rethinking_our_approach
}
}
489custom_tooltip = {
490text = western_schism_resolution_impact_negative.tt 被选中的一方将在西方教会大分裂中失去一些支持
493active_resolution(resolution:western_schism_resolution) = {
494save_temporary_scope_as = resolution
495scope:target_schism_pope_cardinal = {
496owner = {
497save_temporary_scope_as = voter
}
499scope:resolution = {
500vote_in_active_resolution(scope:voter) ?= {
501change_variable = {
503add = {
504value = "scope:voter.num_cardinals"
505multiply = -0.2
}
}
}
}
}
}
}
}