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_chi_dai.1] 胡季犛登场

时间范围:1375年1月1日 - 1410年1月1日(每月 10% 概率)

触发条件

  • 事件仅对 DAI(大越)国家触发。
  • 事件为动态历史事件,在指定时间范围内随机触发。
  • 事件仅触发一次。

关键效果

  • 选项 A:接受胡季犛的登场。
    • 效果:为创建的角色 target_character(胡季犛)随机添加一个“将军”类别的特质。

背景介绍: 该事件模拟了越南陈朝末期重要历史人物胡季犛(Hồ Quý Ly)的登场。胡季犛出生于1336年,来自清化地区,是一位军事能力出众、行政能力尚可的贵族。他后来篡夺陈朝政权,建立了短暂的胡朝(1400-1407年),并推行了一系列改革。此事件标志着这位对越南历史走向产生关键影响的人物登上政治舞台。

完整事件代码

flavor_chi_dai.1 = {
	type = country_event
	title = flavor_chi_dai.1.title
	desc = flavor_chi_dai.1.desc
	historical_info = flavor_chi_dai.ho_quy_ly_historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = DAI
		from = 1375.1.1
		to = 1410.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_named_dynasty = ho_dynasty
		create_character = {
			estate = estate_type:nobles_estate
			first_name = name_quy.name_ly
			dynasty = dynasty:ho_dynasty
			birth_location = location:thanh_hoa
			birth_date = 1336.6.1
			script = dai_ho_quy_ly
			mil = { 70 80 }
			adm = { 40 60 }
			dip = { 30 50 }

			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_chi_dai.1.a
		
		scope:target_character = {
			add_random_trait_from_category = general
		}
	}
}