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_swe.48 圣布里吉特封圣

时间范围:1340.1.1 - 1800.1.1(每月 5% 概率触发)

触发条件

  • 国家政体为君主制 (government_type = government_type:monarchy)
  • 国家宗教为天主教 (religion = religion:catholic)
  • 人物 swe_heliga_birgitta(圣布里吉特)已去世 (character:swe_heliga_birgitta ?= { is_alive = no })

关键效果

  • 选项 A (历史选项)

    • 将布里吉特封为圣人 (make_birgitta_saint = yes)
    • 为天主教创建一处圣地 (create_holy_site),名为 vadstena_holy_site,类型为基督教圣地 (christian_holy_site),重要性为1,位于 location:vadstena,仅限天主教。
    • 增加教士阶层满意度 (add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus })
  • 选项 B

    • 将布里吉特封为圣人 (make_birgitta_saint = yes)
    • 为国家增加大量威望 (add_prestige = prestige_severe_bonus)

背景介绍: 该事件模拟了瑞典天主教历史上的重要人物——圣布里吉特(Birgitta)的封圣过程。布里吉特是14世纪瑞典的贵族、神秘主义者和宗教改革者,她创立了布里吉特修会,并在瑞典的瓦德斯泰纳(Vadstena)建立了著名的修道院。她于1391年被封为圣人。此事件反映了中世纪晚期瑞典王室与天主教会的关系,以及圣人对国家宗教威望和内部稳定的影响。

完整事件代码

flavor_swe.48 = {
	type = country_event
	title = flavor_swe.48.title
	desc = flavor_swe.48.desc
	historical_info = flavor_swe.48.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1340.1.1
		to = 1800.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	trigger = {
		government_type = government_type:monarchy
		religion = religion:catholic
		character:swe_heliga_birgitta ?= {
			is_alive = no
		}
	}

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

		character:swe_heliga_birgitta ?= {
			save_scope_as = birgitta_scope_for_ui
		}
	}

	option = {
		name = flavor_swe.48.a
		historical_option = yes
		make_birgitta_saint = yes

		religion:catholic = {
			create_holy_site = {
				name = vadstena_holy_site
				type = christian_holy_site
				importance = 1
				location = location:vadstena
				religions = { religion:catholic }
			}
		}

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

	option = {
		name = flavor_swe.48.b
		make_birgitta_saint = yes
		add_prestige = prestige_severe_bonus
	}

}