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_ser.160] 科索沃战役

时间范围:1340.1.1 - 1500.1.1(每月 1% 概率)

触发条件

  • 国家拥有变量 battle_of_kosovo_var
  • 国家正在与 TUR(奥斯曼帝国)交战。

关键效果

  • 选项 A (flavor_ser.160.a):
    • 获得 army_tradition_extreme_bonus(陆军传统极大加成)。
    • 设置变量 vidovdan_variable

背景介绍: 该事件模拟了历史上塞尔维亚与奥斯曼帝国之间著名的科索沃战役。战役发生在1389年6月28日(圣维特日),是塞尔维亚王国与奥斯曼帝国扩张势力之间的关键冲突。虽然战役结果在军事上难分胜负,且双方领导人均阵亡,但它标志着塞尔维亚抵抗奥斯曼入侵的决定性时刻,并成为塞尔维亚民族史诗和集体记忆的核心事件。在游戏中,此事件旨在反映塞尔维亚在特定历史时期内面对奥斯曼威胁时的关键抉择及其对军事传统的影响。

完整事件代码

flavor_ser.160 = { #Battle of Kosovo
	type = country_event
	title = flavor_ser.160.title
	desc = flavor_ser.160.desc

	historical_info = flavor_ser.160.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SER
		from = 1340.1.1
		to = 1500.1.1
		monthly_chance = 1
	}

	trigger = {
		has_variable = battle_of_kosovo_var
		is_at_war_with = c:TUR
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

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

	after = {
		remove_variable = battle_of_kosovo_var
	}

	option = {
		name = flavor_ser.160.a
		add_army_tradition = army_tradition_extreme_bonus
		set_variable = vidovdan_variable
	}
}