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_mal.26 权力转移至议会

时间范围

  • 事件窗口:1380年4月1日 - 1450年1月1日
  • 触发概率:每月 2% 概率

触发条件

  • 国家:必须为 MAL(马六甲)
  • 统治者能力:当前统治者或其摄政时的继承人,其 总能力值低于 50
  • 国家稳定度:稳定度 小于或等于 10

关键效果

  • 选项名称flavor_mal.26.a
  • 主要效果
    • 为国家添加名为 mal_power_to_the_council 的修正,持续 25年(模式为叠加并延长)。
    • 如果国家 未启用 local_courts_administration 政策,则自动 添加该政策

背景介绍

此事件反映了马六甲苏丹国在14世纪末至15世纪中叶可能面临的政治局面。当一位能力相对较弱的统治者(或其继承人)在位,且国家稳定度不足时,国内贵族或议会势力可能借机要求扩大权力,将部分行政与司法权力从中央下放至地方,以换取对统治的支持,从而形成一段时期的权力分散格局。

完整事件代码

flavor_mal.26 = {
	type = country_event
	title = flavor_mal.26.title
	desc = flavor_mal.26.desc

	dynamic_historical_event = {
		tag = MAL
		from = 1380.4.1
		to = 1450.1.1
		monthly_chance = 2
	}

	fire_only_once = yes

	trigger = {
		ruler_or_heir_if_regent ?= {
			total_abilities < 50
		}

		stability <= 10
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	option = {
		name = flavor_mal.26.a

		add_country_modifier = { modifier = mal_power_to_the_council years = 25 mode = add_and_extend }
		if = {
			limit = {
				NOT = { has_policy = local_courts_administration }
			}
			add_policy = policy:local_courts_administration
		}
	}
}