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_mos.77] 伊万·格拉莫廷的外交影响

时间范围

1605.1.1 - 1650.1.1
每月 5% 概率触发

触发条件

  • 国家为 莫斯科(MOS)俄罗斯(RUS)
  • 人物 mos_ivan_gramotin 必须 存活在政府内阁中
  • 内阁中至少有一个 posolsky(外交)类型的行动。

关键效果

选项 A:收获播种的成果

  • 历史选项:是
  • 获得国家修正 fine_tuned_diplomacy,持续 10年
  • 在首都降低 2点 敌对度,使用修正 antagonism_skilled_diplomat
  • 显示自定义提示 flavor_mos.77.tt1
  • AI 选择权重:1

选项 B:必须解决国内纷争

  • 增加 轻度稳定性加成
  • AI 选择权重:0.5

背景介绍

该事件反映了17世纪初莫斯科公国/俄罗斯在外交领域的关键发展。伊万·格拉莫廷作为当时重要的外交官员,其在内阁中的存在以及国家对外交事务的投入,共同促成了这一时期外交政策的精细化调整。事件选项体现了统治者在外交成果与国内稳定之间的权衡。

完整事件代码

flavor_mos.77 = {
	type = country_event

	title = flavor_mos.77.title
	desc = flavor_mos.77.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1605.1.1
		to = 1650.1.1
		monthly_chance = 5
	}

	trigger = {

		character:mos_ivan_gramotin ?= {
			is_alive = yes
			in_cabinet = yes
		}

		any_cabinet_action = {
			count = 1
			this = cabinet_action:posolsky
		}
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_government_estate_effect = yes

		capital = { save_scope_as = target_location }

		character:mos_ivan_gramotin = {
			save_scope_as = ivan_gramotin
		}
	}

	#Reap what has been sown.
	option = {
		name = flavor_mos.77.a
		historical_option = yes

		add_country_modifier = {
			modifier = fine_tuned_diplomacy
			years = 10
		}

		drop_antagonism_bomb = {
			target = capital
			modifier = antagonism_skilled_diplomat
			value = -2
		}

		custom_tooltip = flavor_mos.77.tt1

		ai_chance = {
			factor = 1
		}

	}

	#Domestic squabbles must be settled.
	option = {
		name = flavor_mos.77.b

		add_stability = stability_mild_bonus

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_mos.77.historical_info

}