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.188 土耳其软糖事件

时间范围
该事件为动态历史事件,无固定 fromto 日期限制。触发概率未在代码中明确指定(无 monthly_chance 字段)。

触发条件
代码中未明确列出 trigger 字段的具体条件。该事件的触发依赖于游戏引擎在满足特定未列出的动态条件时调用此事件。

关键效果

  • 选项: flavor_tur.188.a(代码中未标记为历史选项)
  • 效果: 所有希腊文化(culture:greek_culture)的人口将因“土耳其软糖”事件而 降低少量满意度add_pop_satisfaction = pop_satisfaction_weak_penalty)。

背景介绍
此事件描述了奥斯曼帝国境内希腊人口对“土耳其软糖”这一文化或社会事件的反应。在历史上,奥斯曼帝国是一个多民族、多文化的帝国,帝国内部的不同族群时常因文化习俗、政策或特定事件而产生不同的社会情绪。本事件通过希腊人口满意度的微小下降,模拟了某一特定事件(以“土耳其软糖”为象征)在希腊社群中引发的轻微不满或负面观感。

完整事件代码

flavor_tur.188 = {
	type = country_event
	title = flavor_tur.188.title
	desc = flavor_tur.188.desc

	option = {
		name = flavor_tur.188.a

		custom_tooltip = {
			text = tur_all_greek_pops_lose_satisfaction_due_to_turkish_delight_tt
			every_pop = {
				limit = {
					culture = culture:greek_culture
				}
				add_pop_satisfaction = pop_satisfaction_weak_penalty
			}
		}
	}
}