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.21 莫斯科的崛起

时间范围:1450.1.1 - 1490.1.1(每月 2% 概率)

触发条件

  • 国家 MOS(莫斯科)必须存在。
  • MOS敌对宿敌关系。
  • MOS邻国

关键效果

  • 历史选项flavor_nov.21.a
    • 目标国家 MOS 获得对事件发起国(root)的 吞并宣战理由
    • 事件发起国获得对目标国家 MOS吞并宣战理由

背景介绍: 在15世纪中后期,莫斯科大公国逐渐崛起,开始整合罗斯诸公国,并挑战诺夫哥罗德等传统罗斯强权的地位。诺夫哥罗德共和国作为罗斯北部重要的贸易与政治中心,与莫斯科的扩张野心产生了直接冲突。此事件模拟了莫斯科与邻国(尤其是诺夫哥罗德)之间因领土与霸权之争而日益紧张的对立关系,最终可能演变为一场决定谁将成为罗斯土地统一者的战争。

完整事件代码

flavor_nov.21 = {
	type = country_event
	fire_only_once = yes
	title = flavor_nov.21.title
	desc = flavor_nov.21.desc
	dynamic_historical_event = {
		tag = NOV
		from = 1450.1.1
		to = 1490.1.1
		monthly_chance = 2
	}
	trigger = {
		country_exists = c:MOS
		OR = {
			is_rival_of = c:MOS
			is_enemy_of = c:MOS
		}
		is_neighbor_of = c:MOS
	}

	illustration_tags = {
		10 = armed
		10 = interior
	}

	immediate = {
		c:MOS = { save_scope_as = muscovy_country }
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	#There can be only one of us!
	option = {
		name = flavor_nov.21.a
		historical_option = yes
		scope:muscovy_country = {
			add_casus_belli = {
				target = root
				type = casus_belli:cb_annex
			}
		}
		add_casus_belli = {
			target = scope:muscovy_country
			type = casus_belli:cb_annex
		}
		ai_chance = {
			factor = 1
		}
	}
}