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_brapru.23 戈特霍尔德·埃夫莱姆·莱辛登场

时间范围:1748.1.1 - 1780.1.1(每月 2% 概率)

触发条件

  • 国家拥有柏林(Berlin)地区。

关键效果

  • 选项 A (历史选项)
    • 将创建的人物(莱辛)移动至本国。
    • 在首都创建一件艺术作品:
      • 艺术家:莱辛
      • 类型:戏剧(Play)
      • 作品键值:nathan_the_wise
      • 品质:84
  • 选项 B
    • 前提条件:scope:target_country 存在。
    • 将创建的人物(莱辛)流放。

背景介绍: 该事件模拟了德国启蒙运动时期的重要作家、哲学家戈特霍尔德·埃夫莱姆·莱辛(Gotthold Ephraim Lessing)的登场。莱辛出生于1729年,是德国文学史上关键人物,以其戏剧作品(如《智者纳坦》)和倡导宗教宽容的思想而闻名。事件设定在普鲁士或勃兰登堡可能吸纳这位文化人物的历史时期,反映了当时国家与文化精英之间的互动。

完整事件代码

flavor_brapru.23 = { #Gotthold Ephraim Lessing
	type = country_event
	title = flavor_brapru.23.title
	desc = flavor_brapru.23.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BRA
		tag = PRU
		from = 1748.1.1
		to = 1780.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:clergy   background = pop_type:clergy }
		create_character = {
			first_name = name_gotthold.name_ephraim
			last_name = Lessing
			adm = 45
			dip = 67
			mil = 25
			birth_date = 1729.1.22
			birth_location = location:bautzen
			estate = estate_type:clergy_estate
			artist_skill = 0.84
			artist = writer
			save_scope_as = target_artist
			create_in_limbo = yes
		}
	}

	trigger = {
		owns = location:berlin
	}

	option = {
		name = flavor_brapru.23.a
		historical_option = yes
		scope:target_artist = { move_country = root }
		capital = {
			create_art = {
				artist = scope:target_artist
				type = work_of_art_type:play
				quality = 84
				key = nathan_the_wise
			}
		}
	}

	option = {
		name = flavor_brapru.23.b
		trigger = {
			exists = scope:target_country
		}
		scope:target_artist = { banish_character = yes }
	}
}