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.25 政治动荡的平息

时间范围

1330.1.1 - 1400.1.1,每月 50% 概率触发。

触发条件

  • 国家拥有修正项 mam_political_instability_modifier
  • 政府点数大于等于 90

关键效果

选项: flavor_mam.25.a

  • 移除国家修正项 mam_political_instability_modifier
  • 增加 轻度稳定性加成

背景介绍

在14世纪,马穆鲁克苏丹国(Mamluk Sultanate)时常面临内部政治动荡与权力斗争。当统治阶层积累足够的政府权威时,有机会通过果断行动平息不稳定局势,巩固政权,为国家带来一段相对稳定的时期。

完整事件代码

flavor_mam.25 = {
	type = country_event
	title = flavor_mam.25.title
	desc = flavor_mam.25.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = MAM
		from = 1330.1.1
		to = 1400.1.1
		monthly_chance = 50
	}

	illustration_tags = {
		10 = exterior
		10 = angry
	}

	trigger = {
		has_country_modifier = mam_political_instability_modifier
		government_power >= 90
	}

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

	option = {
		name = flavor_mam.25.a

		remove_country_modifier = mam_political_instability_modifier
		add_stability = stability_mild_bonus
	}
}