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.2002 卡斯特罗家族影响佩德罗

时间范围
无明确 fromto 日期,事件在满足触发条件后持续有效。触发概率未指定 monthly_chance,为条件满足时触发。

触发条件

  • 佩德罗(Pedro)与伊内斯(Ines)正处于恋爱关系中(is_pedro_and_ines_in_affair = yes)。

关键效果

  • 选项 A(历史选项)

    • 在 15 至 30 天内,非静默触发事件 flavor_por.2003
  • 选项 B

    • 在 12 至 24 个月内,非静默触发事件 flavor_por.2007

背景介绍
该事件涉及葡萄牙王子佩德罗(后来的佩德罗一世)与伊内斯·德·卡斯特罗之间的著名恋情。伊内斯来自卡斯特罗家族,这段关系在当时引发了政治与宫廷的复杂纷争,对葡萄牙王国的内部稳定和贵族势力平衡产生了深远影响。

完整事件代码

flavor_por.2002 = { # Castros Influence Pedro
	type = country_event
	title = flavor_por.2002.title
	desc = flavor_por.2002.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 }
	}
	
	option = {
		name = flavor_por.2002.a
		historical_option = yes

		trigger_event_non_silently = {
			id = flavor_por.2003
			days = { 15 30 }
		}
	}

	option = {
		name = flavor_por.2002.b

		trigger_event_non_silently = {
			id = flavor_por.2007
			months = { 12 24 }
		}
	}
}