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_pol.1401] 扬·德乌戈什的《波兰编年史》

时间范围

  • 事件窗口:1475.1.1 - 1485.1.1
  • 触发概率:每月 10% 概率

触发条件

  • 人物 扬·德乌戈什(Jan Długosz) 必须存活,且其所属国家为事件触发国(即波兰或波兰-立陶宛联邦)。

关键效果

  • 选项 A(历史选项):
    • 在首都创建一件艺术品:
      • 艺术家:扬·德乌戈什
      • 品质:60
      • 类型:编年史(Chronicle)
      • 标识符pol_annals_of_poland

背景介绍

该事件模拟了波兰历史学家、外交家扬·德乌戈什在1475年至1485年间返回波兰后,创作其代表作《波兰编年史》(Annales seu cronicae incliti Regni Poloniae)的历史时刻。这部编年史是中世纪波兰最重要的历史文献之一,系统地记录了波兰从传说时代到1480年的历史,对波兰民族认同和历史记忆的形成产生了深远影响。

完整事件代码

flavor_pol.1401 = {
	type = country_event
	title = flavor_pol.1401.title
	desc = flavor_pol.1401.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POL
		tag = PLC
		from = 1475.1.1 #when Kochanowski returned to Poland
		to = 1485.1.1
		monthly_chance = 10
	}

	trigger = {
		character:jan_dlugosz ?= {
			is_alive = yes
			owner = ROOT
		}
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:jan_dlugosz = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_pol.1401.a

		historical_option = yes

		capital = {
			create_art = {
				artist = character:jan_dlugosz
				quality = 60
				type = work_of_art_type:chronicle
				key = pol_annals_of_poland
			}
		}
	}
}