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.5 神圣同盟胜利

时间范围:该事件代码未指定 fromto 日期,也未指定 monthly_chance 概率。其触发依赖于游戏脚本中的其他逻辑。

触发条件:该事件代码本身未包含 trigger 字段。其触发依赖于外部脚本或前置事件。

关键效果

  • 选项 A
    • 名称:flavor_pap_holy_league.5.a
    • 效果:
      • 获得巨额威望加成 (add_prestige = prestige_severe_bonus)
      • 获得巨额陆军传统加成 (add_army_tradition = army_tradition_severe_bonus)

背景介绍:此事件标志着“神圣同盟”在对抗其对手(很可能是奥斯曼帝国)的战争中取得了决定性胜利。神圣同盟通常是由教皇国发起,联合多个天主教国家组成的军事联盟,旨在抵御奥斯曼帝国在地中海和东南欧的扩张。事件的胜利结果会极大地提升领导国(此处为事件接收国)的威望和军事声誉。

完整事件代码

flavor_pap_holy_league.5 = { #Holy League Victorious
	type = country_event
	title = flavor_pap_holy_league.5.title
	desc = flavor_pap_holy_league.5.desc
	
	historical_info = flavor_pap_holy_league.5.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.5.a
		add_prestige = prestige_severe_bonus
		add_army_tradition = army_tradition_severe_bonus
	}
}