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.5 蒙古影响下的朝鲜

时间范围:1337.1.1 - 1837.1.1 (每月 1% 概率)

触发条件

  • 国家为朝鲜(tag = KOR
  • 满足条件 kor_tied_to_mongol_influence = yes (朝鲜受蒙古影响)

关键效果

  • 选项 A
    • 朝鲜文化(korean_culture)对蒙古文化(mongolian_culture)的文化观感提升 1 点。
    • 蒙古文化(mongolian_culture)对朝鲜文化(korean_culture)的文化观感提升 1 点。
    • 与目标国家(中国,c:CHI)互相添加观点修正 kor_mongol_mutual_historical_friends
    • 设置变量 kor_upgraded_son_in_law,并显示自定义提示文本 kor_upgrade_son_in_law

背景介绍: 该事件模拟了朝鲜王朝在历史上与蒙古帝国(及后来的元朝)之间复杂的关系。在13至14世纪,高丽王朝经历了蒙古的多次入侵,最终成为元朝的藩属国,并建立了紧密的政治联姻(如“驸马”关系)和文化交流。此事件可能标志着朝鲜试图在蒙古影响下调整其外交与文化立场,或处理内部亲蒙古的贵族势力,以改善与蒙古(或其后继者)的关系,并巩固自身的统治。

完整事件代码

flavor_kor.5 = {
	type = country_event
	title = flavor_kor.5.title
	desc = flavor_kor.5.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = KOR
		from = 1337.1.1
		to = 1837.1.1
		monthly_chance = 1
	}
	trigger = {
		kor_tied_to_mongol_influence = yes
	}
	illustration_tags = {
        10 = happy
        10 = interior
    }
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		remove_variable = kor_is_influenced_by_mongols
		if = { limit = { has_variable = kor_mongol_aristocrats } remove_variable = kor_mongol_aristocrats }
		c:CHI = { save_scope_as = target_country }
	}
	after = {
		kor_mongol_clean_up_variables = yes
	}
	option = {
		name = flavor_kor.5.a
		culture:korean_culture = {
			change_cultural_view = {
				target = culture:mongolian_culture
				change = 1
			}
		}
		culture:mongolian_culture = {
			change_cultural_view = {
				target = culture:korean_culture
				change = 1
			}
		}
		add_opinion_mutual_effect = { modifier = kor_mongol_mutual_historical_friends target = scope:target_country }

		custom_tooltip = {
			text = kor_upgrade_son_in_law
			set_variable = kor_upgraded_son_in_law
		}
	}
}