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.101 彼得大帝的微服出访

时间范围: 1690.1.1 - 1740.1.1 触发概率: 每月 10% 概率

触发条件:

  • 国家拥有变量 incognito_travels_in_progress
  • 国家没有摄政王。
  • 存在一个已知国家,该国家满足以下所有条件:
    • 其国家标签为 ENG(英格兰)或 GBR(大不列颠)。
    • 同时满足以下至少一个条件:
      • 拥有 oxford 地区。
      • 其首都拥有建筑 royal_society
      • 拥有 london 地区,并且同时拥有 london 地区以及科技 royal_navy

关键效果:

选项 A: flavor_mos.101.a (历史选项)

  • 若目标国家拥有 london 地区: 获得 research_progress_mild_bonus(研究进度小幅增益)。
  • 若目标国家拥有科技 royal_navy 社会价值观 land_vs_naval(陆军 vs 海军)向右侧(海军方向)移动;获得 navy_tradition_mild_bonus(海军传统小幅增益)。
  • 若目标国家拥有 oxford 地区,且该地区拥有建筑 university 君主获得 10 点行政能力。
  • 若目标国家拥有 london 地区,且该地区拥有建筑 royal_society 社会价值观 traditionalist_vs_innovative(传统 vs 创新)向右侧(创新方向)移动。
  • 若人物 eng_godfrey_kneller 属于目标国家: 与目标国家互相获得 opinion_gifted_magnificent_painting(赠予宏伟画作)观点修正。

选项 B: flavor_mos.101.b

  • 获得 religious_influence_mild_bonus(宗教影响力小幅增益)。
  • 君主获得 10 点行政能力、10 点外交能力和 10 点军事能力。

选项 C: flavor_mos.101.c

  • 触发前提: 对目标国家拥有至少 25 点的间谍网络。
  • 获得 research_progress_severe_bonus(研究进度大幅增益)。
  • 获得 prestige_mild_bonus(威望小幅增益)。

背景介绍: 此事件模拟了沙皇俄国(莫斯科/俄罗斯)统治者,特别是彼得大帝,在17世纪末至18世纪初进行的著名“大使团”微服出访。彼得大帝曾匿名游历西欧,学习先进的军事、科技、文化和行政管理经验,尤其对英国(英格兰/大不列颠)的海军、学术机构(如牛津大学、皇家学会)和造船技术表现出浓厚兴趣。这次出访深刻影响了俄国的现代化改革方向。

完整事件代码:

flavor_mos.101 = {
	hide_portraits = yes
	type = country_event

	title = flavor_mos.101.title
	desc = flavor_mos.101.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1690.1.1
		to = 1740.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}
	

	trigger = {

		has_variable = incognito_travels_in_progress

		has_regent = no

		any_known_country = {
			OR = {
				tag = ENG
				tag = GBR
			}
			OR = {
				owns = location:oxford
				capital = {
					has_building = building_type:royal_society
				}
				OR = {
					owns = location:london
					AND = {
						owns = location:london
						has_advance = royal_navy
					}
				}
			}
		}

	}

	immediate = {

		random_known_country = {
			limit = {
				OR = {
					tag = ENG
					tag = GBR
				}
				OR = {
					owns = location:oxford
					location:oxford = {
						has_building = building_type:university
					}
					capital = {
						has_building = building_type:royal_society
					}
					OR = {
						owns = location:london
						AND = {
							owns = location:london
							has_advance = royal_navy
						}
					}
				}
			}
			save_scope_as = target_country
			capital = {
				save_scope_as = target_location
			}

		}

		character:eng_godfrey_kneller ?= {
			save_scope_as = godfrey_kneller
		}

		ruler = {
			save_scope_as = target_character
		}

		root = { save_scope_as = target_root_country }

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

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

		if = {
			limit = {
				location:london = {
					owner = scope:target_country
				}
			}
			add_research_progress = research_progress_mild_bonus
			custom_tooltip = flavor_mos.101.tt1
		}

		if = {
			limit = {
				scope:target_country = {
					has_advance = royal_navy
				}
			}
			change_societal_value = {
				type = land_vs_naval
				value = societal_value_move_to_right
			}
			add_navy_tradition = navy_tradition_mild_bonus
			custom_tooltip = flavor_mos.101.tt2
		}

		if = {
			limit = {
				location:oxford = {
					owner = scope:target_country
					has_building = building_type:university
				}
			}
			ruler = {
				add_adm = 10
			}
			custom_tooltip = flavor_mos.101.tt3
		}

		if = {
			limit = {
				location:london = {
					owner = scope:target_country
					has_building = building_type:royal_society
				}
			}
			change_societal_value = {
				type = traditionalist_vs_innovative
				value = societal_value_move_to_right
			}
			custom_tooltip = flavor_mos.101.tt4
		}

		if = {
			limit = {
				character:eng_godfrey_kneller ?= {
					owner = scope:target_country }
			}
			add_opinion = {
				target = scope:target_country
				modifier = opinion_gifted_magnificent_painting
			}
			scope:target_country = {
				add_opinion = {
					target = root
					modifier = opinion_gifted_magnificent_painting
				}
			}
			custom_tooltip = flavor_mos.101.tt5
		}

		ai_chance = {
			factor = 1
		}

	}

	option = {
		name = flavor_mos.101.b

		add_religious_influence = religious_influence_mild_bonus

		ruler = {
			add_adm = 10
			add_dip = 10
			add_mil = 10
		}

		ai_chance = {
			factor = 0.5
		}

	}

	option = {
		name = flavor_mos.101.c
		trigger = {
			spy_network = {
				target = scope:target_country
				value >= 25
			}
		}

		add_research_progress = research_progress_severe_bonus

		add_prestige = prestige_mild_bonus

		custom_tooltip = flavor_mos.101.tt6

		ai_chance = {
			factor = 0.5
		}

	}

	historical_info = flavor_mos.101.historical_info

}