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.33] 德里苏丹国大维齐尔登场

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

触发条件

  • 国家为德里苏丹国(DLH)。
  • 满足以下任一条件:
    1. 国家有统治者,且统治者不是人物 dlh_muhammad_bin_tughluq
    2. 国家有摄政,且摄政不是人物 dlh_muhammad_bin_tughluq

关键效果

  • 选项 A (flavor_dlh.33.a)
    • 为创建的人物 target_character 添加并延长特质 dlh_grand_wazir_capabilities
    • 将该人物移动至本国。
    • 设置该人物的变量 dlh_grand_vizier,使其在担任内阁成员期间提供正面事件。
  • 选项 B (flavor_dlh.33.b)
    • 将创建的人物 target_character 流放。

背景介绍: 在德里苏丹国图格鲁克王朝时期,尤其是在穆罕默德·本·图格鲁克统治之后,国家治理面临挑战。一位来自泰卢固文化背景、名为马利克·马克布尔的杰出人物在此时崭露头角。他是一位逊尼派穆斯林,以其在行政、外交和军事方面的卓越才能而闻名。此事件模拟了这位潜在的“大维齐尔”(Grand Wazir)在德里宫廷中寻求机遇的历史时刻,他的登场可能为苏丹国的治理带来深远影响。

完整事件代码

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

	illustration_tags = {
		10 = interior
		10 = regular
	}

	dynamic_historical_event = {
		tag = DLH
		from = 1350.1.1
		to = 1400.1.1
		monthly_chance = 2
	}

	fire_only_once = yes

	trigger = {
		OR = {
			AND = {
				has_ruler = yes
				ruler != character:dlh_muhammad_bin_tughluq
			}
			AND = {
				has_regent = yes
				regent != character:dlh_muhammad_bin_tughluq
			}
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		create_character = {
			first_name = name_malik
			last_name = maqbul
			culture = culture:telugu
			religion = religion:sunni
			estate = estate_type:clergy_estate
			birth_date = 1320.5.3
			save_scope_as = target_character
			adm = { 70 90 }
			dip = { 65 80 }
			mil = { 70 90 }
			create_in_limbo = yes
		}

		ruler_or_heir_if_regent ?= {
			save_scope_as = target_character2
		}
	}

	option = {
		name = flavor_dlh.33.a
		
		scope:target_character = {
			add_character_modifier = {
				mode = add_and_extend
				modifier = dlh_grand_wazir_capabilities
				years = -1
			}
		}
		scope:target_character = { move_country = root }

		custom_tooltip = {
			text = dlh_character_grants_positive_events_as_long_as_they_are_in_cabinet_tt
			scope:target_character = {
				set_variable = dlh_grand_vizier
			}
		}
	}

	option = {
		name = flavor_dlh.33.b
		
		scope:target_character = {
			banish_character = yes
		}
	}
}