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_tur.48] 战鼓擂动

时间范围

  • 事件发生期:1337.1.1 - 1437.1.1
  • 触发概率:每月 5% 概率

触发条件

  • 事件仅对 TUR(奥斯曼)国家触发。
  • 事件在时间范围内 仅能发生一次

关键效果

  • 选项 A(历史选项):

    • 为国家添加修正项 divergence_in_traditional_norms_modifier,持续 15 年(替换模式)。
    • 为文化添加 cultural_tradition_mild_penalty 效果。
  • 选项 B

    • 贵族阶层 添加 estate_satisfaction_severe_bonus 满意度。

背景介绍

该事件反映了奥斯曼帝国在14至15世纪初期,面临传统社会规范与军事扩张需求之间的张力。随着帝国版图的迅速扩大,原有的治理模式与文化传统受到冲击,统治阶层需在维持内部稳定与适应新形势之间做出抉择。战鼓的擂动不仅象征着军事动员,也预示着社会结构与文化认同的潜在变革。

完整事件代码

flavor_tur.48 = { #The Drums of War
	type = country_event
	title = flavor_tur.48.title
	desc = flavor_tur.48.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1337.1.1
		to = 1437.1.1
		monthly_chance = 5
	}

	historical_info = flavor_tur.48.historical_info

	option = {
		name = flavor_tur.48.a
		historical_option = yes

		add_country_modifier = {
			modifier = divergence_in_traditional_norms_modifier
			years = 15
			mode = replace
		}

		culture = { add_cultural_tradition = cultural_tradition_mild_penalty }
	}
	option = {
		name = flavor_tur.48.b
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_severe_bonus }
	}
}