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_byz.18 拜占庭的陷落

时间范围
无明确 fromto 日期,无 monthly_chance 概率设置。

触发条件
无明确 trigger 字段定义。

关键效果

  • 选项 Aflavor_byz.18.a):
    • 触发自定义提示文本 BYZ_FALL_OF_BYZANTIUM_CONVERSION
    • 对本国所有拥有希腊文化人口的地区,其内所有由本国拥有且文化为希腊的人口,施加极端惩罚级别的人口满意度修正(add_pop_satisfaction = pop_satisfaction_extreme_penalty)。

背景介绍
该事件描绘了拜占庭帝国陷落的历史时刻。随着奥斯曼帝国的崛起与最终征服,延续千年的东罗马帝国走向终结。事件聚焦于帝国核心的希腊文化人口在政权更迭与社会剧变中所承受的冲击与不满,反映了这一重大历史转折带来的深刻社会影响。

完整事件代码

flavor_byz.18 = {
	hide_portraits = yes
	type = country_event
	title = flavor_byz.18.title
	desc = flavor_byz.18.desc
	image = "gfx/interface/illustrations/situation/rise_of_the_ottomans.dds"

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		if = {
			limit = {
				any_cabinet_character ?= {
					culture = culture:greek_culture
				}
			}
			random_cabinet_character ?= {
				limit = {
					culture = culture:greek_culture
				}
				save_scope_as = target_character
			}
		}

		ordered_owned_location = {
			limit = {
				any_pop = {
					culture = culture:greek_culture
				}
			}
			order_by = population
			max = 1
			check_range_bounds = no
			save_scope_as = target_location2
		}
	}

	option = {
		name = flavor_byz.18.a

		custom_tooltip = {
			text = BYZ_FALL_OF_BYZANTIUM_CONVERSION
			every_owned_location = {
				limit = {
					any_pop = { culture = culture:greek_culture }
				}
				every_pop = {
					limit = {
						owner = root
						culture = culture:greek_culture
					}
					add_pop_satisfaction = pop_satisfaction_extreme_penalty
				}
			}
		}
	}
}