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_pol.35 王后逝世

时间范围

  • 事件窗口:1337年6月1日 - 1342年61日
  • 触发概率:每月 3% 概率

触发条件

  • 国家没有摄政王
  • 国家拥有配偶
  • 国家不是附庸国

关键效果

选项: flavor_pol.35.a

  • 历史选项:否
  • 对当前统治者(target_character)产生以下效果:
    • 生育力降低 10(隐藏效果)
    • 添加持续 2 年的角色修正 character_mourning_modifier(效果可叠加与延长)

背景介绍

该事件模拟了波兰王国在14世纪中期可能遭遇的王室变故。在1337年至1342年间,若波兰国王在位且国家独立,其配偶可能因病去世。这一事件不仅象征着王室成员的自然更迭,也可能对国王的个人状态与统治情绪产生影响,反映了中世纪君主制国家中家族命运与政治稳定之间的紧密联系。

完整事件代码

flavor_pol.35 = { #The Passing of [target_character2] / the Queen
	title = flavor_pol.35.title
	desc = flavor_pol.35.desc
	fire_only_once = yes
	illustration_tags = {
		10 = regular
		10 = angry
	}
	dynamic_historical_event = {
		tag = POL
		from = 1337.6.1
		to = 1342.6.1
		monthly_chance = 3
	}
	trigger = {
		has_regent = no
		has_consort = yes
		is_subject = no
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:clergy_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
		consort = {
			save_scope_as = target_character2
		}
		kill_character_silently = {
			target = scope:target_character2
			reason = fever
		}
	}

	option = {
		name = flavor_pol.35.a

		custom_tooltip = casimir_less_interested_in_love_tooltip
		scope:target_character = {
			hidden_effect = { add_fertility = -10 }
			add_character_modifier = {
				modifier = character_mourning_modifier
				years = 2
				mode = add_and_extend
			}
		}
	}
}