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.16] 摩西·门德尔松与《斐多篇》

时间范围

  • 事件窗口:1750.1.1 - 1780.1.1
  • 触发概率:每月 5% 概率

触发条件

  • 国家必须拥有柏林地区(owns = location:berlin)。

关键效果

选项: flavor_brapru.16.a

  • 获得少量研究进度加成(add_research_progress = research_progress_mild_bonus)。
  • 社会价值观向“人文主义”方向轻微偏移(change_societal_value = { type = spiritualist_vs_humanist value = societal_value_minor_move_to_right })。
  • 在首都生成一件艺术作品:
    • 类型:论文(work_of_art_type:treatise
    • 名称phaedon
    • 质量:84
    • 创作者:摩西·门德尔松(事件中生成的人物)

背景介绍

此事件模拟了德国启蒙时期犹太哲学家摩西·门德尔松在柏林的活动及其代表作《斐多篇》的诞生。门德尔松是哈斯卡拉(犹太启蒙运动)的关键人物,致力于推动犹太社群融入欧洲主流社会与文化,同时维护其宗教身份。他在柏林创作《斐多篇》,探讨灵魂不朽等哲学主题,对当时的宗教与思想界产生了重要影响。

完整事件代码

flavor_brapru.16 = { #Moses Mendelssohn Phaedon
	type = country_event
	title = flavor_brapru.16.title
	desc = flavor_brapru.16.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BRA
		tag = PRU
		from = 1750.1.1
		to = 1780.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_peasants_foreign_religion_pop_type_effect = yes
		location:berlin = {
			save_scope_as = berlin_province
		}

		create_character = {
			first_name = name_moses
			last_name = Mendelssohn
			adm = 74
			dip = 65
			mil = 21
			birth_date = 1729.9.6
			birth_location = location:zerbst #dessau
			artist_skill = 0.85
			artist = philosopher
			estate = estate_type:burghers_estate
			religion = religion:judaism
			save_scope_as = target_artist
		}
	}

	trigger = {
		owns = location:berlin
	}

	option = {
		name = flavor_brapru.16.a
		add_research_progress = research_progress_mild_bonus
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_minor_move_to_right }
		capital = {
			create_art = {
				artist = scope:target_artist
				type = work_of_art_type:treatise
				quality = 84
				key = phaedon
			}
		}
	}
}