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.19] 诺夫哥罗德贵族事件

时间范围
事件为动态历史事件,无固定 fromto 日期。触发概率由游戏动态控制,代码中未指定 monthly_chance

触发条件
代码中未明确指定 trigger 字段,触发条件由游戏引擎在符合动态历史事件逻辑时自动判定。

关键效果

  • 选项 A(历史选项)
    • 名称:flavor_nov.19.a
    • 标记为历史选项(historical_option = yes
    • 效果:增加少量威望(add_prestige = prestige_mild_bonus
    • AI 选择权重:100%(factor = 1

背景介绍
该事件描述了诺夫哥罗德共和国时期,贵族阶层在政治或社会事务中展现出某种态度或行为(标题注释暗示“他们是懦夫,哈哈!”)。事件通过贵族阶层(estate_type:nobles_estate)的互动,反映了诺夫哥罗德独特的贵族共和体制内部的政治动态,选择历史选项可为国家带来一定的威望提升。

完整事件代码

flavor_nov.19 = {
	type = country_event
	title = flavor_nov.19.title
	desc = flavor_nov.19.desc
	#They are cowards, hah!

	illustration_tags = {
		10 = happy
		10 = exterior
	}

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

	option = {
		name = flavor_nov.19.a
		historical_option = yes
		add_prestige = prestige_mild_bonus
		ai_chance = {
			factor = 1
		}
	}
}