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.50] 狂热统治者与宗教改革

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

触发条件

  • 国家统治者或摄政王:
    • 属于穆斯林宗教组 (religion.group = religion_group:muslim)
    • 拥有“狂热者”特质 (has_trait = zealot)

关键效果

  • 选项 A (flavor_dlh.50.a)
    • 解锁政府改革“沙哈纳-伊-曼迪” (shahana_i_mandi)
    • 立即采用政府改革“沙哈纳-伊-曼迪”
  • 选项 B (flavor_dlh.50.b)
    • 增加“齐米阶层”的阶层满意度 (estate_type:dhimmi_estate),幅度为轻微增益 (estate_satisfaction_mild_bonus)

背景介绍: 在14世纪,一个由狂热穆斯林统治者领导的国家面临关键的治理抉择。统治者强烈的宗教热忱可能推动国家走向更严格的宗教化改革,以强化信仰在国家治理中的核心地位;也可能选择安抚国内的非穆斯林臣民,以维持社会稳定与税收。这一事件反映了中世纪伊斯兰国家在宗教理想与现实统治之间所面临的张力。

完整事件代码

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

	illustration_tags = {
		10 = interior
		10 = regular
	}

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

	fire_only_once = yes

	trigger = {
		ruler_or_regent ?= {
			religion.group = religion_group:muslim
			has_trait = zealot
		}	
	}

	immediate = {
		event_illustration_government_estate_effect = yes
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_dlh.50.a
		
		unlock_government_reform_effect = {
			type = shahana_i_mandi
		}

		add_reform = government_reform:shahana_i_mandi
	}

	option = {
		name = flavor_dlh.50.b
		
		add_estate_satisfaction = {
			type = estate_type:dhimmi_estate
			value = estate_satisfaction_mild_bonus
		}
	}
}