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.1301] 扬·科哈诺夫斯基的诗歌创作

时间范围

1578.1.1 - 1600.1.1(每月 10% 概率)

触发条件

  • 名为 jan_kochanowski 的角色存活,且其所有者是触发国。
  • 触发国拥有 radom 地区。

关键效果

选项: flavor_pol.1301.a (历史选项)

  • radom 地区创建一件艺术品:
    • 艺术家: jan_kochanowski
    • 品质: 80
    • 类型: 诗歌
    • 标识符: pol_threnodies

背景介绍

扬·科哈诺夫斯基是波兰文艺复兴时期最杰出的诗人之一,被誉为波兰文学语言的奠基人。他于1578年左右返回波兰,其代表作《哀歌》等作品深刻影响了波兰文学和文化的发展。此事件模拟了他在拉多姆地区进行诗歌创作,为波兰文化留下宝贵遗产的历史时刻。

完整事件代码

flavor_pol.1301 = {#https://en.wikipedia.org/wiki/Jan_Kochanowski
	type = country_event
	title = flavor_pol.1301.title
	desc = flavor_pol.1301.desc
	historical_info = flavor_pol.1301.historical_info

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

	trigger = {
		character:jan_kochanowski ?= {
			is_alive = yes
			owner = ROOT
		}
		owns = location:radom
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

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

	option = {
		name = flavor_pol.1301.a

		historical_option = yes

		location:radom = {
			create_art = {
				artist = scope:target_character
				quality = 80
				type = work_of_art_type:poem
				key = pol_threnodies
			}
		}
	}
}