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.46 圣布里吉特登场

时间范围

1330.1.1 - 1340.1.1(每月 5% 概率)

触发条件

  • 控制地区:location:norrtalje
  • 国家宗教:religion:catholic
  • 拥有统治者:has_ruler = yes

关键效果

选项: flavor_swe.46.a

  • 效果:add_government_power = government_power_mild_penalty(增加少量政府权力惩罚)

背景介绍

该事件模拟了瑞典历史上著名的宗教人物圣布里吉特(Birgitta Birgersdotter)的登场。她出生于瑞典贵族家庭,后来成为天主教修女、神秘主义者和瑞典的主保圣人。事件发生在她成年并开始其宗教影响力的时期,反映了中世纪瑞典王权与教会之间的关系。

完整事件代码

flavor_swe.46 = {
	type = country_event

	title = flavor_swe.46.title
	desc = flavor_swe.46.desc

	illustration_tags = {
		10 = angry
		10 = interior
	}

	historical_info = flavor_swe.46.historical_info

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

	trigger = {
		owns = location:norrtalje
		religion = religion:catholic
		has_ruler = yes
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		create_character = {
			first_name = name_bridget
			last_name = Birgersdotter
			adm = 55
			dip = 40
			mil = 50
			birth_date = 1303
			female = yes
			birth_location = location:norrtalje
			culture = culture:swedish
			religion = religion:catholic
			add_trait = trait:zealot
			estate = estate_type:nobles_estate
			script = swe_heliga_birgitta
			save_scope_as = swe_heliga_birgitta

		}
		ruler = {
			save_scope_as = king_sweden
		}
	}

	option = {
		name = flavor_swe.46.a
		add_government_power = government_power_mild_penalty
	}
}