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.42 泛斯拉夫大会

时间范围

1780.1.1 - 1840.1.1,每月 20% 概率触发

触发条件

  • 国家的主流文化属于斯拉夫文化组
  • 国家拥有布拉格地区

关键效果

  • 选项flavor_boh.42.a
    • 为当前文化添加“文化传统:严重增益”
    • 为当前文化添加“文化影响力:严重增益”

背景介绍

该事件模拟了历史上在布拉格举行的泛斯拉夫大会。在18世纪末至19世纪上半叶,随着民族主义思潮的兴起,斯拉夫各民族的知识分子和活动家聚集在一起,讨论共同的文化、语言和政治未来,旨在促进斯拉夫民族间的团结与合作。这一事件通常与捷克民族复兴运动紧密相连,反映了当时中欧地区日益增长的民族自觉意识。

完整事件代码

flavor_boh.42 = { # The Pan-Slavic Congress
	type = country_event
	title = flavor_boh.42.title
	desc = flavor_boh.42.desc
	historical_info = flavor_boh.42.historical_info

	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = BOH
		from = 1780.1.1
		to = 1840.1.1
		monthly_chance = 20
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	trigger = {
		dominant_culture = {
			has_culture_group = culture_group:slavic_group
		}
		owns = location:prague
	}

	option = {
		name = flavor_boh.42.a
		culture = {
			add_cultural_tradition = cultural_tradition_severe_bonus
			add_cultural_influence = cultural_influence_severe_bonus
		}
	}
}