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.104 李舜臣登场

时间范围

1580.1.1 - 1582.1.1,每月 20% 概率触发

触发条件

  • 事件仅能由 KOR(朝鲜)触发。
  • 事件为动态历史事件,仅能触发一次。

关键效果

选项 A:flavor_kor.104.a

  • 历史选项
  • 获得少量威望加成 (prestige_weak_bonus)。
  • 将事件创建的李舜臣人物 (target_character) 移动至本国。

选项 B:flavor_kor.104.b

  • 获得大量稳定度加成 (stability_extreme_bonus)。
  • 隐藏效果:静默杀死李舜臣人物 (character:yi_sun_sin)。

背景介绍

此事件模拟了朝鲜王朝著名海军将领李舜臣(1545-1598)在历史上的登场。李舜臣以其卓越的军事才能,尤其是在壬辰倭乱期间指挥龟船舰队取得辉煌胜利而闻名于世,是朝鲜历史上最受尊敬的民族英雄之一。事件发生的时间段(1580-1582年)正值他军事生涯的上升期。

事件代码

flavor_kor.104 = {
	type = country_event
	title = flavor_kor.104.title
	desc = flavor_kor.104.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = KOR
		from = 1580.1.1
		to = 1582.1.1
		monthly_chance = 20
	}
	illustration_tags = {
        10 = regular
        10 = exterior
    }
	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		create_character = {
			first_name = name_sun_sin
			last_name = Yi
			adm = 85
			dip = 88
			mil = 99
			birth_date = 1545.4.28
			birth_location = location:namgyeong
			add_trait = trait:ironside
			script = yi_sun_sin
			save_scope_as = yi_sun_sin
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_kor.104.a
		historical_option = yes
		add_prestige = prestige_weak_bonus
		scope:target_character = { move_country = root }
	}
	option = {
		name = flavor_kor.104.b
		add_stability = stability_extreme_bonus
		hidden_effect = {
			kill_character_silently = character:yi_sun_sin
		}
	}
}