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.43 格里高利·奥尔洛夫登场

时间范围:1752.1.1 - 1794.1.1(每月 5% 概率)

触发条件

  • 玩家国家(root)拥有并控制诺夫哥罗德地区(location:novgorod)。
  • 满足以下任一条件:
    • 莫斯科地区(location:moscow)拥有建筑“莫斯科炮兵场”(building_type:moscow_artillery_yard)。
    • 当前统治者(ruler)为女性(is_female = yes)。

关键效果

  • 选项 A (历史选项)
    • 将创建的角色“格里高利·奥尔洛夫”(scope:grigory_orlov)移动至玩家国家。
    • 显示自定义提示 flavor_rus.43.tt2
  • 选项 B
    • 将角色“格里高利·奥尔洛夫”移动至玩家国家。
    • 为该角色添加持续1年的修正“拒绝在内阁任职”(refuses_to_serve_in_cabinet),并添加特质“不适合指挥军队”(unsuited_for_army_command)和“头脑冷静”(level_headed)。
    • 为玩家国家增加大量海军传统(navy_tradition_severe_bonus)。
  • 选项 C
    • 秘密处决角色“格里高利·奥尔洛夫”(kill_character_silently)。
    • 为玩家国家增加少量威望(prestige_mild_bonus)。

背景介绍: 此事件模拟了俄国女皇叶卡捷琳娜二世时期的重要历史人物——格里高利·奥尔洛夫的出现。奥尔洛夫兄弟在帮助叶卡捷琳娜夺取皇位的过程中发挥了关键作用,尤其是格里高利·奥尔洛夫,他后来成为女皇的情夫和重要军事顾问。事件反映了在特定历史条件下(如女性统治者掌权或莫斯科炮兵场建成),这位具有杰出军事(mil = 90)和管理(adm = 90)才能的贵族人物登上政治舞台的可能性,以及玩家国家可能做出的不同选择对其命运和国家的影响。

完整事件代码

flavor_rus.43 = {
	type = country_event
	title = flavor_rus.43.title
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					ruler ?= {
						is_female = yes
					}
				}
				desc = flavor_rus.43.desc_empress
			}
			triggered_desc = {
				trigger = {
					location:moscow = {
						has_building = building_type:moscow_artillery_yard
					}
				}
				desc = flavor_rus.43.desc_artillery_yard
			}
		}
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1752.1.1
		to = 1794.1.1
		monthly_chance = 5
	}

	trigger = {

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

		OR = {
			location:moscow = {
				has_building = building_type:moscow_artillery_yard
			}
			ruler ?= {
				is_female = yes
			}
		}
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		location:novgorod = {
			save_scope_as = target_location
		}

		create_character = {
			first_name = name_gregory
			last_name = Orlov
			adm = 90
			dip = 30
			mil = 90
			birth_date = 1734.1.1
			estate = estate_type:nobles_estate
			birth_location = location:novgorod
			save_scope_as = grigory_orlov
			script = rus_grigory_orlov
			create_in_limbo = yes
		}
		root = { save_scope_as = target_root_country }
	}

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

		scope:grigory_orlov = { move_country = root }
		custom_tooltip = flavor_rus.43.tt2

		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_rus.43.b

		scope:grigory_orlov = {
			move_country = root
			add_character_modifier = {
				modifier = refuses_to_serve_in_cabinet
				years = -1
				mode = add_and_extend
			}
			add_trait = trait:unsuited_for_army_command
			add_trait = trait:level_headed
		}

		add_navy_tradition = navy_tradition_severe_bonus

		ai_chance = {
			factor = 0.5
		}
	}

	option = {
		name = flavor_rus.43.c

		hidden_effect = { kill_character_silently = scope:grigory_orlov }

		add_prestige = prestige_mild_bonus

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_rus.43.historical_info

}