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.34 安纳托利亚学者的涌入

时间范围

1337.1.1 - 1437.1.1,每月有 5% 的概率触发。

触发条件

  • 国家威望 ≥ 30
  • 国家 未处于战争状态
  • 国家 不拥有 君士坦丁堡(Constantinople)和埃迪尔内(Edirne)这两个地点。
  • 国家已授予 “加齐特权”(estate_privilege:ghazi_privilege)

关键效果

选项 A (历史选项)

  • 为国家添加一个名为 “安纳托利亚学者涌入修正”(influx_of_anatolian_scholars_modifier) 的修正,持续 10年(将替换同名旧修正)。
  • 将事件中生成的目标人物 移入本国

选项 B

  • 贵族阶层(estate_type:nobles_estate) 增加 少量满意度(estate_satisfaction_mild_bonus)
  • 增加 少量稳定度(stability_weak_bonus)
  • (隐藏效果)静默处决 事件中生成的目标人物。

背景介绍

在奥斯曼帝国早期扩张阶段,尤其是在尚未征服君士坦丁堡和埃迪尔内等关键城市之前,帝国需要巩固其行政与知识体系。授予“加齐特权”鼓励了边疆战士和学者的流动。此事件模拟了在帝国威望高涨且处于和平时期时,一批来自安纳托利亚的学者和高效管理者可能选择投效奥斯曼宫廷,为国家带来知识与行政能力的提升,或者国家可以选择安抚传统贵族阶层以维持稳定。

完整事件代码

flavor_tur.34 = {
	hide_portraits = yes
	type = country_event
	title = flavor_tur.34.title
	desc = flavor_tur.34.desc
	fire_only_once = yes

	dynamic_historical_event = {
		tag = TUR
		from = 1337.1.1
		to = 1437.1.1
		monthly_chance = 5
	}

	historical_info = flavor_tur.34.historical_info

	trigger = {
		prestige >= 30.00
		at_war = no
		NOR = {
			owns = location:constantinople
			owns = location:edirne
		}

		has_estate_privilege = estate_privilege:ghazi_privilege
	}

	immediate = {
		create_character = {
			adm = { 25 100 }
			dip = { 25 100 }
			mil = { 25 100 }
			add_trait = trait:efficient_administrator
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_tur.34.a
		historical_option = yes
		add_country_modifier = {
			modifier = influx_of_anatolian_scholars_modifier
			years = 10
			mode = replace
		}

		scope:target_character = { move_country = root }
	}

	option = {
		name = flavor_tur.34.b
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
		add_stability = stability_weak_bonus

		hidden_effect = { kill_character_silently = scope:target_character }
	}
}