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_nav.10 教会的召唤

时间范围:1337.1.1 - 1337.5.1(每月 100% 概率) 触发条件

  • 角色 nav_joana_evreux 存活。

关键效果

  • 选项 A (历史选项):角色 nav_joana_evreux 移居至国家 c:FRA,并将其阶层更改为 clergy_estate(神职人员阶层)。
  • 选项 B:为 clergy_estate(神职人员阶层)增加 estate_satisfaction_mild_penalty(轻微的阶层满意度惩罚)。

背景介绍: 该事件聚焦于纳瓦拉王国(NAV)的胡安娜·埃夫勒(Joana Evreux)。1337年初,教会向她发出了召唤。根据历史记载,胡安娜最终于1337年5月成为了一名贫穷克莱尔会修女(Poor Clare),这是一个严格遵循圣方济各精神的女性修会。事件反映了中世纪贵族女性面临宗教召唤时的个人抉择,及其对家族和政治关系可能产生的影响。

完整事件代码

flavor_nav.10 = { #The Call of the Church
	type = country_event
	title = flavor_nav.10.title
	desc = flavor_nav.10.desc
	fire_only_once = yes

	dynamic_historical_event = {
		tag = NAV
		from = 1337.1.1
		to = 1337.5.1
		monthly_chance = 100
	}

	trigger = {
		character:nav_joana_evreux = {
			is_alive = yes
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:nav_maria_evreux = {
			save_scope_as = target_sister
		}
		character:nav_joana_evreux = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_nav.10.a
		historical_option = yes #She became a Poor Clare in May 1337
		character:nav_joana_evreux = {
			move_country = c:FRA
			change_character_estate = estate_type:clergy_estate
		}
	}
	option = {
		name = flavor_nav.10.b
		add_estate_satisfaction = { type = estate_type:clergy_estate	value = estate_satisfaction_mild_penalty }
	}

	historical_info = flavor_nav.10.historical_info
}