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.107] 提洪·斯特列什涅夫的任命

时间范围
1674.1.1 - 1710.1.1(每月 10% 概率)

触发条件

  • 玩家控制并拥有沃洛格达地区(location:vologda
  • 国家已启用政策“执政参议院法”(has_policy = dop_law_governing_senate

关键效果

选项 A(历史选项)

  • 提洪·斯特列什涅夫(tikhon_streshnev)加入我国
  • 若当前继承人年龄小于 10 岁:
    • 添加政府权力严重惩罚(add_government_power = government_power_severe_penalty
    • 显示自定义提示 flavor_mos.107.tt2
  • AI 选择权重:1

选项 B

  • 秘密处死提洪·斯特列什涅夫(kill_character_silently
  • 获得轻微声望加成(add_prestige = prestige_mild_bonus
  • AI 选择权重:0.5

背景介绍
该事件模拟了 17 世纪末至 18 世纪初,俄罗斯或莫斯科大公国在沃洛格达地区启用“执政参议院法”后,可能面临的地方精英任命决策。提洪·斯特列什涅夫作为一位高行政能力(ADM 90)的贵族人物,其任命可能影响年幼继承人的监护与政府稳定,反映了当时贵族在地方治理与中央权力互动中的角色。

完整事件代码

flavor_mos.107 = {
	type = country_event

	title = flavor_mos.107.title
	desc = flavor_mos.107.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1674.1.1
		to = 1710.1.1
		monthly_chance = 10
	}

	trigger = {
		location:vologda = {
			owner = root
			controller = root
		}
		has_policy = dop_law_governing_senate
	}

	immediate = {
		create_character = {
			first_name = name_tycho
			last_name = Streshnev
			estate = estate_type:nobles_estate
			adm = 90
			dip = 33
			mil = 68
			birth_date = 1649.1.1
			birth_location = location:vologda
			save_scope_as = tikhon_streshnev
			script = mos_tikhon_streshnev
			create_in_limbo = yes
		}

		location:vologda = {
			save_scope_as = target_location
		}

		if = {
			limit = {
				has_heir = yes
			}
			heir = {
				save_scope_as = target_character
			}
		}
		
	}

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

		scope:tikhon_streshnev = { move_country = root }
		if = {
			limit = {
				heir ?= {
					age_in_years < 10
				}
			}
			add_government_power = government_power_severe_penalty
			custom_tooltip = flavor_mos.107.tt2
		}

		ai_chance = {
			factor = 1
		}

	}

	option = {
		name = flavor_mos.107.b

		hidden_effect = { kill_character_silently = scope:tikhon_streshnev }

		add_prestige = prestige_mild_bonus

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_mos.107.historical_info

}