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.46] 扬·罗基察纳登场

时间范围:1450.1.1 - 1470.1.1(每月 7% 概率)

触发条件

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

关键效果

  • 历史选项flavor_boh.46.a
    • 宗教影响力增加 10.00 点 (add_religious_influence_if_valid = { VALUE = 10.00 })
    • 将新创建的人物 target_character 移动到本国 (scope:target_character = { move_country = root })

背景介绍: 扬·罗基察纳是15世纪波希米亚地区重要的胡斯派神学家和领袖。在胡斯战争之后,他成为胡斯派教会的重要人物,致力于在波希米亚维持和发展胡斯派信仰。此事件模拟了这位关键人物在胡斯派国家中登场,并可能带来宗教影响力提升的历史进程。

完整事件代码

flavor_boh.46 = { # Jan Rokycana
	type = country_event
	title = flavor_boh.46.title
	desc = flavor_boh.46.desc

	historical_info = flavor_boh.46.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BOH
		from = 1450.1.1
		to = 1470.1.1
		monthly_chance = 7
	}

	trigger = {
		religion = religion:hussite
	}

	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
			last_name = Rokycana
			adm = 81
			dip = 82
			mil = 10
			birth_date = 1396.2.1
			birth_location = location:plzen
			culture = culture:czech
			religion = religion:hussite
			create_in_limbo = yes
			estate = estate_type:clergy_estate
			artist_skill = 0.85
			artist = philosopher

			save_scope_as = target_character

		}
	}

	option = {
		name = flavor_boh.46.a
		add_religious_influence_if_valid = { VALUE = 10.00 }
        scope:target_character = {
            move_country = root
        }
	}
}