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.21 弗里德里希·尼古拉与《少年维特的喜悦》

时间范围:1770.1.1 - 1800.1.1(每月 10% 概率)

触发条件

  • 本国拥有柏林地区。
  • 艺术品 sorrows_of_young_werther(《少年维特的烦恼》)存在。
  • 国家 MEI 的首都拥有艺术品 sorrows_of_young_werther

关键效果

  • 选项 A(历史选项)
    • 声望受到轻微惩罚。
    • 将目标艺术家(弗里德里希·尼古拉)移动至本国。
    • 在柏林地区创作一部新的艺术品:
      • 类型:小说
      • 品质:75
      • 标识符:joys_of_young_werther(《少年维特的喜悦》)
  • 选项 B
    • 声望获得轻微增益。
    • 放逐目标艺术家(弗里德里希·尼古拉)。

背景介绍: 该事件模拟了18世纪后期普鲁士文人弗里德里希·尼古拉对歌德著名小说《少年维特的烦恼》的回应。尼古拉作为启蒙运动的代表人物,创作了戏仿作品《少年维特的喜悦》,以理性和乐观的视角对抗原作的感伤主义浪潮,反映了当时德国文学界关于情感与理性的论争。

完整事件代码

flavor_brapru.21 = { #Friedrich Nicolai and the Joys of Young Werther
	type = country_event
	title = flavor_brapru.21.title
	desc = flavor_brapru.21.desc

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BRA
		tag = PRU
		from = 1770.1.1
		to = 1800.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		create_character = {
			first_name = name_frederick
			last_name = Nicolai
			adm = 54
			dip = 68
			mil = 9
			birth_date = 1733.3.18
			birth_location = location:berlin
			estate = estate_type:burghers_estate
			artist_skill = 0.78
			artist = writer
			save_scope_as = target_artist
			create_in_limbo = yes
		}
	}

	trigger = {
		owns = location:berlin
		exists = work_of_art:sorrows_of_young_werther
		c:MEI = {
			capital = {
				any_work_of_art_in_location = {
					this = work_of_art:sorrows_of_young_werther
				}
			}
		}
	}

	option = {
		name = flavor_brapru.21.a
		historical_option = yes
		add_prestige = prestige_mild_penalty
		scope:target_artist = { move_country = root }
		location:berlin = {
			create_art = {
				artist = scope:target_artist
				type = work_of_art_type:novel
				quality = 75
				key = joys_of_young_werther
			}
		}
	}

	option = {
		name = flavor_brapru.21.b
		add_prestige = prestige_mild_bonus
		scope:target_artist = {
			banish_character = yes
		}
	}
}