Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flavor_pap_holy_league.4 拒绝圣盟召唤

时间范围
无明确 fromto 日期,事件触发后立即执行。

触发条件
事件由游戏系统在特定情境下触发,无显式 trigger 字段。

关键效果

  • 选项: flavor_pap_holy_league.4.a
    • 效果:目标国家(target_country)对本国(ROOT)添加观点修正 pap_refused_the_holy_league

背景介绍
该事件反映了在宗教改革与反宗教改革斗争激烈的16世纪欧洲,教皇号召各国加入“圣盟”(Holy League)以对抗新教势力。当某国拒绝响应教皇的军事或政治号召时,会引发教廷的不满,影响两国关系。事件通过观点修正模拟了这种外交上的疏远与信任流失。

完整事件代码

flavor_pap_holy_league.4 = { #Country Refused the Call
	type = country_event
	title = flavor_pap_holy_league.4.title
	desc = flavor_pap_holy_league.4.desc

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}

	option = {
		name = flavor_pap_holy_league.4.a
		show_as_tooltip = {
			scope:target_country = {
				add_opinion = { target = ROOT modifier = pap_refused_the_holy_league }
			}
		}
	}
}