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_dan.14 延斯·迪内森·耶尔辛登场

时间范围:1610.1.1 - 1634.1.1,每月 2% 概率触发

触发条件

  • 国家宗教为 lutheran(路德宗)。
  • 拥有 kobenhavn(哥本哈根)地区。

关键效果

  • 选项 A (历史选项)
    • 社会价值观 spiritualist_vs_humanist(灵性主义 vs 人文主义)向“右”(灵性主义)方向移动。
    • kobenhavn(哥本哈根)地区创建一件艺术品:
      • 类型:treatise(论文/专著)。
      • 作品键:on_miracles_signs_and_revelations(关于奇迹、征兆与启示)。
      • 艺术家:延斯·迪内森·耶尔辛(事件创建的角色)。
      • 品质:83。
  • 选项 B
    • 社会价值观 spiritualist_vs_humanist(灵性主义 vs 人文主义)向“左”(人文主义)方向移动。

背景介绍: 延斯·迪内森·耶尔辛(1588-1634)是一位丹麦路德宗神学家和哲学家。他在哥本哈根大学学习,后来成为教授和大学校长。耶尔辛以其在神学、哲学和自然科学方面的著作而闻名,他的作品反映了宗教改革后丹麦知识界的思潮,特别是在灵性主义与人文主义之间的张力。此事件模拟了这位学者在丹麦路德宗文化圈中登场并产生影响的过程。

完整事件代码

flavor_dan.14 = { #Jens Dinesen Jersin
	type = country_event
	title = flavor_dan.14.title
	desc = flavor_dan.14.desc
	historical_info = flavor_dan.14.historical_info
	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_books.dds"


	fire_only_once = yes
	dynamic_historical_event = {
		tag = DAN
		from = 1610.1.1
		to = 1634.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:clergy   background = pop_type:burghers }
		create_character = {
			first_name = name_john
			last_name = Dinesen_jersin
			adm = 54
			dip = 67
			mil = 31
			birth_date = 1588.9.28
			birth_location = location:kobenhavn
			culture = culture:danish
			religion = religion:lutheran
			estate = estate_type:clergy_estate
			artist_skill = 0.83
			artist = philosopher
			script = dan_dinesen_jersin
			save_scope_as = target_artist
		}
	}

	trigger = {
		religion = religion:lutheran
		owns = location:kobenhavn
	}

	option = {
		name = flavor_dan.14.a
		historical_option = yes

		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_right }
		location:kobenhavn = {
			create_art = {
				artist = scope:target_artist
				quality = 83
				type = work_of_art_type:treatise
				key = on_miracles_signs_and_revelations
			}
		}
	}

	option = {
		name = flavor_dan.14.b

		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_left }
	}
}