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.49] 约瑟夫·多布罗夫斯基登场

时间范围:1780.1.1 - 1829.1.1,每月 7% 概率触发

触发条件

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

关键效果

  • 选项 A (flavor_boh.49.a)
    • 为当前文化添加 cultural_influence_mild_bonus(温和的文化影响力加成)。
    • 将事件创建的人物 target_character 移动至本国。
  • 选项 B (flavor_boh.49.b)
    • 为国家增加 stability_mild_bonus(温和的稳定度加成)。

背景介绍: 约瑟夫·多布罗夫斯基是捷克启蒙运动时期重要的语言学家、历史学家和文学家,被誉为“捷克语文学之父”。他在捷克民族复兴运动中扮演了关键角色,致力于研究和规范捷克语,为捷克民族认同和文化发展奠定了基础。此事件模拟了这位重要学者在波希米亚登场,为国家的文化或稳定带来影响。

完整事件代码

flavor_boh.49 = { # Josef Dobrovský
	type = country_event
	title = flavor_boh.49.title
	desc = flavor_boh.49.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BOH
		from = 1780.1.1
		to = 1829.1.1
		monthly_chance = 7
	}

	historical_info = flavor_boh.49.historical_info

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

	immediate = {
		create_character = {
			first_name = name_joseph
			last_name = Dobrovsky
			adm = 78
			dip = 92
			mil = 10
			birth_date = 1753.8.17
			birth_location = location:balassagyarmat
			culture = culture:czech
			religion = religion:catholic
			create_in_limbo = yes
			estate = estate_type:burghers_estate

			artist_skill = 0.88
			artist = philosopher

			save_scope_as = target_character

		}
	}

	option = {
		name = flavor_boh.49.a
		culture = {
			add_cultural_influence = cultural_influence_mild_bonus
		}
        scope:target_character = {
            move_country = root
        }
	}

	option = {
		name = flavor_boh.49.b
		add_stability = stability_mild_bonus
	}
}