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_ira.43 库姆的什叶派学者

时间范围:1500.1.1 - 1600.1.1(每月 2% 概率) 触发条件

  • 国家拥有库姆(Qom)地区。
  • 国家宗教为什叶派(Shia)。

关键效果

  • 选项 A (flavor_ira.43.a)
    • 历史选项:否
    • 使库姆地区获得温和的发展度与繁荣度提升。
    • 国库支出相当于3倍规模的黄金。
    • 社会价值观向“法学”(Jurisprudence)方向移动。
    • 教士阶层(Clergy Estate)获得温和的满意度提升。
  • 选项 B (flavor_ira.43.b)
    • 历史选项:否
    • 社会价值观向“神秘主义”(Mysticism)方向移动。

背景介绍: 在16世纪,萨法维帝国确立什叶派为国教后,作为什叶派圣城和学术中心的库姆(Qom)地位日益凸显。统治者面临着如何支持宗教机构发展的抉择:是投入资源建设宗教中心、强化法学传统,还是更倾向于支持神秘主义苏菲派的发展。这一决策影响着国家宗教政策的方向和教士阶层与王室的关系。

完整事件代码

flavor_ira.43 = {
	type = country_event
	title = flavor_ira.43.title
	desc = flavor_ira.43.desc

	dynamic_historical_event = {
		tag = IRA
		from = 1500.1.1
		to = 1600.1.1
		monthly_chance = 2
	}

	fire_only_once = yes

	trigger = {
		owns = location:qom
		religion = religion:shia
	}

	illustration_tags = {
        10 = happy
        10 = exterior
    }

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

		location:qom = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_ira.43.a

		scope:target_location = {
			change_development = development_mild_bonus
			change_prosperity = prosperity_mild_bonus
		}

		change_gold_effect = { scale = -3 }

		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_move_to_right }

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

	option = {
		name = flavor_ira.43.b
		
		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_move_to_left }
	}
}