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.34 米哈伊尔·罗蒙诺索夫登场

时间范围:1741.1.1 - 1765.1.1(每月 5% 概率触发)

触发条件

  • 玩家国家(root)必须拥有并控制莫斯科地区(location:moscow)。
  • 莫斯科地区必须已建造大学建筑(has_building = building_type:university)。

关键效果

  • 选项 A (flavor_rus.34.a):
    • 获得少量研究进度加成(add_research_progress = research_progress_mild_bonus)。
    • 将人物 米哈伊尔·罗蒙诺索夫 移动至玩家国家。
  • 选项 B (flavor_rus.34.b):
    • 设置变量 unlocked_advance_imperatorskiy_moskovskiy_universitet 为 1。
    • 显示自定义提示:enable_imperatorskiy_moskovskiy_universitet_advance
    • 历史选项historical_option = yes
    • 隐藏效果:静默移除人物 米哈伊尔·罗蒙诺索夫
    • 显示自定义提示:flavor_rus.34.tt2
  • 选项 C (flavor_rus.34.c):
    • 获得少量威望加成(add_prestige = prestige_mild_bonus)。
    • 隐藏效果:静默移除人物 米哈伊尔·罗蒙诺索夫

背景介绍: 此事件模拟了俄国著名科学家、诗人米哈伊尔·瓦西里耶维奇·罗蒙诺索夫在莫斯科大学环境下的登场。罗蒙诺索夫是俄国启蒙时代的关键人物,在自然科学、语言学、历史学等多个领域均有杰出贡献,被誉为俄国现代科学奠基人之一。事件反映了18世纪中叶俄国在彼得大帝改革后,科学与教育领域的发展契机。

完整事件代码

flavor_rus.34 = {
	type = country_event
	title = flavor_rus.34.title
	desc = flavor_rus.34.desc
	image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"
	
	fire_only_once = yes	
	dynamic_historical_event = {
		tag = RUS
		from = 1741.1.1
		to = 1765.1.1
		monthly_chance = 5
	}

	trigger = {

		location:moscow = {
			owner = root
			controller = root
			has_building = building_type:university
		}
	}

	immediate = {

		capital = {
			save_scope_as = target_location
		}

		create_character = {
			first_name = name_michael
			last_name = Lomonosov
			estate = estate_type:burghers_estate
			adm = 54
			dip = 33
			mil = 34
			birth_date = 1711.1.1
			birth_location = location:pskov
			artist_skill = 0.80
			artist = philosopher
			save_scope_as = mikhail_lomonosov
			script = rus_mikhail_lomonosov
			create_in_limbo = yes
		}

		root = {
			save_scope_as = target_root_country
		}
	}


	option = {
		name = flavor_rus.34.a

		add_research_progress = research_progress_mild_bonus
		scope:mikhail_lomonosov = { move_country = root }
	}

	option = {
		name = flavor_rus.34.b

		set_variable = { name = unlocked_advance_imperatorskiy_moskovskiy_universitet value = 1 }

		custom_tooltip = enable_imperatorskiy_moskovskiy_universitet_advance

		hidden_effect = { kill_character_silently = scope:mikhail_lomonosov }

		custom_tooltip = flavor_rus.34.tt2
	}

	option = {
		name = flavor_rus.34.c

		add_prestige = prestige_mild_bonus

		hidden_effect = { kill_character_silently = scope:mikhail_lomonosov }
	}

	historical_info = flavor_rus.34.historical_info

}