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.62] 马穆鲁克文化繁荣

时间范围

  • 触发时间:无明确起止日期(from/to 未定义)
  • 触发概率:一次性事件(fire_only_once = yes),无每月概率

触发条件

  • 事件类型:国家事件(type = country_event
  • 触发限制:仅能触发一次(fire_only_once = yes
  • 具体条件:代码中未定义 trigger 字段,触发条件需参考游戏内其他设定或默认逻辑

关键效果

  • 选项名称flavor_mam.62.a
  • 历史选项:是(historical_option = yes
  • 效果
    • 获得极端研究进度加成(add_research_progress = research_progress_extreme_bonus
    • 文化层面:
      • 获得极端文化传统加成(add_cultural_tradition = cultural_tradition_extreme_bonus
      • 获得极端文化影响力加成(add_cultural_influence = cultural_influence_bonus

背景介绍

此事件反映了马穆鲁克苏丹国在特定历史时期可能经历的文化与学术繁荣阶段。马穆鲁克王朝统治埃及和叙利亚期间,尤其在击败蒙古入侵后,曾大力赞助学术、艺术与建筑,促进了阿拉伯伊斯兰文化的传承与发展。该事件通过一次性奖励机制,模拟了国家在文化积累、学术研究与社会影响力方面取得的显著成就。

完整事件代码

flavor_mam.62 = {
	type = country_event
	title = flavor_mam.62.title
	desc = flavor_mam.62.desc

	fire_only_once = yes

	historical_info = flavor_mam.62.historical_info

	option = {
		name = flavor_mam.62.a
		historical_option = yes
		add_research_progress = research_progress_extreme_bonus
		culture = {
			add_cultural_tradition = cultural_tradition_extreme_bonus
			add_cultural_influence = cultural_influence_extreme_bonus
		}
	}
}