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_swi.1103 茨温利的改宗

时间范围:1522.1.1 - 1544.1.1,每月 2% 概率

触发条件

  • 国家拥有变量 swi_zwingli_won_debate
  • 国家主流宗教为路德宗

关键效果

  • 选项 A
    • 将国家国教改为路德宗。
    • 将统治者及其家族成员的宗教改为路德宗。
    • 获得少量稳定度加成。
    • 角色 swi_huldrych_zwingli(茨温利)的宗教改为路德宗。

背景介绍: 该事件模拟了瑞士宗教改革家乌尔里希·茨温利(Huldrych Zwingli)及其追随者皈依路德宗的过程。茨温利最初在苏黎世领导了与马丁·路德思想并行但独立的改革运动,强调《圣经》的权威和简化教会仪式。此事件设定在1522年至1544年间,反映了在特定条件下,茨温利派可能选择与更广泛的路德宗运动联合,从而改变瑞士地区新教阵营的力量格局。

完整事件代码

flavor_swi.1103 = { #Conversion of Zwingli
	type = country_event
	title = flavor_swi.1103.title
	desc = flavor_swi.1103.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = SWI
		tag = BCH
		tag = STG
		tag = ZUR
		tag = SYZ
		tag = GLR
		tag = URI
		tag = OBW
		tag = LCU
		tag = SIT
		tag = BRN
		tag = SLT
		tag = NEU
		tag = BAS
		tag = LSA
		tag = KYB
		tag = TRN
		tag = GNV
		tag = SCL
		tag = WER
		from = 1522.1.1
		to = 1544.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }

		random_neighbor_country = {
			save_scope_as = exile_destination
		}
		character:swi_huldrych_zwingli = {
			save_scope_as = target_character
		}
	}

	trigger = {
		has_variable = swi_zwingli_won_debate
		dominant_religion = religion:lutheran
	}

	option = {
		name = flavor_swi.1103.a

		change_religion = religion:lutheran
		change_religion_for_ruler_and_family = { country = ROOT religion = religion:lutheran }
		add_stability = stability_weak_bonus
		scope:target_character = {
			change_character_religion = religion:lutheran
		}
	}
}