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_swe.22 瑞典宗教与社会变革

时间范围:1720.1.1 - 1740.1.1,每月 5% 概率触发

触发条件

  • 国家宗教为新教 (is_protestant = yes)

关键效果

  • 选项 A (历史选项)
    • 社会价值观:传统主义与创新性 (traditionalist_vs_innovative) 小幅向左移动(偏向传统主义)
    • 获得大量稳定度加成 (stability_severe_bonus)
  • 选项 B
    • 社会价值观:传统主义与创新性 (traditionalist_vs_innovative) 小幅向右移动(偏向创新性)
    • 遭受大量稳定度惩罚 (stability_severe_penalty)

背景介绍: 该事件反映了18世纪早期瑞典(SWE)作为新教国家所面临的社会与宗教内部张力。在1720年至1740年间,国家可能在传统宗教价值观与新兴社会创新思潮之间做出抉择,这一选择将直接影响国家的稳定与发展方向。事件通过社会价值观的调整和稳定度的剧烈变化,模拟了这一时期瑞典国内保守势力与改革派之间的潜在冲突与平衡。

完整事件代码

flavor_swe.22 = {
	type = country_event
	title = flavor_swe.22.title
	desc = flavor_swe.22.desc
	historical_info = flavor_swe.22.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1720.1.1
		to = 1740.1.1
		monthly_chance = 5
	}

	trigger = {
		is_protestant = yes
	}

	illustration_tags = {
        10 = angry
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:clergy background = pop_type:soldiers }
	}
	
	option = {
		name = flavor_swe.22.a
		historical_option = yes
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_left }
		add_stability = stability_severe_bonus
	}
	option = {
		name = flavor_swe.22.b
		add_stability = stability_severe_penalty
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_right }
	}
}