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.16 贾姆希德·卡希登场

时间范围

1400.1.1 - 1450.1.1,在此期间每月有 2% 的概率触发。

触发条件

  • 事件仅对 帖木儿帝国 (TIM) 有效。
  • 事件在时间范围内 仅能触发一次

关键效果

选项 A: flavor_tim.16.a

  • 获得 少量威望加成
  • 将人物 贾姆希德·卡希 招募至本国。
  • 花费 2 倍 的金钱。
  • 获得 少量研究进度加成

选项 B: flavor_tim.16.b

  • 获得 少量威望惩罚
  • 隐藏效果:人物 贾姆希德·卡希 被秘密处决。

背景介绍

贾姆希德·卡希(约1380-1429年)是帖木儿帝国时期杰出的天文学家、数学家。他出生于卡尚,以其在三角学和圆周率计算方面的精确工作而闻名,曾参与撒马尔罕天文台的建造。此事件模拟了这位学者在帖木儿宫廷中可能获得的赞助或遭遇的冷遇,反映了当时科学与政治权力之间的互动关系。

完整事件代码

flavor_tim.16 = {
	type = country_event
	title = flavor_tim.16.title
	desc = flavor_tim.16.desc

	dynamic_historical_event = {
		tag = TIM
		from = 1400.1.1
		to = 1450.1.1
		monthly_chance = 2
	}
	fire_only_once = yes

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		create_character = {
			first_name = name_jamshid
			last_name = al_kashi
			estate = estate_type:clergy_estate
			artist = philosopher
			birth_location = location:kashan
			artist_skill = 0.75
			adm = 65
			dip = 70
			mil = 32
			birth_date = 1380.7.3
			culture = root.culture
			religion = religion:sunni
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_tim.16.a

		add_prestige = prestige_mild_bonus

		scope:target_character = {
			move_country = root
		}

		change_gold_effect = { scale = -2 }

		add_research_progress = research_progress_mild_bonus
	}

	option = {
		name = flavor_tim.16.b

		add_prestige = prestige_mild_penalty

		hidden_effect = { kill_character_silently = scope:target_character }
	}
}