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_fra.331] 梅兰多尔的瓦勒度派(梅兰多尔大屠杀)

时间范围:1537.1.1 - 1637.1.1(每月 5% 概率)

触发条件

  • 国家正在经历灾难 french_wars_religion(法国宗教战争)。
  • 国家拥有统治者。
  • 国家未处于战争状态。
  • 国家采用政策 reformist_tolerance(改革派宽容)。
  • 国家采用政策 protestant_tolerance(新教宽容)。
  • 宗教 calvinist(加尔文宗)已启用。
  • 宗教 lutheran(路德宗)已启用。

关键效果

  • 选项 A:这场屠杀只会进一步激化紧张局势…
    • 标记为 历史选项
    • 效果:
      • 增加 stability_mild_penalty(轻度稳定惩罚)。
      • aix_en_provence(普罗旺斯地区艾克斯)位置:
        • 所有人口规模减少 18%。

背景介绍: 该事件模拟了法国宗教战争期间,针对瓦勒度派(一个被视为异端的基督教派别)的梅兰多尔大屠杀。瓦勒度派主要分布在普罗旺斯地区,其信仰与实践与当时占主导地位的天主教会存在冲突。在宗教战争的大背景下,法国王室与天主教会对异见教派的镇压加剧,导致了包括梅兰多尔在内的多起针对新教社区(如瓦勒度派)的暴力事件。此事件反映了当时法国深刻的宗教分裂与政治动荡。

完整事件代码

flavor_fra.331 = { # The Waldensians of Marindol # Massacre of Merindol #aix-en-provence
	type = country_event
	fire_only_once = yes

 	title = flavor_fra.331.title
 	desc = flavor_fra.331.desc

	dynamic_historical_event = {
		tag = FRA
		from = 1537.1.1
		to = 1637.1.1
		monthly_chance = 5
	}

 	trigger = {
		any_active_disaster = { disaster_type = disaster_type:french_wars_religion }
		has_ruler = yes
		at_war = no
		NOT = { has_policy = reformist_tolerance }
		NOT = { has_policy = protestant_tolerance }
		religion:calvinist = { is_religion_enabled = yes }
		religion:lutheran = { is_religion_enabled = yes }
 	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

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

 	option = { # This massacre will only inflame tensions further..
		name = flavor_fra.331.a
		historical_option = yes
		add_stability = stability_mild_penalty
		location:aix_en_provence = {
			every_pop = {
				add_pop_size = {
					value = pop_size
					multiply = -0.18
				}
			}
 		}
	}
}