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.43] 扬·阿莫斯·科门斯基登场

时间范围
1650.1.1 - 1670.1.1
每月触发概率:7%

触发条件

  • 仅限国家标签为 BOH(波希米亚)的国家触发
  • 事件仅触发一次

关键效果

  • 历史选项:选择此选项将:
    1. 获得 研究进度极大加成add_research_progress = research_progress_extreme_bonus
    2. 将创建的扬·阿莫斯·科门斯基(scope:target_character)移动至触发国(move_country = root

背景介绍
扬·阿莫斯·科门斯基(John Amos Comenius)是17世纪波希米亚著名的教育家、哲学家和作家,被誉为现代教育之父。他出生于1592年,是胡斯派信徒,一生致力于教育改革和宗教宽容。此事件模拟了科门斯基作为一位杰出学者加入波希米亚,为国家带来知识与文化进步的历史情境。

完整事件代码

flavor_boh.43 = { # Jan Amos Komensky
	type = country_event
	title = flavor_boh.43.title
	desc = flavor_boh.43.desc
	historical_info = flavor_boh.43.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BOH
		from = 1650.1.1
		to = 1670.1.1
		monthly_chance = 7
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		create_character = {
			first_name = name_john.name_amos
			last_name = Komensky
			adm = 73
			dip = 91
			mil = 15
			birth_date = 1592.3.28
			birth_location = location:hodonin
			culture = culture:czech
			religion = religion:hussite
			create_in_limbo = yes
			estate = estate_type:clergy_estate

			artist_skill = 0.80
			artist = philosopher

			save_scope_as = target_character

		}
	}

	option = {
		name = flavor_boh.43.a
		add_research_progress = research_progress_extreme_bonus
        scope:target_character = {
            move_country = root
        }
	}
}