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.160 阿卡领主

时间范围:1740.1.1 - 1775.1.1(每月 10% 概率触发)

触发条件

  • 国家控制阿卡地区(location:acre)。
  • 社会价值观“中央集权 vs 地方分权”大于 -25。
  • 国家拥有统治者。

关键效果

  • 历史选项 (flavor_tur.160.a)
    • 阿卡省份所有地点的人口满意度遭受严重惩罚。
    • 随机结果:
      • 30% 概率:扎希尔·奥马尔在战斗中死亡。
      • 30% 概率:扎希尔·奥马尔被俘并处决。
      • 40% 概率:扎希尔·奥马尔逃脱,国家损失少量政府力量。
    • 国家稳定性遭受严重惩罚。
    • 社会价值观“中央集权 vs 地方分权”小幅向左移动(趋向地方分权)。
  • 选项 (flavor_tur.160.b)
    • 国家获得大量金钱(12倍规模)。
    • 人物扎希尔·奥马尔加入本国。
    • 社会价值观“中央集权 vs 地方分权”大幅向右移动(趋向中央集权)。
    • 社会价值观“好战 vs 和解”小幅向右移动(趋向好战)。
    • 国家损失少量政府力量。

背景介绍: 该事件反映了18世纪中叶奥斯曼帝国对阿卡地区(今以色列北部)的控制与地方势力崛起的矛盾。扎希尔·奥马尔是一位具有黎凡特文化背景的逊尼派贵族,他在阿卡出生并展现出卓越的行政与军事才能。事件模拟了奥斯曼帝国中央政权面对这位潜在的地方强人时的抉择:是采取强硬手段镇压,导致地区动荡和人才损失;还是选择招揽安抚,利用其能力但需付出中央权威削弱和财政支出的代价。这体现了帝国在维持集权与应对地方自治需求之间的经典困境。

完整事件代码

flavor_tur.160 = { #The Lord of Acre
	type = country_event
	title = flavor_tur.160.title
	desc = flavor_tur.160.desc

	historical_info = flavor_tur.160.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1740.1.1
		to = 1775.1.1
		monthly_chance = 10
	}

	trigger = {

		any_owned_location = { this = location:acre }

		societal_value:centralization_vs_decentralization > -25

		has_ruler = yes
	}

	immediate = {

		capital = { save_scope_as = target_location }

		create_named_dynasty = al_zayadina_dynasty

		location:acre.province = {
			save_scope_as = target_province
		}

		create_character = {
			first_name = Zahir
			last_name = name_al_umar
			adm = 90
			dip = 50
			mil = 80
			female = no
			culture = culture:levantine_culture
			religion = religion:sunni
			estate = estate_type:nobles_estate
			birth_location = location:acre
			birth_date = 1689
			script = tur_zahir_al_umar
			save_scope_as = zahir_al_umar
			create_in_limbo = yes

			dynasty = dynasty:al_zayadina_dynasty
		}
	}

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

		scope:target_province = {
 			every_location_in_province = {
  				every_pop = {	add_pop_satisfaction = pop_satisfaction_severe_penalty	}
 			}
		}

		random_list = {

			30 = {
				custom_tooltip = zahir_dies_in_battle.tt
				kill_character = {
					target = scope:zahir_al_umar
					reason = battle
				}
			}
			30 = {
				custom_tooltip = zahir_is_captured.tt
				kill_character = {
					target = scope:zahir_al_umar
					reason = execution
					killer = ruler
				}
			}
			40 = {
				custom_tooltip = zahir_escapes.tt
				kill_character_silently = scope:zahir_al_umar
				add_government_power = government_power_mild_penalty
			}
		}

		add_stability = stability_severe_penalty

		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_tiny_move_to_left
		}
	}

	option = {
		name = flavor_tur.160.b

		change_gold_effect = { scale = 12 }

		scope:zahir_al_umar = { move_country = root }
		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_large_move_to_right
		}

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_minor_move_to_right
		}

		add_government_power = government_power_mild_penalty
	}
}