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_eng.42] 艾萨克·牛顿登场

时间范围

  • 事件窗口:1672年1月1日 - 1727年1月1日
  • 触发概率:每月 5% 概率

触发条件

  • 事件仅能触发一次。
  • 动态历史事件限定国家:ENG(英格兰)或 GBR(大不列颠)。

关键效果

  • 立即效果

    • 创建一位名为 艾萨克·牛顿 的人物。
    • 人物属性:
      • 阶层:市民阶层
      • 职业:科学家
      • 技能等级:0.9 至 1.0
      • 出生日期:1642年1月1日
      • 出生地点:林肯
      • 关联脚本:eng_isaac_newton
      • 保存为作用域变量:isaac_newton
  • 选项效果

    • 选项 A(对应 flavor_eng.42.a):
      • 获得 巨额威望加成prestige_extreme_bonus)。

背景介绍

该事件模拟了艾萨克·牛顿在英格兰(或大不列颠)历史舞台上的登场。牛顿是17至18世纪最具影响力的科学家之一,他在物理学、数学和天文学领域的开创性工作奠定了现代科学的基础。事件在1672年至1727年间随机触发,标志着这位伟大思想家可能在该时期活跃于国家学术与科学界,并为国家带来显著的声望提升。

完整事件代码

flavor_eng.42 = {
	type = country_event
	title = flavor_eng.42.title
	desc = flavor_eng.42.desc
	historical_info = flavor_eng.42.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1672.1.1
		to = 1727.1.1
		monthly_chance = 5
	}

	image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"

	immediate = {
		create_character = {
			first_name = name_isaac
			last_name = Newton
			estate = estate_type:burghers_estate
			artist = scientist
			artist_skill = { 0.9 1 }
			birth_date = 1642.1.1
			birth_location = location:lincoln
			script = eng_isaac_newton
			save_scope_as = isaac_newton
		}
	}

	option = {
		name = flavor_eng.42.a

		add_prestige = prestige_extreme_bonus
	}
}