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.166] 巴格达总督

时间范围

  • 事件触发期:无明确 fromto 日期限制(通常为游戏全程)
  • 触发概率:无 monthly_chance 字段,为条件满足时触发

触发条件

  • 国家文化构成中 伊拉克文化占比大于 0%
  • 拥有 伊拉克阿拉伯地区 内至少一个省份,且该省份 不是巴格达
  • 拥有 巴格达 省份
  • 首都 不是巴格达

关键效果

选项 A(历史选项)

  • 稳定性:获得小幅稳定性加成
  • 治理效果:伊拉克阿拉伯地区所有省份获得 “称职治理” 效果
  • 发展度:巴格达获得小幅发展度加成
  • 社会价值:中央化 vs 去中央化 社会价值大幅向右移动(趋向中央化)
  • 人物操作:静默移除创建的哈桑·帕夏人物

选项 B

  • 人物操作:将创建的哈桑·帕夏人物移动至本国

背景介绍

该事件是奥斯曼帝国在控制伊拉克地区后,关于巴格达总督任命的政治决策。历史上,奥斯曼帝国常任命来自中央的帕夏(如哈桑·帕夏)管理伊拉克,以加强帝国对这片重要但文化差异较大地区的控制。事件反映了帝国在边疆地区平衡中央权威与地方治理的挑战。

完整事件代码

flavor_tur.166 = { #The Governor of Baghdad, triggered by flavor_tur.165
	type = country_event
	title = flavor_tur.166.title
	desc = flavor_tur.166.desc

	historical_info = flavor_tur.166.historical_info

	trigger = {
		"culture_percentage_in_country(culture:iraqi_culture)" > 0
		any_owned_location = {
			area = area:iraq_arabi_area
			NOT = {
				this = location:baghdad
			}
		}

		any_owned_location = { this = location:baghdad }

		capital = {
			NOT = {
				this = location:baghdad
			}
		}
	}

	immediate = {
		location:baghdad = { save_scope_as = target_location }
		capital = { save_scope_as = target_capital }
		create_named_dynasty = mamluks_of_iraq_dynasty
		create_character = {
			first_name = name_hasan
			last_name = pasha
			adm = 90
			dip = 65
			mil = 80
			female = no
			culture = culture:turkish_culture
			ethnicity = ethnicity:european_mediterranean_ethnicity
			religion = religion:sunni
			estate = estate_type:nobles_estate
			birth_location = location:constantinople
			age = 47
			add_trait = trait:scholar
			script = tur_hasan_pasha
			save_scope_as = hasan_pasha
			create_in_limbo = yes
			dynasty = dynasty:mamluks_of_iraq_dynasty
		}
	}

	option = {
		name = flavor_tur.166.a
		historical_option = yes
		custom_tooltip = hasan_pasha_becomes_governor.tt
		hidden_effect = {
   			kill_character_silently = scope:hasan_pasha
  		}
		add_stability = stability_mild_bonus
		custom_tooltip = {
			text = competent_governance.a.tt
 			every_owned_location = {
 				limit = { area = area:iraq_arabi_area }
				competent_governance = yes
			}
 		}
 		location:baghdad = {
 			change_development = development_mild_bonus
 		}
 		change_societal_value = { type = centralization_vs_decentralization value = societal_value_large_move_to_right }
	}

	option = {
		name = flavor_tur.166.b
		scope:hasan_pasha = { move_country = root }
	}
}