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.26 阿布拉克宫的建设

时间范围

1330.1.1 - 1400.1.1,每月有 1% 的概率触发。

触发条件

  • 国家 未处于战争状态
  • 国家 未处于破产状态
  • 省份 开罗 的所有者为触发国。
  • 省份 开罗建筑总等级 ≥ 35

关键效果

选项 A (flavor_mam.26.a):

  • 国库支出: 损失相当于 2 倍规模的金币。
  • 开罗省效果:
    • 获得 巨额繁荣度加成
    • 建造 阿布拉克宫 (building_type:ablaq_palace)。
  • 政府点数: 获得 巨额加成

选项 B (flavor_mam.26.b):

  • 政府点数: 受到 巨额惩罚

背景介绍

在14世纪,马穆鲁克苏丹国统治下的埃及正处于其权力与繁荣的顶峰。开罗作为帝国的首都,不仅是政治中心,也是伊斯兰世界最重要的文化与商业枢纽之一。随着国家财富的积累和首都建设的推进,苏丹或摄政者面临着一个选择:是斥巨资在开罗建造一座宏伟的宫殿(如阿布拉克宫),以彰显国力、提升首都的威望与繁荣;还是将资源用于其他方面,避免庞大的财政支出。这一事件反映了马穆鲁克王朝在鼎盛时期关于国家建设与财政优先级的决策。

完整事件代码

flavor_mam.26 = {
	hide_portraits = yes
	type = country_event
	title = flavor_mam.26.title
	desc = flavor_mam.26.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = MAM
		from = 1330.1.1
		to = 1400.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = exterior
		10 = happy
	}

	trigger = {
		at_war = no
		is_during_bankruptcy = no
		location:cairo = {
			owner = root
			total_building_levels >= 35
		}
	}

	immediate = {
		set_variable = enable_ablaq_palace_variable
		ruler_or_regent ?= { save_scope_as = target_character }
		location:cairo = { save_scope_as = target_location }
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:burghers_estate }
	}

	option = {
		name = flavor_mam.26.a

		change_gold_effect = { scale = -2 }
		location:cairo = {
			change_prosperity = prosperity_extreme_bonus
			construct_building = {
				building_type = building_type:ablaq_palace
			}
		}
		add_government_power = government_power_severe_bonus
	}

	option = {
		name = flavor_mam.26.b

		add_government_power = government_power_severe_penalty
	}
}