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_tim.6] 跛子帖木儿登场

时间范围:1360.1.1 - 1365.1.1(每月 10% 概率触发)

触发条件

  • 角色 chg_timur_lame_borjigin(帖木儿)必须:
    • 存活。
    • 属于当前国家。
    • 没有绰号。

关键效果

  • 选项flavor_tim.6.a
    • 为帖木儿设置绰号 Lang(跛子)。
    • 为帖木儿增加 15 点军事能力。

背景介绍: 该事件模拟了帖木儿(Timur the Lame)在14世纪中叶登上历史舞台的关键时刻。帖木儿出身于突厥化的蒙古巴鲁剌思部,早年因腿部受伤而被称为“跛子帖木儿”(Timur Lang)。他凭借卓越的军事才能和政治手腕,在察合台汗国分裂后的中亚乱局中崛起,最终建立了庞大的帖木儿帝国,深刻影响了从中东到印度次大陆的历史进程。此事件标志着这位未来征服者生涯的起点。

完整事件代码

flavor_tim.6 = { #Timur the Lame
	type = country_event
	title = flavor_tim.6.title
	desc = flavor_tim.6.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHG
		tag = NGD
		tag = QUN
		tag = BSD
		tag = ART
		tag = APD
		tag = SLD
		tag = BRL
		tag = YSU
		tag = KTT
		tag = JLY
		tag = TIM
		from = 1360.1.1
		to = 1365.1.1
		monthly_chance = 10
	}

	trigger = {
		character:chg_timur_lame_borjigin ?= {
			is_alive = yes
			owner = root
			has_nickname = no
		}
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		character:chg_timur_lame_borjigin = { save_scope_as = target_timur }
	}

	option = {
		name = flavor_tim.6.a
		scope:target_timur = {
			set_nickname = Lang
			add_mil = 15
		}
	}
}