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_mam.35] 伊本·赫勒敦请求资助

时间范围

1370.1.1 - 1390.1.1,每月有 1% 的概率触发。

触发条件

  • 国家必须拥有一位统治者 (has_ruler = yes)。
  • 脚本角色 ibn_khaldun_script 必须存活 (is_alive = yes)。

关键效果

选项 A: flavor_mam.35.a

  • 减少国家财富 (change_gold_effect = { scale = -3 })。
  • 设置变量 ibn_khaldun_work_of_art

选项 B: flavor_mam.35.b

  • 增加少量威望惩罚 (add_prestige = prestige_weak_penalty)。

背景介绍

该事件模拟了14世纪后期,著名的阿拉伯学者、历史学家与社会学家伊本·赫勒敦向马穆鲁克苏丹国统治者请求资助的情景。伊本·赫勒敦以其开创性的历史哲学著作《历史绪论》闻名,他的研究和工作常常需要统治者的财政支持。此事件反映了中世纪伊斯兰世界中,学者与宫廷之间常见的资助关系。

完整事件代码

flavor_mam.35 = { #Ibn Khaldun Requests Funding
	type = country_event
	title = flavor_mam.35.title
	desc = flavor_mam.35.desc

	fire_only_once = yes

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	dynamic_historical_event = {
		tag = MAM
		from = 1370.1.1
		to = 1390.1.1
		monthly_chance = 1
	}

	immediate = {
		character:ibn_khaldun_script ?= { save_scope_as = khaldun }
		ruler = {
			save_scope_as = target_ruler
		}
		event_illustration_government_estate_effect = yes
	}

	trigger = {
		has_ruler = yes
		character:ibn_khaldun_script ?= {
			is_alive = yes
		}
	}

	option = {
		name = flavor_mam.35.a
		change_gold_effect = { scale = -3 }
		set_variable = ibn_khaldun_work_of_art
	}

	option = {
		name = flavor_mam.35.b
		add_prestige = prestige_weak_penalty
	}
}