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_dlh.48] 德里苏丹国继承危机

时间范围:1380.1.1 - 1410.1.1(每月 2% 概率)

触发条件

  • 国家 DLH 存在。
  • DLHTIM(帖木儿帝国)的附属国。

关键效果

  • 选项 A (flavor_dlh.48.a):
    • 将新统治者设置为事件创建的 target_character(希兹尔)。
    • 增加 25% 的 liberty_desire(独立倾向)。
  • 选项 B (flavor_dlh.48.b):
    • 减少 30% 的 liberty_desire(独立倾向)。

背景介绍: 此事件模拟了14世纪末至15世纪初,作为帖木儿帝国附庸的德里苏丹国(DLH)所面临的内部继承问题。帖木儿帝国在1398年洗劫德里后,对德里苏丹国施加了巨大的政治影响。事件中,一位名为希兹尔(Khizr)、自称赛义德后裔(Sayyid dynasty)的贵族人物出现,他拥有出色的外交能力(dip=80),代表了苏丹国内部一股可能寻求更独立地位或与宗主国妥协的政治力量。玩家的选择将直接影响德里苏丹国对帖木儿帝国的忠诚度。

完整事件代码

flavor_dlh.48 = {
	type = country_event
	title = flavor_dlh.48.title
	desc = flavor_dlh.48.desc

	illustration_tags = {
		10 = interior
		10 = angry
	}

	dynamic_historical_event = {
		tag = DLH
		from = 1380.1.1
		to = 1410.1.1
		monthly_chance = 2
	}

	fire_only_once = yes

	trigger = {
		country_exists = c:TIM
		is_subject_of = c:TIM	
	}

	immediate = {
		event_illustration_government_estate_effect = yes
		capital ?= {
			create_dynasty_from_location = sayyid_dynasty
		}
		create_character = {
			first_name = name_khizr
			culture = root.culture
			religion = root.religion
			dynasty = dynasty:sayyid_dynasty
			adm = 60
			dip = 80
			mil = 50
			estate = estate_type:nobles_estate
			birth_date = 1361.8.2
			save_scope_as = target_character
		}

		overlord = {
			save_scope_as = target_country
		}
	}

	option = {
		name = flavor_dlh.48.a
		
		set_new_ruler = scope:target_character
		add_liberty_desire = 25
	}

	option = {
		name = flavor_dlh.48.b
		
		add_liberty_desire = -30
	}
}