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.189] 法纳尔区建立

时间范围:1500.1.1 - 1821.1.1(每月 3% 概率)

触发条件

  • 国家首都位于君士坦丁堡(location:constantinople)。
  • 君士坦丁堡地区至少存在一个文化为希腊文化(culture:greek_culture)的人口。
  • 拜占庭帝国(c:BYZ)不存在。

关键效果

  • 选项 A (历史选项)
    • 在君士坦丁堡建造建筑:法纳尔区(building_type:phanariot_district)。
    • 为希腊文化(culture:greek_culture)添加文化传统:cultural_tradition_mild_bonus
    • 将本国文化对希腊文化的文化观感设置为“亲族”(kindred)。
    • 将希腊文化对本国文化的文化观感设置为“亲族”(kindred)。
  • 选项 B
    • 君士坦丁堡地区所有希腊文化人口获得人口满意度修正:pop_satisfaction_mild_penalty

背景介绍: 奥斯曼帝国征服君士坦丁堡后,大量希腊人口留在了新首都。随着时间的推移,一个以希腊裔精英为主的社区——法纳尔区逐渐形成。这些“法纳尔人”在帝国的行政、外交和商业领域扮演了重要角色,成为奥斯曼统治阶层与巴尔干基督教臣民之间的关键纽带。此事件反映了奥斯曼帝国对境内重要非穆斯林群体的治理策略,以及希腊文化在帝国体系内的特殊地位与影响力。

完整事件代码

flavor_tur.189 = {
	hide_portraits = yes
	type = country_event
	title = flavor_tur.189.title
	desc = flavor_tur.189.desc

	dynamic_historical_event = {
		tag = TUR
		from = 1500.1.1
		to = 1821.1.1
		monthly_chance = 3
	}

	fire_only_once = yes

	trigger = {
		capital = location:constantinople

		location:constantinople = {
			any_pop = {
				culture = culture:greek_culture
			}
		}

		NOT = { country_exists = c:BYZ }
	}

	immediate = {
		location:constantinople = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_tur.189.a

		historical_option = yes

		location:constantinople = {
			construct_building = {
				building_type = building_type:phanariot_district
			}
		}

		culture:greek_culture = {
			add_cultural_tradition = cultural_tradition_mild_bonus
		}

		culture = { set_cultural_view = { target = culture:greek_culture value = kindred } }
		culture = { reverse_set_cultural_view = { target = culture:greek_culture value = kindred } }
	}

	option = {
		name = flavor_tur.189.b

		custom_tooltip = {
			text = tur_lose_greek_satisfaction_in_constantinople_tt
			location:constantinople = {
				every_pop = {
					limit = {
						culture = culture:greek_culture
					}
					add_pop_satisfaction = pop_satisfaction_mild_penalty
				}
			}
		}
	}
}