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_boh.8 波希米亚路德宗国王

时间范围:1580.1.1 - 1650.1.1(每月 10% 概率)

触发条件

  • 事件国是神圣罗马帝国(HRE)的领导者。
  • 事件国国教为天主教。
  • 事件国至少拥有一个省份,其主流宗教为路德宗,且主流文化为捷克文化。

关键效果

  • 选项 A (历史选项)
    • 国家国教改为路德宗。
    • 统治者及其家族成员改信路德宗。
    • 所有天主教国家(若其非农村省份数量大于8)将获得对波希米亚的“宗教遵从”宣战理由,并获得对波希米亚的“波希米亚路德宗国王”观点修正。
  • 选项 B
    • 在最多5个非首都、主流宗教为路德宗的省份(按人口排序),所有阶层施加“严重惩罚”级满意度减益。
    • 在首都省份,所有阶层施加“严重惩罚”级满意度减益。

背景介绍: 在16世纪末至17世纪中期,神圣罗马帝国内部的宗教矛盾日益尖锐。作为帝国选帝侯和重要成员的波希米亚王国,其境内拥有大量信奉路德宗的捷克人口。当一位波希米亚国王(同时也是神圣罗马帝国皇帝)面临改信路德宗的国内压力时,他必须在顺应国内新教势力以巩固统治,或坚持天主教信仰以维护帝国宗教统一和避免外部天主教势力干涉之间做出抉择。这一决定深刻影响了波希米亚乃至整个中欧的宗教与政治格局,并为后来的三十年战争埋下了伏笔。

完整事件代码

flavor_boh.8 = {
	hide_portraits = yes
	type = country_event
	title = flavor_boh.8.title
	desc = flavor_boh.8.desc

	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = BOH
		from = 1580.1.1
		to = 1650.1.1
		monthly_chance = 10
	}

	trigger = {
		international_organization:hre.leader_country ?= root
		religion = religion:catholic
		any_owned_location = {
			dominant_religion = religion:lutheran
			dominant_culture = culture:czech
		}
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

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

	option = {
		name = flavor_boh.8.a
		change_religion = religion:lutheran
		change_religion_for_ruler_and_family = { country = ROOT religion = religion:lutheran }
		historical_option = yes

		religion:catholic = {
			every_country_in_religion = {
				limit = {
					num_of_non_rural > 8
				}
				add_casus_belli = {	target = c:BOH	type = casus_belli:cb_religious_conformance	}
				add_opinion = { target =  c:BOH modifier = boh_lutheran_king }
			}
		}

	}

	option = {
		name = flavor_boh.8.b
		ordered_owned_location = {
			limit = {
				dominant_religion = religion:lutheran
				this != root.capital
			}
			order_by = population
			max = 5
			every_pop = {	add_pop_satisfaction = pop_satisfaction_severe_penalty	}
		}

		root.capital = { every_pop = {	add_pop_satisfaction = pop_satisfaction_severe_penalty	} }
	}

	historical_info = flavor_boh.8.historical_info
}