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_mug.1] 宗教学校改革

时间范围:1550.1.1 - 1700.1.1(每月 2% 概率)

触发条件

  • 国家宗教为 什叶派逊尼派
  • 统治者拥有 宽容 特质。
  • 存在 宗教学校
  • 社会价值观 神秘主义 vs 法学 的数值 ≤ -50。
  • 国家宗教支持宗教学校系统。

关键效果

  • 选项 A (flavor_mug.1.a)

    • 设置宗教学校为 “丁-伊-伊拉希”学派
    • 设置全局变量 din_i_ilahi_founded
  • 选项 B (flavor_mug.1.b)

    • 将社会价值观 神秘主义 vs 法学 向“法学”方向轻微调整。
    • 神职人员阶层 提供适度的满意度加成。

背景介绍: 在莫卧儿帝国时期,统治者阿克巴大帝推行了一系列宗教宽容与改革政策。他试图调和帝国境内多样的宗教信仰,甚至创立了融合多种教义的“丁-伊-伊拉希”(神圣信仰)学派。此事件模拟了在特定宗教与社会环境下,统治者面临的选择:是推动激进的宗教融合与改革,还是采取更温和的方式安抚传统宗教机构。

完整事件代码

flavor_mug.1 = {
	type = country_event
	title = flavor_mug.1.title
	desc = flavor_mug.1.desc
	historical_info = flavor_mug.1.historical_info

	major = yes

	major_trigger = {
		OR = {
			religion = religion:shia
			religion = religion:sunni
		}
	}

	fire_only_once = yes

	dynamic_historical_event = {
		tag = MUG
		from = 1550.1.1
		to = 1700.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = interior
		10 = happy
	}

    trigger = {
        OR = {
			religion = religion:shia
			religion = religion:sunni
		}
		ruler ?= {
			has_trait = tolerant
		}
		exists = religious_school
		societal_value:mysticism_vs_jurisprudence <= -50
		religion = { has_religious_schools = yes }
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		ruler ?= {
			save_scope_as = target_character
		}

		religious_school = {
			save_scope_as = target_religious_school
		}
	}

	option = {
		name = flavor_mug.1.a

		custom_tooltip = {
			text = mug_enable_din_i_ilahi_school_tt
			set_global_variable = din_i_ilahi_founded
		}

		set_religious_school = religious_school:din_i_ilahi_school
	}

	option = {
		name = flavor_mug.1.b

		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right }

		add_estate_satisfaction = {
			type = estate_type:clergy_estate
			value = estate_satisfaction_mild_bonus
		}
	}
}