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.61] 马穆鲁克文化事件

时间范围

  • 起始日期:1700.1.1
  • 结束日期:1836.1.1
  • 触发概率:每月 1% 概率

触发条件

  • 国家控制 location:rashid(拉希德地区)

关键效果

选项 A

  • 名称:flavor_mam.61.a
  • 效果:
    • 减少金币(change_gold_effect = { scale = -6 }
    • 显示自定义提示:flavor_mam.61.tt
    • 在 5475 天后(约 15 年)静默触发事件 flavor_mam.62

选项 B

  • 名称:flavor_mam.61.b
  • 效果:
    • 增加少量威望惩罚(add_prestige = prestige_weak_penalty

背景介绍

该事件是马穆鲁克苏丹国(MAM)在 1700 年至 1836 年间可能触发的动态历史事件。事件围绕控制拉希德地区展开,涉及国家资源与威望的权衡。玩家需要在消耗金币以获取长期潜在收益(触发后续事件)与直接获取威望之间做出选择,反映了这一时期马穆鲁克政权在地方治理与中央权威间的典型决策情境。

完整事件代码

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

	fire_only_once = yes

	dynamic_historical_event = {
		tag = MAM
		from = 1700.1.1
		to = 1836.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	trigger = {
		owns = location:rashid
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}

	option = {
		name = flavor_mam.61.a
		change_gold_effect = { scale = -6 }
		custom_tooltip = flavor_mam.61.tt
		trigger_event_silently = { id = flavor_mam.62  days = 5475 }
	}

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