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_hol.15 多德雷赫特宗教会议

时间范围:1616年1月1日 - 1620年1月1日,每月 10% 概率触发

触发条件

  • 国家拥有多德雷赫特(Dordrecht)地区。
  • 国家宗教为加尔文宗(Calvinist)。
  • 国家拥有宗教特质“戈马尔主义”(Gomarism)。
  • 国家拥有宗教特质“阿明尼乌主义”(Arminianism)。
  • 人物“雅各布斯·阿明尼乌”(Jacobus Arminius)存活。
  • 人物“弗朗西斯库斯·戈马尔”(Franciscus Gomarus)存活。

关键效果

  • 选项 A (历史选项)
    • 为国家添加宗教特质“戈马尔主义”(Gomarism)。
    • 使社会价值观“灵性主义 vs 人文主义”(spiritualist_vs_humanist)向左(灵性主义方向)微幅移动。
  • 选项 B
    • 为国家添加宗教特质“阿明尼乌主义”(Arminianism)。
    • 使社会价值观“灵性主义 vs 人文主义”(spiritualist_vs_humanist)向右(人文主义方向)微幅移动。

背景介绍: 此事件模拟了荷兰共和国时期著名的“多德雷赫特会议”(Synod of Dordrecht)。该会议于1618年至1619年召开,旨在解决由雅各布斯·阿明尼乌的追随者(阿明尼乌派或抗辩派)与弗朗西斯库斯·戈马尔领导的严格加尔文主义者(戈马尔派或反抗辩派)之间的激烈神学争论。争论的核心围绕预定论、自由意志和救赎的本质展开。会议最终谴责了阿明尼乌主义,确立了戈马尔派的加尔文主义正统地位,并对荷兰归正教会乃至整个欧洲新教世界产生了深远影响。

完整事件代码

flavor_hol.15 = {
	type = country_event
	title = flavor_hol.15.title
	desc = flavor_hol.15.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = NED
		from = 1616.1.1
		to = 1620.1.1
		monthly_chance = 10
	}
	trigger = {
		owns = location:dordrecht
		religion = religion:calvinist
		NOT = {  has_religious_aspect = religious_aspect:gomarism }
		NOT = {  has_religious_aspect = religious_aspect:arminianism }
		character:jacobus_arminius = { is_alive = yes }
		character:franciscus_gomarus = { is_alive = yes }
	}
	illustration_tags = {
		10 = regular
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		character:jacobus_arminius = { save_scope_as = target_character1 }
		character:franciscus_gomarus = { save_scope_as = target_character2 }
	}
	option = {
		name = flavor_hol.15.a
		historical_option = yes
		add_religious_aspect = religious_aspect:gomarism
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_tiny_move_to_left }
	}
	option = {
		name = flavor_hol.15.b
		add_religious_aspect = religious_aspect:arminianism
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_tiny_move_to_right }
	}
}