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.39 事大主义改革

时间范围:1350.1.1 - 1550.1.1,每月 5% 概率

触发条件

  • 国家 采用政府改革 son_in_law_rule
  • 国际组织 middle_kingdom(天朝/中华体系)的领导者国家存在。

关键效果

  • 选项 A (历史选项)
    • 解锁政府改革 kor_sadae_reform
    • 立即采用政府改革 kor_sadae_reform
  • 选项 B
    • 获得对 middle_kingdom 领导者国家的宣战理由 casus_belli:cb_border_war
    • 社会价值观 belligerent_vs_conciliatory 向左侧(好战方向)发生巨大偏移。

背景介绍: 此事件模拟了朝鲜王朝(KOR)在1350年至1550年间面临的外交政策抉择。当时,以中国为中心的“天朝”国际体系在东亚占据主导地位。朝鲜内部就如何与这一强大的邻国体系相处产生了分歧:是遵循传统的“事大”政策,承认其宗主地位并进行内政改革以融入该体系;还是采取更为强硬、独立的对抗姿态。这一选择深刻影响了朝鲜后续的外交关系与国家发展轨迹。

完整事件代码

flavor_kor.39 = {
	type = country_event
	title = flavor_kor.39.title
	desc = flavor_kor.39.desc

	illustration_tags = {
		10 = interior
		10 = regular
	}

	trigger = {
		NOT = { has_reform = government_reform:son_in_law_rule }
		exists = international_organization:middle_kingdom.leader_country
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = KOR
		from = 1350.1.1
		to = 1550.1.1
		monthly_chance = 5
	}

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

	option = {
		name = flavor_kor.39.a

		ai_chance = {
			factor = 0.9
		}

		historical_option = yes
		unlock_government_reform_effect = {
			type = kor_sadae_reform
		}
		add_reform = government_reform:kor_sadae_reform
	}

	option = {
		name = flavor_kor.39.b

		ai_chance = {
			factor = 0.1
		}

		add_casus_belli = {
			target = international_organization:middle_kingdom.leader_country
			type = casus_belli:cb_border_war
		}

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_huge_move_to_left
		}
	}
}