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.2005 佩德罗登基——追惩伊内斯之死的凶手

时间范围
事件无明确 fromto 日期限制,触发后立即发生。

触发条件

  • 新继位的统治者是葡萄牙的佩德罗一世(character:por_pedro_i_portugal)。
  • 国家持有变量 assassination_of_ines

关键效果
选项:flavor_por.2005.a

  • 使佩德罗一世(scope:target_character)所有母亲为伊内斯·德·卡斯特罗(character:cas_ines_castro)的子嗣移除“私生子”(bastard)身份修正。
  • 国家稳定性受到轻微惩罚(add_stability = stability_mild_penalty)。
  • 在3至6个月后,非静默触发后续事件 flavor_por.2006

背景介绍
1357年,佩德罗一世继承葡萄牙王位。其登基前后最引人注目的历史事件之一,便是对其挚爱——伊内斯·德·卡斯特罗之死的强烈反应。伊内斯因其与佩德罗的关系及其潜在的卡斯蒂利亚背景,在佩德罗父亲阿方索四世统治期间被下令处决。佩德罗登基后,不仅公开承认他与伊内斯所生子女的合法地位,更誓言追惩参与杀害伊内斯的凶手,这一系列举动深刻影响了葡萄牙王室的内部关系与政治稳定。

完整事件代码

flavor_por.2005 = { # Pedro on Throne - persecuting the killers of Inês
	type = country_event
	title = flavor_por.2005.title
	desc = flavor_por.2005.desc

	trigger = {
		character:por_pedro_i_portugal ?= scope:new_ruler
		has_variable = assassination_of_ines
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler = {
			save_scope_as = target_character
		}
		character:cas_ines_castro = {
			save_scope_as = dead_lover
		}
	}

	option = {
		name = flavor_por.2005.a

		scope:target_character = {
			every_child = {
				limit = {
					mother ?= character:cas_ines_castro
				}
				remove_character_modifier = bastard
			}
		}

		add_stability = stability_mild_penalty

		trigger_event_non_silently = {
			id = flavor_por.2006
			months = { 3 6 }
		}
	}

	after = {
		remove_variable = assassination_of_ines
	}
}