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.9 拉齐娅·苏丹的统治危机

时间范围:1339.1.1 - 1350.12.30(每月 5% 概率)

触发条件

  • 国家处于 situation:fall_of_delhi 情境中。
  • 人物 character:dlh_jalalat_ud_din_razia 存在。

关键效果

  • 选项 A (flavor_dlh.9.a)

    • 国家稳定性遭受极端惩罚。
    • 农民阶层满意度获得严重增益。
  • 选项 B (flavor_dlh.9.b)

    • 贵族阶层满意度获得极端增益。
    • (隐藏效果)德里苏丹国变量 fall_of_delhi_vote_weight 减少 0.05。

背景介绍: 此事件描绘了德里苏丹国在特定历史情境下的内部危机。事件聚焦于人物贾拉勒-乌德-丁·拉齐娅,她是德里苏丹国历史上的一位重要统治者。选项反映了在统治不稳时期,君主必须在安抚愤怒的农民阶层与争取贵族支持之间做出艰难抉择,不同的选择将对国家稳定和特定政治进程的权重产生深远影响。

完整事件代码

flavor_dlh.9 = {
	hide_portraits = yes
	type = country_event
	title = flavor_dlh.9.title
	desc = flavor_dlh.9.desc
	fire_only_once = yes

	dynamic_historical_event = {
		tag = DLH
		from = 1339.1.1
		to = 1350.12.30
		monthly_chance = 5
	}

	trigger = {
		is_situation_active = situation:fall_of_delhi
		exists = character:dlh_jalalat_ud_din_razia
	}

	illustration_tags = {
		10 = exterior
		10 = angry
	}

	immediate = { 
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate } 
		character:dlh_jalalat_ud_din_razia = { save_scope_as = target_character }
	}

	option = {
		name = flavor_dlh.9.a 
		
		add_stability = stability_extreme_penalty
		add_estate_satisfaction = { type = estate_type:peasants_estate 
			value = estate_satisfaction_severe_bonus
		}
	}

	option = {
		name = flavor_dlh.9.b

		add_estate_satisfaction = { type = estate_type:nobles_estate 
			value = estate_satisfaction_extreme_bonus 
		}
		custom_tooltip = delhi_lose_5_support_tt
		hidden_effect = {
			c:DLH = {
				change_variable = {
					name = fall_of_delhi_vote_weight
					subtract = 0.05
				}
			}
		}
	}
	historical_info = flavor_dlh.9.historical_info
}