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.4 摆脱蒙古影响

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

触发条件

  • 国家为朝鲜(KOR)。
  • 已满足条件 kor_freed_from_mongol_influence = yes
  • 国家拥有统治者(has_ruler = yes)。

关键效果

  • 选项 A
    • 若当前拥有政府改革“驸马统治”(son_in_law_rule),则移除该改革。
    • 获得巨额威望(prestige_extreme_bonus)。
    • 获得巨额政府点数(government_power_extreme_bonus)。
    • 获得巨额稳定度(stability_extreme_bonus)。
    • 移除与大明(CHI)之间相互的“朝鲜敌对态度”(kor_hostile_attitude)和“朝鲜友好态度”(kor_friendly_attitude)观点修正。

背景介绍: 该事件标志着朝鲜王朝在经历了一段时期的蒙古(元朝)政治与文化影响后,成功恢复了自身的独立性与统治秩序。事件通常与一位强有力的君主巩固王权、清除前朝遗留的贵族势力或制度相关联,象征着国家主权的重新确立和内部整顿的开始。

完整事件代码

flavor_kor.4 = {
	type = country_event
	title = flavor_kor.4.title
	desc = flavor_kor.4.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = KOR
		from = 1337.1.1
		to = 1837.1.1
		monthly_chance = 100	#Should always happen
	}
	trigger = {
		kor_freed_from_mongol_influence = yes
		has_ruler = yes
	}
	illustration_tags = {
        10 = happy
        10 = exterior
    }
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		remove_variable = kor_is_influenced_by_mongols
		if = { limit = { has_variable = kor_mongol_aristocrats } remove_variable = kor_mongol_aristocrats }
		ruler = { save_scope_as = target_character }
	}
	after = {
		kor_mongol_clean_up_variables = yes
	}
	option = {
		name = flavor_kor.4.a
		if = {
			limit = { has_reform = government_reform:son_in_law_rule }
			remove_reform = government_reform:son_in_law_rule
		}
		add_prestige = prestige_extreme_bonus
		add_government_power = government_power_extreme_bonus
		add_stability = stability_extreme_bonus
		remove_opinion_mutual_effect = { target = c:CHI modifier = kor_hostile_attitude }
		remove_opinion_mutual_effect = { target = c:CHI modifier = kor_friendly_attitude }
	}
}