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.1100] 茨温利被任命为传教士

时间范围:1504.1.1 - 1514.1.1,每月 4% 概率

触发条件

  • 国家满足以下任一条件:
    • 拥有伯尔尼(bern)地区
    • 拥有格拉鲁斯(glarus)地区
    • 拥有苏黎世(zurich)地区
  • 国家宗教属于基督教组(religion.group = religion_group:christian)
  • 人物 swi_huldrych_zwingli 存活且属于本国

关键效果

  • 选项 A
    • 名称:flavor_swi.1100.a
    • 历史选项:是
    • 效果:增加少量威望惩罚(add_prestige = prestige_mild_penalty
  • 选项 B
    • 名称:flavor_swi.1100.b
    • 效果:
      • 降低农民阶层满意度(add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_mild_penalty }
      • 将人物 swi_huldrych_zwingli 流放至随机邻国(move_country = scope:exile_destination

背景介绍: 该事件模拟了16世纪初瑞士宗教改革家乌尔里希·茨温利(Huldrych Zwingli)被任命为传教士的历史时刻。茨温利是瑞士宗教改革的核心人物,其思想在苏黎世、伯尔尼等地产生了深远影响,推动了瑞士部分地区从天主教转向新教。事件反映了当时瑞士各州在宗教改革问题上的不同立场和可能引发的社会矛盾。

完整事件代码

flavor_swi.1100 = { #Zwingli is appointed as preacher
	type = country_event
	title = flavor_swi.1100.title
	desc = flavor_swi.1100.desc
	historical_info = flavor_swi.1100.historical_info

	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 = 1504.1.1
		to = 1514.1.1
		monthly_chance = 4
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

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

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

	trigger = {
		OR = {
			owns = location:bern
			owns = location:glarus
			owns = location:zurich
		}
		religion.group = religion_group:christian
		character:swi_huldrych_zwingli ?= {
			is_alive = yes
			owner = root
		}
	}

	option = {
		name = flavor_swi.1100.a
		historical_option = yes

		add_prestige = prestige_mild_penalty
	}

	option = {
		name = flavor_swi.1100.b

		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_mild_penalty }
		scope:target_character = {
			move_country = scope:exile_destination
		}
	}
}