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.6 关键人物登场

时间范围

1337.1.1 - 1360.1.1,每月 10% 概率触发

触发条件

  • 国家 c:CHI 存在
  • 国家 c:CHI 的文化为 culture:mongolian_culture
  • 国家 c:CHI 的摄政或统治者是角色 character:yua_gi

关键效果

  • 选项 A (历史选项)
    • scope:target_country(即满足触发条件的 c:CHI)触发事件 flavor_kor.7,延迟 14 天
  • 选项 B
    • 获得 prestige_mild_bonus 声望

背景介绍

此事件发生在高丽王朝末期,正值元朝(蒙古统治下的中国)影响力逐渐衰退的时期。事件聚焦于一位关键人物 yua_gi,他/她作为元朝的统治者或摄政,其身份与文化背景触发了高丽方面的反应。高丽王朝在此期间周旋于元朝与新兴势力之间,此事件可能反映了高丽对元朝内部权力变化的关注与外交抉择。

完整事件代码

flavor_kor.6 = {
	type = country_event
	title = flavor_kor.6.title
	desc = flavor_kor.6.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = KOR
		from = 1337.1.1
		to = 1360.1.1
		monthly_chance = 10
	}
	trigger = {
		country_exists = c:CHI
		c:CHI = {
			culture = culture:mongolian_culture
			OR = {
				regent ?= { this = character:yua_gi }
				ruler ?= { this = character:yua_gi }
			}
		}
	}
	illustration_tags = {
        10 = regular
        10 = interior
    }
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		c:CHI = { save_scope_as = target_country }
		character:yua_gi = { save_scope_as = target_character }
		save_scope_as = from_country
	}
	option = {
		name = flavor_kor.6.a
		historical_option = yes
		scope:target_country = {
			trigger_event_non_silently = { id = flavor_kor.7 days = 14 }
		}
	}
	option = {
		name = flavor_kor.6.b
		add_prestige = prestige_mild_bonus
	}
	historical_info = flavor_kor.6.historical_info
}