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.48 叶卡捷琳娜二世登场

时间范围:1747.1.1 - 1796.1.1,每月 5% 概率触发

触发条件

  • 国家为 RUS(俄罗斯)。
  • 当前统治者满足以下条件:
    • 未婚。
    • 是成年人。
    • 是男性。
  • 政府类型为君主制。
  • 地区 stettin(斯德丁)的所有者满足以下条件:
    • 宗教属于基督教组。
    • 未与俄罗斯处于战争状态。

关键效果

  • 选项 A (历史选项)
    • 将创建的角色 sophie_of_anhalt_zerbst(索菲·冯·安哈尔特-采尔布斯特)移动到俄罗斯。
    • 为该角色添加持续至游戏结束的 great(伟大)特质修正。
    • 让当前统治者与该角色结婚。
  • 选项 B
    • 秘密处决角色 sophie_of_anhalt_zerbst
    • 社会价值观 outward_vs_inward(外向 vs 内向)向右移动一格。

背景介绍: 此事件模拟了历史上叶卡捷琳娜大帝(原名索菲·冯·安哈尔特-采尔布斯特)与俄罗斯皇室的联姻。她原为德意志小邦的公主,通过与俄罗斯皇储彼得三世的婚姻进入俄国宫廷,并最终通过政变成为俄罗斯帝国女皇,在位期间大力推行西化改革,大幅扩张了俄罗斯的领土与影响力,被誉为“大帝”。

完整事件代码

flavor_rus.48 = {
	type = country_event
	title = flavor_rus.48.title
	desc = flavor_rus.48.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1747.1.1
		to = 1796.1.1
		monthly_chance = 5
	}

	trigger = {

		ruler ?= {
			is_married = no
			is_adult = yes
			is_female = no
		}

		government_type = government_type:monarchy

		location:stettin = {
			owner = {
				religion.group = religion_group:christian
				NOT = { is_at_war_with = root }
			}
		}
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }

		location:stettin = {
			save_scope_as = target_location
			owner.culture = {
				save_scope_as = target_culture
			}
		}

		create_character = {
			first_name = name_catherine
			nickname = nick_the_great
			adm = 80
			dip = 100
			mil = 45
			fertility = 75
			female = yes
			dynasty = dynasty:askanier_dynasty
			estate = estate_type:nobles_estate
			age = 18
			birth_location = location:stettin
			save_scope_as = sophie_of_anhalt_zerbst
			script = rus_sophie_of_anhalt_zerbst
			create_in_limbo = yes
		}
	}

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

		scope:sophie_of_anhalt_zerbst = {
			move_country = root
			add_character_modifier = {
				modifier = great
				years = -1
				mode = add_and_extend
			}
		}
		ruler = {
			marry_character = scope:sophie_of_anhalt_zerbst
		}

		ai_chance = {
			factor = 1
		}

	}

	option = {
		name = flavor_rus.48.b

		hidden_effect = { kill_character_silently = scope:sophie_of_anhalt_zerbst }

		change_societal_value = {
			type = outward_vs_inward
			value = societal_value_move_to_right
		}

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_rus.48.historical_info

}