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.22] 朝鲜党争事件

时间范围:1455.8.3 - 1600.1.1(每月 25% 概率)

触发条件

  • 国家拥有 has_korean_factionalism 状态。
  • 国家拥有君主 (has_ruler = yes)。

关键效果

  • 选项 A (flavor_kor.22.a):
    • 非静默触发事件 flavor_kor.20

背景介绍: 此事件模拟了朝鲜王朝(Joseon)中期,特别是从1455年“癸酉靖难”(世祖篡位)开始,至17世纪初期间,朝廷内部愈演愈烈的党争(붕당,Bungdang)现象。党争最初源于士林派与勋旧派的政治对立,后来演变为多个派系(如东人、西人、南人、北人)围绕权力、理念和人事进行的长期、复杂的斗争,深刻影响了朝鲜的政治格局、政策走向和社会稳定。

完整事件代码

flavor_kor.22 = {
	hide_portraits = yes
	type = country_event
	title = flavor_kor.22.title
	desc = flavor_kor.22.desc

	immediate = {
		set_variable = kor_later_bungdang
		ruler = {
			save_scope_as = new_ruler
		}
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	illustration_tags = {
		10 = interior
		10 = regular
	}

	trigger = {
		has_korean_factionalism = yes
		has_ruler = yes
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = KOR
		from = 1455.8.3 # Coup of https://en.wikipedia.org/wiki/Sejo_of_Joseon
		to = 1600.1.1
		monthly_chance = 25
	}

	option = {
		name = flavor_kor.22.a

		trigger_event_non_silently = {
			id = flavor_kor.20
		}
	}
}