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.21 赎罪教皇

时间范围:1500.1.1 - 1600.1.1(每月 1% 概率)

触发条件

  • 国家为教皇国(PAP)。
  • 国家拥有统治者。
  • 统治者可能(?=)满足以下条件:
    • 拥有特质 sinner
    • 外交能力(DIP)低于 60。

关键效果

  • 选项 A(历史选项)
    • 名称:flavor_pap.21.a
    • 效果:
      • 国家黄金减少 6。
      • 为统治者(target_character)添加持续 1 年的修正 sinner_pope(模式为叠加并延长)。
  • 选项 B
    • 名称:flavor_pap.21.b
    • 效果:
      • 为统治者(target_character)添加持续 1 年的修正 sinner_pope_severe(模式为叠加并延长)。

背景介绍: 在文艺复兴时期的教皇国,一位被认定为“罪人”且外交手腕不足的教皇登上了圣座。他的个人品行与统治能力引发了教廷内部的严重关切。面对来自神职人员和信徒的压力,教皇必须采取行动来回应这些批评,以维护教廷的权威与声誉。此事件反映了教廷在道德权威与世俗统治之间面临的典型困境。

完整事件代码

flavor_pap.21 = {
	hide_portraits = yes
	type = country_event
	fire_only_once = yes
	title = flavor_pap.21.title
	desc = flavor_pap.21.desc
	fire_only_once = yes

	historical_info = flavor_pap.21.historical_info

	dynamic_historical_event = {
		tag = PAP
		from = 1500.1.1
		to = 1600.1.1
		monthly_chance = 1
	}

	trigger = {
		has_ruler = yes
		ruler ?= {
			has_trait = sinner
			DIP < 60
		}
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		ruler ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_pap.21.a
		historical_option = yes
		change_gold_effect = { scale = -6 }
		scope:target_character = {
			add_character_modifier = { modifier = sinner_pope years = -1 mode = add_and_extend }
		}
	}

	option = {
		name = flavor_pap.21.b
		scope:target_character = {
			add_character_modifier = { modifier = sinner_pope_severe years = -1 mode = add_and_extend }
		}
	}
}