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.10] 奥斯曼被击败

时间范围:无具体起止日期(事件为一次性触发,无 fromto 字段)
触发概率:无 monthly_chance 字段(事件为一次性触发,概率由游戏逻辑控制)

触发条件

  • 事件为一次性触发(fire_only_once = yes
  • 具体触发条件未在代码中直接给出,通常由游戏内其他事件或条件链触发

关键效果

  • 选项 Aflavor_pap_holy_league.10.a):
    • 减少大量威望(add_prestige = prestige_severe_penalty
    • 减少大量陆军传统(add_army_tradition = army_tradition_severe_penalty

背景介绍
该事件标志着奥斯曼帝国在神圣同盟战争中的失败。作为战败方,国家将承受威望和军事声誉上的严重损失,反映出战败对国内士气和国际地位的重大打击。

完整事件代码

flavor_pap_holy_league.10 = { #Ottomans Defeated
	type = country_event
	title = flavor_pap_holy_league.10.title
	desc = flavor_pap_holy_league.10.desc
	
	fire_only_once = yes
	
	
	historical_info = flavor_pap_holy_league.5.historical_info

	illustration_tags = {
		10 = angry
		10 = interior
	}

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

	option = {
		name = flavor_pap_holy_league.10.a
		add_prestige = prestige_severe_penalty
		add_army_tradition = army_tradition_severe_penalty
	}
}