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.36 伊本·赫勒敦完成《历史绪论》

时间范围:1380.1.1 - 1390.1.1,每月 20% 概率触发

触发条件

  • 脚本角色 ibn_khaldun_script 存活。
  • 国家拥有变量 ibn_khaldun_work_of_art
  • 国家拥有开罗地区。

关键效果

  • 选项 A (历史选项)
    • 获得少量威望。
    • 角色 ibn_khaldun_script 获得 0.1 点艺术家技能。
    • 在开罗地区创建一件艺术品:
      • 类型:编年史
      • 关键标识:kitab_al_ibar
      • 质量:80
      • 艺术家:伊本·赫勒敦

背景介绍: 此事件模拟了14世纪阿拉伯著名学者、历史学家伊本·赫勒敦完成其不朽巨著《历史绪论》(Kitāb al-ʻIbar)的历史时刻。伊本·赫勒敦在开罗期间,系统地阐述了历史哲学和社会学理论,其著作对后世的历史学和社科研究产生了深远影响。该事件标志着马穆鲁克苏丹国在文化学术领域的一个重要成就。

完整事件代码

flavor_mam.36 = { #Ibn Khaldun Finishes the Kitāb al-ʻIbar
	type = country_event
	title = flavor_mam.36.title
	desc = flavor_mam.36.desc

	fire_only_once = yes

	historical_info = flavor_mam.36.historical_info

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	dynamic_historical_event = {
		tag = MAM
		from = 1380.1.1
		to = 1390.1.1
		monthly_chance = 20
	}

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

	trigger = {
		character:ibn_khaldun_script ?= {
			is_alive = yes
		}
		has_variable = ibn_khaldun_work_of_art
		owns = location:cairo
	}

	option = {
		name = flavor_mam.36.a
		historical_option = yes
		add_prestige = prestige_mild_bonus
		scope:khaldun = {
			add_artist_skill = 0.1
		}
		location:cairo = {
			create_art = {
				quality = 80
				artist = scope:khaldun
				type = work_of_art_type:chronicle
				key = kitab_al_ibar
			}
		}
	}

	after = {
		remove_variable = ibn_khaldun_work_of_art
	}
}