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.76 外交衙门与伊万·格拉莫京

时间范围:1605.1.1 - 1638.1.1(每月 5% 概率触发)

触发条件

  • 国家必须拥有并控制莫斯科地区。
  • 国家必须拥有变量 posolsky_prikaz_established
  • 国家必须已实施政府改革 prikazi_reform(衙门改革)。

关键效果

  • 选项 A(历史选项)
    • 创建一位名为 伊万·格拉莫京 的人物。
    • 人物属性:行政 44,外交 90,军事 12。
    • 出生日期:1579.1.1,出生地:莫斯科。
    • 所属阶层:神职人员。
    • 人物被保存为 ivan_gramotin 并关联脚本 mos_ivan_gramotin
  • 选项 B
    • 秘密处决人物 ivan_gramotin
    • 为国家增加少量威望。

背景介绍: 在17世纪初,随着俄罗斯中央集权国家的发展,外交事务日益复杂。沙皇政府为处理对外关系,设立了专门的外交机构——外交衙门。此事件模拟了这一时期外交体系的制度化过程,以及关键外交官伊万·格拉莫京的登场。格拉莫京以其出色的外交能力,在俄罗斯与波兰、瑞典等国的复杂关系中扮演了重要角色。

完整事件代码

flavor_mos.76 = {
	type = country_event

	title = flavor_mos.76.title
	desc = flavor_mos.76.desc

	fire_only_once = yes
	image = "gfx/interface/illustrations/government/diplomacy_illustration.dds"

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

	trigger = {

		location:moscow = {
			owner = root
			controller = root
		}

		has_variable = posolsky_prikaz_established

		has_reform = government_reform:prikazi_reform

	}

	immediate = {

		capital = { save_scope_as = target_location }

		create_character = {
			first_name = name_john
			last_name = Gramotin
			estate = estate_type:clergy_estate
			adm = 44
			dip = 90
			mil = 12
			birth_date = 1579.1.1
			birth_location = location:moscow
			save_scope_as = ivan_gramotin
			script = mos_ivan_gramotin
		}
	}

	option = {
		name = flavor_mos.76.a
		historical_option = yes

		custom_tooltip = flavor_mos.76.tt1
		custom_tooltip = flavor_mos.76.tt2

		ai_chance = {
			factor = 1
		}
	}

	option = {
	name = flavor_mos.76.b

		hidden_effect = { kill_character_silently = scope:ivan_gramotin }

		add_prestige = prestige_mild_bonus

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_mos.76.historical_info

}