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_nov.4 诺夫哥罗德贵族议会

时间范围:无明确起止日期(代码中未定义 fromto 字段) 触发概率:无明确每月概率(代码中未定义 monthly_chance 字段)

触发条件

代码中未定义 trigger 字段,因此无明确的游戏内触发条件。此事件可能通过其他机制(如脚本、决策或特定日期)直接调用。

关键效果

  • 选项 A (Excellent):
    • 为国家增加 prestige_mild_bonus(适度的威望加成)。
    • 对名为 pskov_country 的目标国家施加 liberty_desire_severe_minus(显著降低其独立倾向)。

背景介绍

此事件描绘了诺夫哥罗德共和国与其附庸或属地(特别是普斯科夫地区)之间的互动。诺夫哥罗德通过其贵族议会(维彻)进行统治,事件反映了中央政权通过政治手段巩固权威、提升自身威望,同时有效压制地方分离倾向的典型过程。插画标签(happy, interior)暗示了事件可能在一种积极、内部的宫廷或议会场景中发生。

完整事件代码

flavor_nov.4 = {
	type = country_event
	title = flavor_nov.4.title
	desc = flavor_nov.4.desc

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	#Excellent
	option = {
		name = flavor_nov.4.a
		add_prestige = prestige_mild_bonus
		scope:pskov_country = {
			add_liberty_desire = liberty_desire_severe_minus
		}
	}
}