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.3 响应圣战号召

时间范围
无明确 fromto 日期限制。
触发概率
monthly_chance 字段,为一次性触发事件。

触发条件
此事件为动态触发,无显式 trigger 字段。通常由游戏系统在特定情境(如教皇发起圣战联盟)下,向符合条件的国家发出邀请后触发。

关键效果

  • 选项:flavor_pap_holy_league.3.a
    接受号召,加入圣战联盟。
    效果:
    • 对目标国家(scope:target_country
      • 增加对事件发起国(ROOT)的好感度,修正为 pap_joined_the_holy_league
      • 以攻击方身份加入指定的圣战战争(scope:holy_league_crusade_war)。

背景介绍
该事件模拟了历史上教皇为应对重大威胁(如奥斯曼帝国的扩张)而发起“圣战联盟”(Holy League)的号召。当教皇向天主教国家发出加入联盟的呼吁后,各国面临是否响应号召、参与圣战的选择。接受号召的国家将正式加入联盟战争,并因此获得教皇的赞赏与好感。

完整事件代码

flavor_pap_holy_league.3 = { #Country Accepted the Call
	type = country_event
	title = flavor_pap_holy_league.3.title
	desc = flavor_pap_holy_league.3.desc

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:clergy background = pop_type:soldiers }
	}

	option = {
		name = flavor_pap_holy_league.3.a
		show_as_tooltip = {
			scope:target_country = {
				add_opinion = { target = ROOT modifier = pap_joined_the_holy_league }
				join_war_as_attacker = { war = scope:holy_league_crusade_war }
			}
		}
	}
}