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.164] 巴克拉瓦的祝福

时间范围:1537年1月1日 - 1837年1月1日(每月 5% 概率触发)

触发条件

  • 国家拥有 a_discovery_janissaries_advance 科技(发现耶尼切里军团相关科技)。
  • 国家拥有统治者。
  • 国家宗教属于穆斯林宗教组 (religion.group = religion_group:muslim)。

关键效果

  • 选项 A (flavor_tur.164.a)
    • 花费 5 金币。
    • 首都市场添加为期 48 个月的临时需求:demand:sugar_for_baklava(用于制作巴克拉瓦的糖)。
    • 增加少量威望 (prestige_mild_bonus)。
    • 增加少量陆军传统 (army_tradition_mild_bonus)。
  • 选项 B (flavor_tur.164.b)
    • 降低少量稳定度 (stability_weak_penalty)。

背景介绍: 巴克拉瓦是一种源自奥斯曼帝国的经典甜点,以其层层酥皮、坚果馅料和糖浆而闻名。这道甜点不仅是美食,也常与宫廷庆典、宗教节日和重要社交活动联系在一起。此事件模拟了统治者为了彰显国力、取悦臣民或庆祝军事成就,下令大规模制作和分发巴克拉瓦,从而消耗国库资源(特别是糖)并可能提升国家声望与军队士气的情景。拒绝这一传统则可能被视为吝啬或对文化习俗的忽视,影响社会稳定。

完整事件代码

flavor_tur.164 = { #The Blessings of Baklava
	type = country_event
	title = flavor_tur.164.title
	desc = flavor_tur.164.desc

	historical_info = flavor_tur.164.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1537.1.1
		to = 1837.1.1
		monthly_chance = 5
	}

	trigger = {

		has_advance = a_discovery_janissaries_advance

		has_ruler = yes

		religion.group = religion_group:muslim
	}

	immediate = {

		ruler = { save_scope_as = target_ruler }
	}

	option = {
		name = flavor_tur.164.a

		change_gold_effect = { scale = -5 }

		capital.market = {
  			add_temporary_demand = { type = demand:sugar_for_baklava months = 48 }
  		}

		add_prestige = prestige_mild_bonus

		add_army_tradition = army_tradition_mild_bonus
	}

	option = {
		name = flavor_tur.164.b

		add_stability = stability_weak_penalty
	}
}