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.1200] 德里苏丹国与帖木儿帝国关系

时间范围:1400.1.1 - 1450.1.1(每月 2% 概率)

触发条件

  • 帖木儿帝国(c:TIM)存在。
  • 本国是帖木儿帝国的附属国。

关键效果

  • 选项 A (flavor_dlh.1200.a):
    • 触发事件 flavor_dlh.1201
    • 增加 35% 独立倾向。
  • 选项 B (flavor_dlh.1200.b):
    • 减少 15% 独立倾向。

背景介绍: 此事件模拟了15世纪初德里苏丹国(DLH)作为帖木儿帝国附属国时的政治抉择。在帖木儿帝国(TIM)的统治下,德里苏丹国的统治者面临着维持忠诚以换取稳定,或是暗中策划削弱宗主国统治的两难局面。事件反映了这一时期南亚地区附属国与强大宗主国之间复杂的权力博弈和独立倾向的波动。

完整事件代码

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

	illustration_tags = {
		10 = interior
		10 = angry
	}

	dynamic_historical_event = {
		tag = DLH
		from = 1400.1.1
		to = 1450.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
		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		overlord = {
			save_scope_as = target_country
			ruler_or_regent ?= {
				save_scope_as = target_character2
			}
		}

		save_scope_as = target_country2
	}

	option = {
		name = flavor_dlh.1200.a
		
		custom_tooltip = {
			text = dlh_start_undermining_timurid_rule_tt
			trigger_event_silently = flavor_dlh.1201
		}

		add_liberty_desire = 35
	}

	option = {
		name = flavor_dlh.1200.b
		
		add_liberty_desire = -15
	}
}