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.12] 帖木儿与棋艺

时间范围

1370.1.1 - 1410.1.1(每月 5% 概率)

触发条件

  • 当前统治者必须是人物 chg_timur_lame_borjigin(跛子帖木儿)。
  • 国家已拥有 tamerlane_chess(帖木儿象棋)这一进步。

关键效果

  • 选项 A (flavor_tim.12.a)

    • 效果:为当前统治者(帖木儿)增加 5 点军事能力。
  • 选项 B (flavor_tim.12.b)

    • 效果:为国家增加 prestige_mild_bonus(少量威望加成)。

背景介绍

此事件聚焦于帖木儿帝国的建立者——跛子帖木儿。在1370年至1410年间,帖木儿不仅以其卓越的军事才能和征服行动闻名,其宫廷文化也备受关注,其中便包括对战略游戏“帖木儿象棋”的推崇。该事件可能反映了帖木儿将棋艺中的战略思维与实战指挥相结合,或是其通过宫廷活动巩固个人权威与声望的历史侧面。

完整事件代码

flavor_tim.12 = {
	type = country_event
	title = flavor_tim.12.title
	desc = flavor_tim.12.desc
	historical_info = flavor_tim.12.historical_info

	dynamic_historical_event = {
		tag = TIM
		from = 1370.1.1
		to = 1410.1.1
		monthly_chance = 5
	}
	fire_only_once = yes

	trigger = {
		ruler ?= character:chg_timur_lame_borjigin
		has_advance = tamerlane_chess
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_tim.12.a

		scope:target_character = {
			add_mil = 5
		}
	}

	option = {
		name = flavor_tim.12.b

		add_prestige = prestige_mild_bonus
	}
}