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.5] 博尔吉亚教皇与切萨雷·博尔吉亚

时间范围

1495年1月1日 - 1550年1月1日

  • 触发概率:每月 10% 概率

触发条件

  • 国家为 教皇国 (PAP)
  • 当前统治者拥有 borgia_pope(博尔吉亚教皇)角色修正。

关键效果

选项: flavor_pap.5.a

  • 历史选项:
  • 效果:
    • 宗教层面: 天主教 (catholic) 增加 reform_desire_weak_increase(微弱的改革欲望增长)。
    • 军事层面: 国家获得 army_tradition_extreme_bonus(极大的陆军传统加成)。

背景介绍

此事件发生在文艺复兴时期的教皇国,与博尔吉亚家族密切相关。当一位拥有“博尔吉亚教皇”头衔的统治者(如亚历山大六世)在位时,其子切萨雷·博尔吉亚(Cesare Borgia)作为军事领袖和政治人物活跃于意大利半岛。事件反映了博尔吉亚家族利用教皇权威扩张世俗权力、进行军事征服的行为,以及这种以权谋私、穷兵黩武的统治方式对天主教会声誉和内部改革诉求的负面影响。

完整事件代码

flavor_pap.5 = {
	type = country_event
	title = flavor_pap.5.title
	desc = flavor_pap.5.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = PAP
		from = 1495.1.1
		to = 1550.1.1
		monthly_chance = 10
	}

	trigger = {
		ruler ?= { has_character_modifier = borgia_pope }
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		character:caesar_borgia = {
			save_scope_as = caesar_borgia_scope
		}
	}
	
	option = {
		name = flavor_pap.5.a
		religion:catholic = { add_reform_desire = reform_desire_weak_increase }
		add_army_tradition = army_tradition_extreme_bonus
	}
}