
一位Target Schism Pope Cardinal的外交官抵达了我们的Court Title。虽然我们不确定其有何目的,但对方很可能希望被视为天主教会 Leader Title的正式代表,并考察我们在西方教会大分裂忠于何方。虽然我们无法直接拒绝,但毫无疑问我们仍可以选择展示我们的忠诚所在。
定义in_game/events/situations/western_schism.txt:1307
1308type = country_event
1309category = situation_event
1310title = western_schism.1201.title 教宗代表
1311desc = western_schism.1201.desc 一位Target Schism Pope Cardinal的外交官抵达了我们的Court Title。虽然我们不确定其有何目的,但对方很可能希望被视为天主教会 Leader Title的正式代表,并考察我们在西方教会大分裂忠于何方。虽然我们无法直接拒绝,但毫无疑问我们仍可以选择展示我们的忠诚所在。
1312outcome = neutral
1314image = "gfx/interface/illustrations/situation/western_schism.dds"
选项
ATarget Schism Pope Cardinal当然是真正的天主教会 Leader Title。
1324custom_tooltip = {
1325text = western_schism_resolution_impact_positive.tt 被选中的一方将在西方教会大分裂中获得一些支持
1328active_resolution(resolution:western_schism_resolution) = {
1329save_temporary_scope_as = resolution
1330scope:target_schism_pope_cardinal = {
1331save_temporary_scope_as = voter
1332scope:resolution = {
1333vote_in_active_resolution(scope:voter) ?= {
1334change_variable = {
1336add = {
1337value = "scope:voter.num_cardinals"
1338multiply = 0.2
}
}
}
}
}
}
}
}
B我们忠于Target Schism Opponent Cardinal。
1352custom_tooltip = {
1353text = western_schism_resolution_impact_negative.tt 被选中的一方将在西方教会大分裂中失去一些支持
1356active_resolution(resolution:western_schism_resolution) = {
1357save_temporary_scope_as = resolution
1358scope:target_schism_pope_cardinal = {
1359save_temporary_scope_as = voter
1360scope:resolution = {
1361vote_in_active_resolution(scope:voter) ?= {
1362change_variable = {
1364add = {
1365value = "scope:voter.num_cardinals"
1366multiply = -0.2
}
}
}
}
}
}
}
}