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.30] 埃及行政区划改革

时间范围:1375.1.1 - 1437.1.1(每月 1% 概率)

触发条件

  • 国家处于和平状态(at_war = no)。
  • 国家在黎凡特地区(area:levant_area)拥有存在。
  • 国家在埃及地区(region:egypt_region)拥有存在。

关键效果

  • 选项 A (flavor_mam.30.a):
    • 获得大量政府点数(government_power_extreme_bonus)。
    • 获得国家修正“mam_division_of_egypt_modifier”,持续15年(模式为叠加与延长)。
    • 消耗金币(规模为 -6)。
    • 显示自定义提示“cost_scale_with_num_locations_tt”。
  • 选项 B (flavor_mam.30.b):
    • 获得大量政府点数惩罚(government_power_ultimate_penalty)。

背景介绍: 在14世纪末至15世纪初,马穆鲁克苏丹国统治着埃及和黎凡特地区。随着疆域的稳定与扩张,中央政府对地方行政管理的效率提出了更高要求。此事件反映了马穆鲁克统治者面临的一个关键决策:是否投入资源对埃及的行政区划进行系统性改革,以加强中央集权、优化税收与治理,还是维持现状,避免财政与行政上的动荡。

完整事件代码

flavor_mam.30 = {
	hide_portraits = yes
	type = country_event
	title = flavor_mam.30.title
	desc = flavor_mam.30.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = MAM
		from = 1375.1.1
		to = 1437.1.1
		monthly_chance = 1
	}
	image = "gfx/interface/illustrations/institutions/banking.dds"

	trigger = {
		at_war = no
		has_presence_in = area:levant_area
		has_presence_in = region:egypt_region
	}

	immediate = {
		ruler_or_regent ?= { save_scope_as = target_character }
		event_illustration_government_estate_effect = yes
	}

	option = {
		name = flavor_mam.30.a

		add_government_power = government_power_extreme_bonus
		add_country_modifier = {
			modifier = mam_division_of_egypt_modifier
			years = 15
			mode = add_and_extend
		}
		change_gold_effect = { scale = -6 }
		custom_tooltip = cost_scale_with_num_locations_tt
	}

	option = {
		name = flavor_mam.30.b

		add_government_power = government_power_ultimate_penalty
	}
}