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.11 萨法维耶教团的影响

时间范围
1455.1.1 - 1465.1.1
每月 20% 概率触发

触发条件

  • 国家宗教为什叶派(Shia)
  • 任意拥有的省份中,主流宗教为什叶派(Shia)

关键效果

  • 选项 A(历史选项)
    在所有什叶派主流省份添加修正 ira_safawiya,持续时间为标准修正年限(modifier_duration_years_normal),模式为叠加并延长(add_and_extend)。

  • 选项 B
    国家稳定度遭受轻度惩罚(stability_mild_penalty)。

背景介绍
该事件反映了15世纪中叶萨法维耶教团在什叶派地区逐渐扩大的影响力。萨法维耶教团最初是一个苏菲教团,后来逐渐演变为强大的政治军事力量,为16世纪初萨法维帝国的建立奠定了基础。事件模拟了统治者面对这一新兴宗教力量时可能采取的不同应对策略:或接纳并利用其影响力巩固统治,或采取压制措施以维持现状。

完整事件代码

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

	dynamic_historical_event = {
		tag = IRA
		from = 1455.1.1
		to = 1465.1.1
		monthly_chance = 20
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	fire_only_once = yes

	trigger = {
		OR = {
			religion = religion:shia
			any_owned_location = {
				dominant_religion = religion:shia
			}
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}

	option = {
		name = flavor_ira.11.a
		custom_tooltip = {
			text = flavor_ira.11.b.tt
			every_owned_location = {
				limit = {
					dominant_religion = religion:shia
				}
				add_location_modifier = { modifier = ira_safawiya years = modifier_duration_years_normal mode = add_and_extend }
			}
		}
	}

	option = {
		name = flavor_ira.11.b
		add_stability = stability_mild_penalty
	}
}