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_ayu.2] 波罗摩戴莱洛迦纳改革

时间范围

  • 事件窗口:1400.1.1 - 1500.1.1
  • 触发概率:每月 5% 概率

触发条件

  • 国家标签为 AYU
  • 国家拥有统治者
  • 统治者的行政能力(adm) ≥ 70

关键效果

  • 选项 A:改革
    • 历史选项:是
    • 解锁政府改革:ayu_chatusadom
  • 选项 B:拒绝
    • 增加大量稳定度(stability_extreme_bonus

背景介绍

该事件模拟了阿瑜陀耶王国(AYU)在15世纪可能进行的重要行政改革。历史上,波罗摩戴莱洛迦纳国王(Borommatrailokkanat)在位期间推行了中央集权化的“萨迪纳制”(Chatusadom)改革,建立了以“萨克迪纳”等级为基础的官僚与军事体系,深刻影响了暹罗数百年的社会结构与治理模式。本事件为阿瑜陀耶玩家提供了一个在特定时间窗口内,由高行政能力的统治者推动这一历史性制度变革的机会。

完整事件代码

flavor_ayu.2 = { #Borommatrailokkanat Reforms
	type = country_event
	title = flavor_ayu.2.title
	desc = flavor_ayu.2.desc
	historical_info = flavor_ayu.2.historical_info

	dynamic_historical_event = {
		tag = AYU
		from = 1400.1.1
		to = 1500.1.1
		monthly_chance = 5
	}

	fire_only_once = yes

	trigger = {
		has_ruler = yes
		ruler.adm >= 70
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler = { save_scope_as = target_ruler }
	}

	option = { #Reform
		name = flavor_ayu.2.a
		historical_option = yes
		unlock_government_reform_effect = { type = ayu_chatusadom }
	}

	option = { #Nah
		name = flavor_ayu.2.b
		add_stability = stability_extreme_bonus
	}
}