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.24] 墓地

时间范围

  • 事件窗口:1330.1.1 - 1365.1.1
  • 触发概率:每月 10% 概率

触发条件

  • 国家拥有摄政王(has_regent = yes
  • 政府权力低于 50(government_power < 50

关键效果

选项: flavor_mam.24.a

  • 为国家添加一个名为 mam_political_instability_modifier 的修正,持续 25 年,模式为叠加并延长(mode = add_and_extend
  • 显示自定义提示:modifier_goes_away_if_90_legitimacy_tt
  • 大幅降低稳定度(add_stability = stability_extreme_penalty
  • 大幅降低政府权力(add_government_power = government_power_extreme_penalty

背景介绍

该事件描绘了马穆鲁克苏丹国在14世纪中期可能面临的政治动荡时期。当国家由摄政王统治且中央政府权力薄弱时,统治集团内部(特别是市民阶层与贵族阶层之间)的矛盾可能激化,导致严重的政治不稳定,进而对国家稳定和政府治理能力造成长期损害。

完整事件代码

flavor_mam.24 = { #GRAVEYARD
	type = country_event
	title = flavor_mam.24.title
	desc = flavor_mam.24.desc
	fire_only_once = yes
	historical_info = flavor_mam.24.historical_info
	dynamic_historical_event = {
		tag = MAM
		from = 1330.1.1
		to = 1365.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = exterior
		10 = angry
	}

	trigger = {
		has_regent = yes
		government_power < 50
	}

	immediate = {
		ruler_or_regent ?= { save_scope_as = target_character }
		previous_ruler ?= { save_scope_as = target_character2 }
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_mam.24.a

		add_country_modifier = {
			modifier = mam_political_instability_modifier
			years = 25
			mode = add_and_extend
		}
		custom_tooltip = modifier_goes_away_if_90_legitimacy_tt
		add_stability = stability_extreme_penalty
		add_government_power = government_power_extreme_penalty
	}
}