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_nap.240 阿维尼翁的统治者

时间范围:1348年1月1日 - 1370年1月1日(每月 20% 概率触发)

触发条件

  • 国家 PAP(教皇国)存在。
  • 国家 PAP 拥有统治者。
  • 地点 avignon(阿维尼翁)的控制器是国家 PAP
  • 满足以下条件之一:
    • 国库黄金 gold 少于或等于 200。
    • 拥有贷款 num_loans 大于 0。

关键效果

  • 选项 A (历史选项)
    • 增加 clergy_estate(神职人员阶层)满意度(轻微增益)。
    • 降低 nobles_estate(贵族阶层)满意度(轻微减益)。
    • 在 20 天后,向国家 PAP 静默触发事件 flavor_nap.241
  • 选项 B
    • 降低 clergy_estate(神职人员阶层)满意度(轻微减益)。
    • 增加 nobles_estate(贵族阶层)满意度(微弱增益)。

背景介绍: 此事件反映了14世纪中叶,教皇国将教廷迁至法国阿维尼翁(史称“阿维尼翁之囚”时期)后,与当地统治者(如那不勒斯的卡洛二世)之间可能存在的复杂关系。事件聚焦于教廷对阿维尼翁的控制,以及那不勒斯王国在面临财政压力(国库空虚或负债)时,如何权衡与教廷及国内各阶层(神职人员与贵族)的关系。

完整事件代码

flavor_nap.240 = { #The Ruler of Avignon
	type = country_event

	title = flavor_nap.240.title
	desc = flavor_nap.240.desc


	fire_only_once = yes
	dynamic_historical_event = {
		tag = NAP
		from = 1348.1.1
		to = 1370.1.1
		monthly_chance = 20
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		character:nap_carlo_ii_anjou = {
			save_scope_as = charles_lame
		}

		location:avignon = { save_scope_as = target_location }
	}

	trigger = {
		country_exists = c:PAP
		c:PAP = { has_ruler = yes }
		location:avignon = {
			controller = c:PAP
		}
		OR = {
			gold <= 200
			num_loans > 0
		}

	}
	option = {
		name = flavor_nap.240.a
		custom_tooltip = flavor_nap.240.a.tt
		historical_option = yes
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_penalty }
		c:PAP = {
			trigger_event_silently = { id = flavor_nap.241  days = 20 }
		}
	}
	option = {
		name = flavor_nap.240.b

		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_weak_bonus }
	}
}