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.169] 1821年君士坦丁堡大屠杀

时间范围
1821.1.1-1821.12.31
(每月概率未指定)

触发条件

  • 国家总人口中希腊文化占比大于0%
  • 拥有至少一个位于巴尔干地区且主流文化为希腊文化的地点
  • 拥有至少一个位于安纳托利亚地区或色雷斯地区、主流文化为土耳其文化且包含至少2个希腊文化人口的地点

关键效果

  • 选项A(历史选项)

    • 获得3倍规模的金钱
    • 获得少量政府力量
    • 损失少量威望
    • 在选定地点(优先君士坦丁堡,否则为安纳托利亚/色雷斯地区人口最多的土耳其主流文化且含希腊人口的地点)随机选取两个不同的希腊文化人口,各减少50%人口规模
    • 所有本国拥有的希腊文化、东正教人口满意度大幅下降
    • 社会价值观向“好战”方向轻微移动
  • 选项B

    • 损失大量政府力量

背景介绍
1821年希腊独立战争爆发后,奥斯曼帝国境内针对希腊裔人口的暴力事件激增。在首都君士坦丁堡,苏丹马哈茂德二世下令逮捕并处决了包括东正教普世牧首格里高利五世在内的多名希腊社区领袖,引发了大规模迫害。这一事件加剧了帝国内部的民族宗教矛盾,并影响了后续巴尔干地区的独立运动进程。

完整事件代码

flavor_tur.169 = { #The Constantinople Massacre of 1821
	hide_portraits = yes
	type = country_event
	title = flavor_tur.169.title
	desc = flavor_tur.169.desc

	historical_info = flavor_tur.169.historical_info

	trigger = {
		"culture_percentage_in_country(culture:greek_culture)" > 0
		any_owned_location = {
			region = region:balkan_region
			dominant_culture = culture:greek_culture
		}
		any_owned_location = {
			OR = {
				region = region:anatolia_region
				area = area:thrace_area
			}
			dominant_culture = culture:turkish_culture
			any_pop = {
				culture = culture:greek_culture
				count >= 2
			}
		}
	}

	immediate = {
		if = {
			limit = {
				location:constantinople = {
					dominant_culture = culture:turkish_culture
					any_pop = {
						culture = culture:greek_culture
						count >= 2
					}
				}
			}
			location:constantinople = {
				save_scope_as = massacre_location
			}
		}
		else = {
			ordered_owned_location = {
				order_by = root.total_population
				limit = {
					OR = {
						region = region:anatolia_region
						area = area:thrace_area
					}
					dominant_culture = culture:turkish_culture
					any_pop = {
						culture = culture:greek_culture
						count >= 2
					}
				}
				max = 1
				save_scope_as = massacre_location
			}
		}
	}

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

		change_gold_effect = { scale = 3 }
		add_government_power = government_power_mild_bonus
		add_prestige = prestige_weak_penalty

		scope:massacre_location = {
			random_pop = {
				limit = { culture = culture:greek_culture }
				add_pop_size = {
					value = pop_size
					multiply = -0.5
				}
				save_scope_as = pop1
			}
			random_pop = {
				limit = {
					AND = {
						culture = culture:greek_culture
						NOT = { this = scope:pop1 }
					}
				}
				add_pop_size = {
					value = pop_size
					multiply = -0.5
				}
			}
		}

		custom_tooltip = {
			text = everyone_hates_you.tt
			every_owned_location = {
				every_pop = {
					limit = {
						owner = root
						culture = culture:greek_culture
						religion = religion:orthodox
					}
					add_pop_satisfaction = pop_satisfaction_ultimate_penalty
				}
			}
		}

		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_minor_move_to_left }
	}

	option = {
		name = flavor_tur.169.b
		add_government_power = government_power_severe_penalty
	}
}