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_kor.13 高丽佛教与儒教发展

时间范围:1360.1.1 - 1460.1.1(每月 5% 概率)

触发条件

  • 国家宗教为佛教 (is_country_buddhist = yes)

关键效果

  • 历史选项 (historical_option = yes):
    • 设置变量 kor_has_confucianism_activeyes
    • 获得少量稳定性惩罚 (add_stability = stability_weak_penalty)。

背景介绍: 该事件模拟了高丽王朝(KOR)在14至15世纪期间,佛教作为国教背景下,儒家思想开始活跃并逐渐对国家治理产生影响的历史进程。选择历史选项反映了儒家学说在官僚体系与思想领域获得官方认可,但这一转变也可能在短期内引发社会或思想层面的轻微动荡。

完整事件代码

flavor_kor.13 = {
	type = country_event
	title = flavor_kor.13.title
	desc = flavor_kor.13.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = KOR
		from = 1360.1.1
		to = 1460.1.1
		monthly_chance = 5
	}
	
	trigger = {
		is_country_buddhist = yes
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	option = {
		name = flavor_kor.13.a
		historical_option = yes
		custom_tooltip = {
			text = flavor_kor.13.a.tt
			set_variable = { name = kor_has_confucianism_active value = yes }
		}
		add_stability = stability_weak_penalty
	}
}