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.1400 扬·德乌戈什登场

时间范围:1435.1.1 - 1480.1.1(每月 10% 概率触发)

触发条件

  • 国家拥有拉多姆斯科(radomsko)地区。
  • 国家拥有统治者。

关键效果

  • 选项 A (flavor_pol.1400.a) [历史选项]
    • 花费 3 个月收入。
    • 人物 扬·德乌戈什 加入我国。
  • 选项 B (flavor_pol.1400.b)
    • 获得少量威望惩罚。
    • 人物 扬·德乌戈什 被秘密处决。

背景介绍: 扬·德乌戈什(Jan Długosz,1415-1480)是波兰王国著名的编年史家、外交官和克拉科夫主教座堂的教士。他撰写的《波兰史》是研究中世纪波兰历史的重要文献。此事件模拟了这位重要历史人物在波兰宫廷中登场或因其工作被忽视而可能引发的后果。

完整事件代码

flavor_pol.1400 = {#https://en.wikipedia.org/wiki/Jan_D%C5%82ugosz
	type = country_event
	title = flavor_pol.1400.title
	desc = flavor_pol.1400.desc
	historical_info = flavor_pol.1400.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POL
		tag = PLC
		from = 1435.1.1
		to = 1480.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:radomsko
		has_ruler = yes
	}

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

	immediate = {
		create_character = { #https://en.wikipedia.org/wiki/Jan_D%C5%82ugosz
			first_name = name_john
			last_name = Dlugosz
			adm = { 40 70 }
			dip = { 40 60 }
			mil = { 10 15 }
			birth_date = 1415.12.1
			birth_location = location:radomsko
			religion = religion:catholic
			culture = culture:lesser_polish
			estate = estate_type:clergy_estate
			artist_skill = 0.65
			artist = writer
			script = jan_dlugosz
			save_scope_as = target_character
			create_in_limbo = yes
		}
		ruler = {
			save_scope_as = ruler_scope
		}
	}

	option = {
		name = flavor_pol.1400.a

		historical_option = yes

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

	option = {
		name = flavor_pol.1400.b

		add_prestige = prestige_mild_penalty
   		kill_character_silently = scope:target_character
	}
}