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.242] 教皇城

时间范围
无具体日期范围(fromto 未定义),事件仅触发一次(fire_only_once = yes)。

触发条件

  • 国家 PAP(教皇国)拥有统治者(has_ruler = yes)。

关键效果

  • 选项 A(历史选项)
    • 获得金钱:金额为 PAP 国家月贸易与税收收入的 4 倍(add_gold)。
    • 移除 PRO(普罗旺斯)对 avignon(阿维尼翁)地区的核心(remove_core)。

背景介绍
该事件涉及教皇国对阿维尼翁地区的控制。历史上,阿维尼翁曾作为教皇驻地(1309-1377年),与普罗旺斯地区存在领土与核心争议。事件反映了教皇国在巩固其领土主权、消除外部核心宣称时的决策。

完整事件代码

flavor_nap.242 = { #The Papal City
	hide_portraits = yes
	type = country_event

	title = flavor_nap.242.title
	desc = flavor_nap.242.desc

	fire_only_once = yes

	trigger = {
		c:PAP = { has_ruler = yes }
	}

	illustration_tags = {
        10 = happy
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:avignon = { save_scope_as = target_location }
		c:PAP.ruler = {
			save_scope_as = pope_scope
		}
	}

	option = {
		name = flavor_nap.242.a
		historical_option = yes
		add_gold = {
			value = c:PAP.monthly_income_trade_and_tax
			multiply = 4
		}
		scope:target_location = {
			remove_core = c:PRO
		}
	}
}