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.14 朝鲜新儒学兴起

时间范围

1400.1.1 - 1550.1.1(每月 10% 概率)

触发条件

  • 国家拥有变量 kor_has_confucianism_active

关键效果

选项: flavor_kor.14.a(历史选项)

  • 增加贵族阶层满意度(estate_satisfaction_mild_penalty
  • 若同时满足以下条件,显示自定义提示 flavor_kor.14.a.tt
    • 国家文化不属于儒家文化组(confucian_group
    • 未加入任何包含儒家政策(confucianism_policy)的教派类国际组织
    • 不是“中华朝贡体系”(international_organization:middle_kingdom)成员
  • 隐藏效果:设置变量 has_neo_confucianism = yes

背景介绍

该事件模拟了朝鲜王朝(李氏朝鲜)在15世纪至16世纪初期新儒学(性理学)的兴起与制度化过程。朝鲜在吸收中国程朱理学的基础上,发展出本土化的儒学体系,成为国家意识形态与社会规范的核心,深刻影响了政治结构、科举制度与士林文化。

事件代码

flavor_kor.14 = {
	type = country_event
	title = flavor_kor.14.title
	desc = flavor_kor.14.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = KOR
		from = 1400.1.1
		to = 1550.1.1
		monthly_chance = 10
	}
	
	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:clergy_estate }
	}
	
	trigger = {
		has_variable = kor_has_confucianism_active
	}
	option = {
		name = flavor_kor.14.a
		historical_option = yes
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_penalty }
		if = {
			limit = {
				NOT = { culture = { has_culture_group = culture_group:confucian_group } }
				NOT = {
					any_international_organizations_member_of = {
						international_organization_type = international_organization_type:sect
						international_organization_has_policy = policy:confucianism_policy
					}
				}
				NOT = { is_member_of_international_organization = international_organization:middle_kingdom }
			}
			custom_tooltip = flavor_kor.14.a.tt
		}
		hidden_effect = {
			set_variable = { name = has_neo_confucianism value = yes }
		}
	}
}