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.15] 拉齐维尔圣经

时间范围
1550.1.1 - 1580.1.1(每月 2% 概率)

触发条件

  • 国家宗教为 天主教
  • 拥有 卢布林 地区
  • 加尔文宗 宗教已启用
  • 国内 加尔文宗 人口比例大于 0%
  • 主流文化属于 波兰文化组

关键效果

  • 选项 A(历史选项)

    • 增加 宗教影响轻度惩罚
    • 目标地区(首都所在区域)内,所有由本国拥有的省份中,5% 至 10% 的天主教人口将转变为加尔文宗
  • 选项 B

    • 增加 极端稳定性惩罚
    • 增加 贵族阶层极端满意度惩罚
    • 销毁艺术品 拉齐维尔圣经

背景介绍
在16世纪中后期的波兰-立陶宛联邦,宗教改革浪潮,尤其是加尔文宗的影响日益扩大。拉齐维尔家族作为联邦内显赫的贵族世家,积极支持并推动了加尔文宗的传播。拉齐维尔圣经的翻译与出版,是这一时期波兰语宗教文献的重要里程碑,它不仅是信仰传播的工具,也反映了当时贵族阶层与天主教会之间在宗教与文化领域的复杂互动与张力。

完整事件代码

flavor_pol.15 = {
	type = country_event
	title = flavor_pol.15.title
	desc = flavor_pol.15.desc
	historical_info = flavor_pol.15.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = POL
		tag = PLC
		from = 1550.1.1
		to = 1580.1.1
		monthly_chance = 2
	}
	trigger = {
		religion = religion:catholic
		owns = location:lublin
		religion:calvinist = { is_religion_enabled = yes }
		"religion_percentage_in_country(religion:calvinist)" > 0
		culture = { has_culture_group = culture_group:polish_group }
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
		capital.area = { save_scope_as = target_area }
		capital = {
			create_art = {
				quality = { 60 80 }
				type = work_of_art_type:scripture
				key = radziwilli_bible
				save_scope_as = target_art
			}
		}
	}

	option = {
		name = flavor_pol.15.a
		historical_option = yes

		add_religious_influence = religious_influence_mild_penalty

		custom_tooltip = {
			text = 10_percent_of_pops_in_target_area_become_calvinist_tt
			scope:target_area = {
				every_ownable_location_in_area = {
					limit = { owner = root }
					every_pop = {
						limit = { religion = religion:catholic }
						split_pop = {
							fraction = { 0.05 0.1 }
							religion = religion:calvinist
						}
					}
				}
			}
		}
	}

	option = {
		name = flavor_pol.15.b
		add_stability = stability_extreme_penalty
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_extreme_penalty }

		destroy_art = work_of_art:radziwilli_bible
	}
}