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_boh.47 伊日·梅兰特里赫·兹·阿文蒂纳登场

时间范围
1550.1.1 - 1580.1.1(每月 7% 概率)

触发条件

  • 国家宗教为胡斯派(religion = religion:hussite

关键效果

  • 历史选项flavor_boh.47.a
    • 将新创建的人物(伊日·梅兰特里赫)移入本国
    • 为国家添加修正 melantrichs_efforts,持续 10 年(若已存在则叠加并延长持续时间)

背景介绍
伊日·梅兰特里赫(1511-1580)是文艺复兴时期波希米亚著名的印刷商、出版商和人文主义者。他出生于姆拉达-博莱斯拉夫,作为胡斯派信徒,他在布拉格建立了重要的印刷工坊,出版了包括捷克语《圣经》在内的众多重要著作,对捷克语言、文化和宗教的传播与发展产生了深远影响。此事件模拟了这位重要文化人物在胡斯派统治的波希米亚登场的可能性。

完整事件代码

flavor_boh.47 = { # Jiri Melantrich z Aventina
	type = country_event
	title = flavor_boh.47.title
	desc = flavor_boh.47.desc

	historical_info = flavor_boh.47.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BOH
		from = 1550.1.1
		to = 1580.1.1
		monthly_chance = 7
	}

	trigger = {
		religion = religion:hussite
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_george
			last_name = Melantrich
			adm = 72
			dip = 84
			mil = 12
			birth_date = 1511.1.1
			birth_location = location:mlada_boleslav
			culture = culture:czech
			religion = religion:hussite
			save_scope_as = target_character
			create_in_limbo = yes
			estate = estate_type:burghers_estate
			artist_skill = 0.75
			artist = writer

		}
	}

	option = {
		name = flavor_boh.47.a
        scope:target_character = {
            move_country = root
        }
		add_country_modifier = {
			modifier = melantrichs_efforts
			years = 10
			mode = add_and_extend
		}
	}
}