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.1300] 扬·科哈诺夫斯基登场

时间范围:1559.1.1 - 1600.1.1(每月 10% 概率)

触发条件

  • 国家拥有拉多姆(Radom)地区。
  • 国家已接纳文艺复兴思潮。
  • 国家拥有统治者。

关键效果

  • 选项 A (flavor_pol.1300.a) - 历史选项
    • 花费少量金钱(-3 金币)。
    • 人物扬·科哈诺夫斯基(Jan Kochanowski)加入我国。
  • 选项 B (flavor_pol.1300.b)
    • 获得少量威望惩罚。
    • 人物扬·科哈诺夫斯基被秘密处决。

背景介绍: 扬·科哈诺夫斯基是波兰文艺复兴时期最杰出的诗人和作家,被誉为波兰文学语言的奠基人。他于1559年左右从国外游学归来,其作品深刻影响了波兰的文化与民族认同。此事件模拟了这位文化巨匠在祖国寻求庇护或施展才华的历史时刻,他的到来或离去将对国家的文化声望产生影响。

完整事件代码

flavor_pol.1300 = {#https://en.wikipedia.org/wiki/Jan_Kochanowski
	type = country_event
	title = flavor_pol.1300.title
	desc = flavor_pol.1300.desc
	historical_info = flavor_pol.1300.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = POL
		tag = PLC
		from = 1559.1.1 #when Kochanowski returned to Poland
		to = 1600.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:radom
		has_embraced_institution = institution:renaissance
		has_ruler = yes
	}

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

	immediate = {
		if = {
			limit = {
				NOT = {
					dynasty_exists = kochanowski_dynasty
				}
			}
			location:radom = {
				create_dynasty_from_location = kochanowski_dynasty
			}
		}
		create_character = { #https://en.wikipedia.org/wiki/Jan_Kochanowski
			first_name = name_john
			dynasty = dynasty:kochanowski_dynasty
			adm = { 40 70 }
			dip = { 20 30 }
			mil = { 0 30 }
			birth_date = 1530.2.19
			birth_location = location:radom
			religion = religion:catholic
			culture = culture:lesser_polish
			estate = estate_type:nobles_estate
			artist_skill = 0.80
			artist = writer
			script = jan_kochanowski
			save_scope_as = target_character
			create_in_limbo = yes
		}
		ruler = {
			save_scope_as = ruler_scope
		}
	}

	option = {
		name = flavor_pol.1300.a

		historical_option = yes

		change_gold_effect = { scale = -3 }
		scope:target_character = {
			move_country = root
		}
	}

	option = {
		name = flavor_pol.1300.b

		add_prestige = prestige_mild_penalty
   		kill_character_silently = scope:target_character
	}
}