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.24 诺夫哥罗德与立陶宛结盟

时间范围

  • 起始日期:无明确限制(from 未定义)
  • 结束日期:无明确限制(to 未定义)
  • 触发概率:每月 100% 概率(monthly_chance 未定义,默认每次检查均满足条件即触发)

触发条件

  • 事件仅能触发一次(fire_only_once = yes
  • 无具体 trigger 字段,触发条件由游戏引擎根据事件类型和上下文决定

关键效果

选项 A:接受立陶宛的联盟提议

  • 历史选项:是
  • 获得少量威望加成(add_prestige = prestige_mild_bonus
  • 与立陶宛(scope:lithuania_country)建立同盟关系(type = relation_type:alliance
  • AI 选择权重:100%(factor = 1

背景介绍

该事件反映了诺夫哥罗德共和国在面临莫斯科公国扩张压力时,寻求外部支持的历史抉择。玛尔法·博列茨卡娅(Marfa Boretskaya)作为诺夫哥罗德的实际统治者,主张与立陶宛大公国结盟以制衡莫斯科的威胁。这一决策体现了诺夫哥罗德维护其独立性和商业利益的战略考量,也是其与莫斯科中央集权化进程对抗的关键一步。

完整事件代码

flavor_nov.24 = {
	type = country_event
	fire_only_once = yes
	title = flavor_nov.24.title
	desc = flavor_nov.24.desc
	#Marfa Boretskaya was right!

	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.24.a
		historical_option = yes
		add_prestige = prestige_mild_bonus

		create_relation = {
			first = this
			second = scope:lithuania_country
			type = relation_type:alliance
		}
		ai_chance = {
			factor = 1
		}
	}
}