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.200 金宗瑞登场

时间范围

1411.1.1 - 1433.1.1,每月有 5% 的概率触发。

触发条件

  • 国家必须 拥有 公州地区(location:gongju)。

关键效果

选项 A:flavor_kor.200.a (历史选项)

  • 花费 1 年收入(scale = -1)。
  • 使创建的人物 金宗瑞scope:jong_seo)加入本国。

选项 B:flavor_kor.200.b

  • 此选项无可见文本,其隐藏效果为:静默处决 人物金宗瑞(scope:jong_seo)。

背景介绍

此事件模拟了朝鲜王朝初期著名将领、学者金宗瑞(김종서)的登场。金宗瑞出生于公州,在朝鲜世宗大王时期活跃,是一位兼具军事才能(以平定女真著称)和文学修养的人物,曾参与《训民正音》的创制工作。该事件在游戏时间线内,为控制公州的朝鲜玩家提供了一个招募这位重要历史人物的机会。

完整事件代码

flavor_kor.200 = {
	type = country_event

	title = flavor_kor.200.title
	desc = flavor_kor.200.desc


	fire_only_once = yes
	dynamic_historical_event = {
		tag = KOR
		from = 1411.1.1
		to = 1433.1.1
		monthly_chance = 5
	}
	trigger = {
		owns = location:gongju
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		#Kim Jong-seo https://en.wikipedia.org/wiki/Kim_Jong-seo_(general)
		create_character = {
			first_name = name_jong_seo
			last_name = name_kim
			culture = culture:korean_culture
			religion = root.religion
			adm = 72 dip = 58 mil = 91
			female = no
			birth_date = 1383.1.1
			birth_location = location:gongju
			estate = estate_type:burghers_estate
			artist = writer
			artist_skill = 0.80
			script = kor_kim_jong_seo
			save_scope_as = jong_seo
			create_in_limbo = yes
		}
	}

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

		change_gold_effect = { scale = -1 }
		scope:jong_seo = { move_country = root }
	}

	option = {
		name = flavor_kor.200.b
		hidden_effect = {
			kill_character_silently = scope:jong_seo
		}
	}

}