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_mei.30 戈特弗里德·威廉·莱布尼茨

时间范围:1675.1.1 - 1725.1.1(每月 10% 概率)

触发条件

  • 国家拥有莱比锡(Leipzig)地区。

关键效果

  • 选项 A (历史选项)
    • 国库减少 2.00 金币。
    • 将莱布尼茨(target_character)移动至本国。
    • 在德累斯顿(Dresden)地区创建一件艺术品:
      • 类型:论文(Treatise)
      • 品质:80
      • 艺术家:莱布尼茨
      • 关键标识:theodicee
  • 选项 B
    • 流放莱布尼茨(target_character)。

背景介绍: 此事件模拟了德国著名哲学家、数学家戈特弗里德·威廉·莱布尼茨的登场。莱布尼茨出生于莱比锡,是科学革命时期的关键人物,以其在微积分、哲学(如《神义论》)等方面的贡献而闻名。事件反映了当时德意志地区对学者和知识分子的吸引与资助,以及统治者可能面临的在文化投资与财政支出之间的抉择。

完整事件代码

flavor_mei.30 = { #Gottfried Wilhelm Leibniz
	type = country_event
	title = flavor_mei.30.title
	desc = flavor_mei.30.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MEI
		from = 1675.1.1
		to = 1725.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:leipzig
	}

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

	immediate = {
		create_character = {
			first_name = name_godfrey.name_william
			last_name = leibniz
			birth_date = 1646.7.1
			birth_location = location:leipzig
			artist_skill = 0.80
			artist = philosopher
			save_scope_as = target_character
			estate = estate_type:burghers_estate
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_mei.30.a
		historical_option = yes
		change_gold_effect = { scale = -2.00 }
		scope:target_character = { move_country = root }
		location:dresden = {
			create_art = {
				type = work_of_art_type:treatise
				quality = 80
				artist = scope:target_character
				key = theodicee
			}
		}
	}

	option = {
		name = flavor_mei.30.b
		scope:target_character = { banish_character = yes }
	}

	historical_info = flavor_mei.30.historical_info
}