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.40 乔治·巴蒂施登场

时间范围

1560.1.1 - 1600.1.1
每月 10% 概率触发

触发条件

  • 拥有巴特岑地区

关键效果

选项 A (历史选项)

  • 将人物乔治·巴蒂施移至本国
  • 损失 6.00 金币
  • 获得大量研究进度
  • 稳定性小幅下降

选项 B

  • 流放人物乔治·巴蒂施

背景介绍

乔治·巴蒂施(1535-1600)是文艺复兴时期萨克森地区的著名医生,尤其以眼科学和外科手术领域的贡献闻名。他出生于巴特岑(今德国包岑),其著作《眼科》是德语世界最早的眼科专著之一,系统阐述了眼部疾病与治疗方法。该事件反映了16世纪中后期神圣罗马帝国境内城市知识分子(市民阶层)的兴起及其对科学发展的推动作用。

完整事件代码

flavor_mei.40 = { #Georg Bartisch
	type = country_event
	title = flavor_mei.40.title
	desc = flavor_mei.40.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MEI
		from = 1560.1.1
		to = 1600.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:bautzen
	}

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

	immediate = {
		create_character = {
			first_name = name_george
			last_name = bartisch
			birth_date = 1535.1.1
			culture = culture:saxon
			birth_location = location:bautzen
			save_scope_as = target_character
			estate = estate_type:burghers_estate
			create_in_limbo = yes
		}
	}

	option = {
		historical_option = yes
		name = flavor_mei.40.a
		scope:target_character = { move_country = root }
		change_gold_effect = { scale = -6.00 }
		add_research_progress = research_progress_extreme_bonus
		add_stability = stability_mild_penalty
	}

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

	historical_info = flavor_mei.40.historical_info
}