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_pol.43] 华沙联邦

时间范围

1567.1.1 - 1667.1.1,每月 5% 概率触发

触发条件

  • 国家拥有统治者 (has_ruler = yes)

关键效果

选项 A:颁布它

  • 标记为 历史选项 (historical_option = yes)
  • 解锁政府改革“华沙联邦” (unlock_government_reform_effect = { type = warsaw_confederation })
  • 如果已拥有政府改革“宗教宽容”,则移除该改革
  • 社会价值观“灵性主义 vs 人文主义”大幅向右移动(灵性主义方向)
  • 添加政府改革“华沙联邦”
  • 教士阶层满意度遭受严重惩罚

选项 B:最好不要

  • 社会价值观“灵性主义 vs 人文主义”小幅向左移动(人文主义方向)

背景介绍

该事件模拟了波兰立陶宛联邦历史上著名的《华沙联邦》法案的颁布。该法案于1573年通过,旨在保障联邦内各宗教派别的和平共处与信仰自由,是欧洲早期宗教宽容的重要法律文件之一。事件反映了在宗教改革与反宗教改革激烈斗争的背景下,波兰立陶宛联邦为维持国内稳定与贵族特权而做出的制度性选择,以及这一选择对不同社会阶层(特别是教士与贵族)带来的影响。

完整事件代码

flavor_pol.43 = {
	type = country_event

	title = flavor_pol.43.title
	desc = flavor_pol.43.desc
	historical_info = flavor_pol.43.historical_info
	dynamic_historical_event = {
		tag = POL
		tag = PLC
		from = 1567.1.1
		to = 1667.1.1
		monthly_chance = 5
	}

	fire_only_once = yes
	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
		ruler = {
			save_scope_as = ruler_scope
		}
	}

	trigger = {
		has_ruler = yes
	}

	option = {	#Enact it
		name = flavor_pol.43.a
		historical_option = yes

		unlock_government_reform_effect = { type = warsaw_confederation }

		if = {
			limit = {
				has_reform = government_reform:religious_tolerance
			}
			remove_reform = government_reform:religious_tolerance
		}

		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_large_move_to_right
		}

		add_reform = government_reform:warsaw_confederation

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

	option = {	#Better not
		name = flavor_pol.43.b

		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_minor_move_to_left
		}
	}
}