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_pap.7] 波吉亚教皇

时间范围:1495.1.1 - 1800.1.1(每月 10% 概率)

触发条件

  • 国家拥有统治者。
  • 存在全局变量 borgia_pope_global
  • 当前统治者拥有 borgia_pope 人物修正。

关键效果

  • 选项 A
    • 天主教宗教改革欲望轻微下降。
    • 如果国家 NAV(纳瓦拉)存在,则将人物 caesar_borgia(凯撒·波吉亚)移动至该国。

背景介绍: 该事件涉及文艺复兴时期著名的波吉亚家族,特别是凯撒·波吉亚。当教廷存在与波吉亚家族相关的特定全局变量,且当前教皇并非波吉亚家族成员时,此事件可能触发。它反映了波吉亚家族在教廷政治中的影响力,以及凯撒·波吉亚作为军事领袖和政治人物可能寻求在其他天主教国家(如纳瓦拉)获得庇护或权力的历史可能性。

flavor_pap.7 = {
	type = country_event
	title = flavor_pap.7.title
	desc = flavor_pap.7.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = PAP
		from = 1495.1.1
		to = 1800.1.1
		monthly_chance = 10
	}
	
	trigger = {
		has_ruler = yes
		has_global_variable = borgia_pope_global
		NOT = { ruler = { has_character_modifier = borgia_pope } }
	}
	
	illustration_tags = {
        10 = happy
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		remove_global_variable = borgia_pope_global
		character:caesar_borgia = {
			save_scope_as = caesar_borgia_scope
		}
		ruler ?= { save_scope_as = target_character }
	}
	
	option = {
		name = flavor_pap.7.a
		religion:catholic = { add_reform_desire = reform_desire_mild_decrease }
		if = {
			limit = {
				country_exists = c:NAV
			}
			scope:caesar_borgia_scope ?= {
				move_country = c:NAV
			}
		}
	}
}