
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"
選択肢
Aもちろん、Target 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
}
}
}
}
}
}
}
}