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_rus.33 瓦西里·塔季谢夫登场

时间范围:1706.1.1 - 1746.1.1(每月 1% 概率)

触发条件

  • 国家拥有并控制 pskov 地区。
  • 满足以下任一条件:
    • region:russian_region 区域内,至少拥有一个已接纳 institution:enlightenment(启蒙思潮)的地区。
    • 国家实行 government_reform:autocracy(专制主义)改革。

关键效果

  • 选项 A (历史选项)

    • 将角色 瓦西里·塔季谢夫 移动至本国。
  • 选项 B

    • 触发条件:国家没有摄政。
    • 静默处决角色 瓦西里·塔季谢夫
    • 为本国统治者添加特质 trait:well_advised(善于纳谏)并增加 10 点行政能力。
  • 选项 C

    • 触发条件:在 region:east_siberia_region(东西伯利亚区域)至少拥有一个地区。
    • 为国家增加 prestige_mild_bonus(少量威望)。
    • 将角色 瓦西里·塔季谢夫 移动至本国,并为其添加持续 1 年的 modifier:exiled(流放)修正。
    • 显示自定义提示 flavor_rus.33.tt2

背景介绍: 瓦西里·塔季谢夫是俄罗斯帝国的一位重要历史学家、地理学家和行政官员。他活跃于彼得大帝和伊丽莎白女皇时期,以其对俄罗斯历史的开创性研究和对西伯利亚等边疆地区的行政管理而闻名。此事件模拟了这位博学的贵族在启蒙思潮影响或专制统治背景下,为国家服务或因其命运而影响统治者的可能性。

完整事件代码

flavor_rus.33 = {
	type = country_event
	title = flavor_rus.33.title
	desc = flavor_rus.33.desc
	image = "gfx/interface/illustrations/institutions/enlightenment.dds"
	
	fire_only_once = yes	
	dynamic_historical_event = {
		tag = RUS
		from = 1706.1.1
		to = 1746.1.1
		monthly_chance = 1
	}

	trigger = {

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

		OR = {
			any_owned_location = {
				region = region:russian_region
				has_institution = institution:enlightenment
			}
			has_reform = government_reform:autocracy
		}
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:nobles background = pop_type:soldiers }

		location:pskov = {
			save_scope_as = target_location
		}

		create_character = {
			first_name = name_basil
			last_name = tatishchev
			estate = estate_type:nobles_estate
			adm = 58
			dip = 73
			mil = 43
			birth_date = 1686.1.1
			birth_location = location:pskov
			artist_skill = 0.80
			artist = writer
			save_scope_as = vasily_tatishchev
			script = rus_vasily_tatishchev
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_rus.33.a
		historical_option = yes

		scope:vasily_tatishchev = { move_country = root }
	}


	option = {
		name = flavor_rus.33.b
		trigger = {
			has_regent = no
		}

		hidden_effect = { kill_character_silently = scope:vasily_tatishchev }

		ruler = {
			add_trait = trait:well_advised
			add_adm = 10
		}
	}

	option = {
		name = flavor_rus.33.c
		trigger = {
			any_owned_location = {
				count > 0
				region = region:east_siberia_region
			}
		}

		add_prestige = prestige_mild_bonus
		scope:vasily_tatishchev = {
			move_country = root
			add_character_modifier = {
				modifier = exiled
				years = -1
				mode = add_and_extend
			}
		}

		custom_tooltip = flavor_rus.33.tt2
	}

	historical_info = flavor_rus.33.historical_info

}