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_por.2007] 卡斯特罗家族的影响

时间范围:无特定起止日期(动态事件) 触发概率:无固定月度概率(由触发条件决定)

触发条件

  • 国家必须满足条件:is_pedro_and_ines_in_affair = yes(佩德罗与伊内斯处于私通关系中)

关键效果

选项 A

  • 为国家添加名为 por_castro_family_influences 的修正,持续 15年
  • 若卡斯蒂利亚(CAS)存在,则使其对本国产生 por_castro_meddling 负面看法。
  • 国家威望遭受 极端惩罚
  • 国家正统性遭受 极端惩罚

背景介绍

此事件围绕葡萄牙王室的一段著名私情——佩德罗王子(后来的佩德罗一世)与伊内斯·德·卡斯特罗的恋情展开。伊内斯来自势力强大的卡斯特罗家族,这段关系不仅涉及个人情感,更深刻影响了葡萄牙与邻国卡斯蒂利亚的政治格局。当私情公开后,卡斯特罗家族借机扩大其在宫廷的影响力,引发了国内贵族的不满与外交关系的紧张,最终导致王室威望与统治合法性受到严重损害。

完整事件代码

flavor_por.2007 = { # Castro's Influences
	type = country_event
	title = flavor_por.2007.title
	desc = flavor_por.2007.desc

	trigger = {
		is_pedro_and_ines_in_affair = yes
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		c:CAS ?= {
			save_scope_as = target_country
		}
	}

	option = {
		name = flavor_por.2007.a

		add_country_modifier = {
			mode = add_and_extend
			modifier = por_castro_family_influences
			years = 15
		}

		scope:target_country ?= {
			add_opinion = {
				modifier = por_castro_meddling
				target = ROOT
			}
		}

		add_prestige = prestige_extreme_penalty

		add_legitimacy = legitimacy_extreme_penalty
	}
}