
教会大分裂における我々の立場は、わが国の一部で民衆の反発を招いた。Target Locationの人々は武装しはじめ、Target Schism Opponent Cardinalの勢力を支持するように求めている。
定義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
}
}
}
}
}
}
}
}