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.8 德里贵族对苏丹的挑战

时间范围:1341.1.1 - 1405.12.30(每月 5% 概率)

触发条件

  • 国家处于 situation:fall_of_delhi 状态。
  • 人物 character:dlh_qutb_ud_in_aibak 存在。

关键效果

  • 选项 A (flavor_dlh.8.a)

    • 增加 stability_extreme_penalty(极端惩罚)的稳定度。
    • estate_type:nobles_estate(贵族阶层)增加 estate_satisfaction_extreme_penalty(极端惩罚)的阶层满意度。
    • serfdom_vs_free_subjects(农奴制 vs 自由民)社会价值观向右侧大幅移动 (societal_value_large_move_to_right)。
  • 选项 B (flavor_dlh.8.b)

    • 增加 government_power_extreme_penalty(极端惩罚)的政府力量。
    • estate_type:nobles_estate(贵族阶层)增加 estate_satisfaction_extreme_bonus(极端奖励)的阶层满意度。
    • serfdom_vs_free_subjects(农奴制 vs 自由民)社会价值观向左侧大幅移动 (societal_value_large_move_to_left)。
    • 隐藏效果:为 DLH 国家变量 fall_of_delhi_vote_weight 减少 0.05。

背景介绍: 在德里苏丹国衰落时期,苏丹的权威受到地方贵族的严重挑战。此事件模拟了苏丹在面对贵族阶层压力时,必须在维持中央集权与安抚地方势力之间做出艰难抉择。选择镇压贵族可能导致国家动荡,而妥协则可能削弱苏丹的统治基础并影响国家在“德里衰落”局势中的走向。

完整事件代码

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

	dynamic_historical_event = {
		tag = DLH
		from = 1341.1.1
		to = 1405.12.30
		monthly_chance = 5
	}

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

	illustration_tags = {
		10 = interior
		10 = angry
	}

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

	option = {
		name = flavor_dlh.8.a 
		
		add_stability = stability_extreme_penalty
		add_estate_satisfaction = { 
			type = estate_type:nobles_estate 
			value = estate_satisfaction_extreme_penalty 
		}
		change_societal_value = {
			type = serfdom_vs_free_subjects
			value = societal_value_large_move_to_right
		}
	}

	option = {
		name = flavor_dlh.8.b

		add_government_power = government_power_extreme_penalty
		add_estate_satisfaction = { 
			type = estate_type:nobles_estate 
			value = estate_satisfaction_extreme_bonus 
		}
		change_societal_value = {
			type = serfdom_vs_free_subjects
			value = societal_value_large_move_to_left
		}
		custom_tooltip = delhi_lose_5_support_tt
		hidden_effect = {
			c:DLH = {
				change_variable = {
					name = fall_of_delhi_vote_weight
					add = -0.05
				}
			}
		}
	}
	historical_info = flavor_dlh.8.historical_info
}