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.9] 朝鲜与蒙古关系恶化

时间范围
该事件为动态历史事件,无固定 fromto 日期限制。触发概率取决于游戏内条件,代码中未指定 monthly_chance

触发条件
事件代码中未直接包含 trigger 字段。该事件通常由其他游戏机制或前置事件触发,具体触发条件需参考相关游戏文件。

关键效果

  • 选项 A (历史选项)
    • 名称:flavor_kor.9.a
    • 效果:
      • 与目标国家(scope:target_country)互相添加关系修正 kor_mongol_soured_relations(关系恶化)。
    • 标记:historical_option = yes

事件后续处理
选择选项后,将执行以下操作:

  • 目标国家(scope:target_country)触发效果 kor_cleanup_gifts = yes
  • 本国触发效果 kor_cleanup_gifts = yes

背景介绍
该事件反映了朝鲜王朝与蒙古势力之间关系的紧张与恶化。历史上,朝鲜与蒙古帝国及其后续政权(如元朝、北元等)曾多次发生冲突与外交摩擦,涉及朝贡、边界、贸易等多方面问题。此事件可能模拟了双方因利益冲突、外交失信或历史积怨导致关系显著下降的情景。

完整事件代码

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

	illustration_tags = {
        10 = angry
        10 = interior
    }

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

	option = {
		name = flavor_kor.9.a
		historical_option = yes

		add_opinion_mutual_effect = {
			modifier = kor_mongol_soured_relations
			target = scope:target_country
		}
	}

	after = {
		scope:target_country = { kor_cleanup_gifts = yes }
		kor_cleanup_gifts = yes
	}
}