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.2001] 佩德罗与伊内斯的风流韵事

时间范围:1340.1.1-1350.1.1,每月 10% 概率触发

触发条件

  • 满足条件 is_pedro_and_ines_in_affair = yes
  • 国家拥有统治者 (has_ruler = yes)

关键效果

  • 选项 A (flavor_por.2001.a):
    • 角色 por_pedro_i_portugal 使角色 cas_ines_castro 怀孕 (impregnate)
    • 国家威望遭受严重惩罚 (add_prestige = prestige_severe_penalty)
    • 国家正统性遭受严重惩罚 (add_legitimacy = legitimacy_severe_penalty)
    • 在 6 至 12 个月后,非静默触发事件 flavor_por.2002

背景介绍: 该事件描绘了葡萄牙王子佩德罗(后来的佩德罗一世)与伊内斯·德·卡斯特罗之间著名的秘密恋情。这段关系发生在14世纪中叶,因其政治影响和悲剧结局而闻名。伊内斯是佩德罗妻子康斯坦萨的侍女,他们的恋情遭到了佩德罗父亲、国王阿方索四世的强烈反对,最终导致了伊内斯被处决,这一事件对葡萄牙王室的政治稳定和声誉造成了严重冲击。

完整事件代码

flavor_por.2001 = { # Pedro's affair with Inês
	type = country_event
	title = flavor_por.2001.title
	desc = flavor_por.2001.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POR
		from = 1340.1.1
		to = 1350.1.1
		monthly_chance = 10
	}

	trigger = {
		is_pedro_and_ines_in_affair = yes
		has_ruler = yes
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:cas_ines_castro = {
			save_scope_as = target_character
		}
		character:por_pedro_i_portugal = {
			save_scope_as = target_character2
		}
	}

	option = {
		name = flavor_por.2001.a

		scope:target_character2 = {
			impregnate = scope:target_character
		}

		add_prestige = prestige_severe_penalty
		add_legitimacy = legitimacy_severe_penalty

		trigger_event_non_silently = {
			id = flavor_por.2002
			months = { 6 12 }
		}
	}
}