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.9] 奥斯曼帝国获胜

时间范围
无明确时间范围(事件通过其他条件触发,无 fromto 字段)

触发条件

  • 事件仅能触发一次(fire_only_once = yes
  • 具体触发逻辑需参考其他关联事件或脚本(代码中未直接给出 trigger 字段)

关键效果

  • 选项 Aflavor_pap_holy_league.9.a
    • 获得巨额威望加成(add_prestige = prestige_severe_bonus
    • 获得巨额陆军传统加成(add_army_tradition = army_tradition_severe_bonus

背景介绍
此事件描述了在神圣同盟的背景下,奥斯曼帝国取得重大胜利后的情景。事件通过威望和陆军传统的显著提升,反映了奥斯曼帝国在军事和政治上的成功对国内士气和国际地位带来的积极影响。

完整事件代码

flavor_pap_holy_league.9 = { #Ottomans Victorious
	type = country_event
	title = flavor_pap_holy_league.9.title
	desc = flavor_pap_holy_league.9.desc
	
	fire_only_once = yes
	
	historical_info = flavor_pap_holy_league.6.historical_info

	illustration_tags = {
		10 = happy
		10 = interior
	}

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

	option = {
		name = flavor_pap_holy_league.9.a
		add_prestige = prestige_severe_bonus
		add_army_tradition = army_tradition_severe_bonus
	}
}