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_dlh.16] 洛迪王朝的统治危机

时间范围:1400.1.1 - 1500.1.1(每月 2% 概率)

触发条件

  • 洛迪王朝 (dynasty:lodi_dynasty) 必须存在。
  • 当前统治者或摄政时的继承人必须属于洛迪王朝,且其行政能力 (adm) 低于 25。

关键效果

  • 选项 A (flavor_dlh.16.a)
    • 增加巨额通货膨胀 (inflation_extreme_penalty)。
    • 降低少量稳定度 (stability_mild_penalty)。
  • 选项 B (flavor_dlh.16.b)
    • 所有本国人口满意度小幅下降 (pop_satisfaction_mild_penalty)。

背景介绍: 在15世纪的德里苏丹国,洛迪王朝的统治并非一帆风顺。当一位能力平庸的君主或继承人登上王位时,其低下的行政能力往往难以有效管理庞大的帝国。这可能导致国家财政失控、货币贬值,引发严重的通货膨胀;或者,王室的无能统治会逐渐消磨各阶层民众的耐心与忠诚,导致普遍的不满情绪在社会中蔓延。统治者将不得不在这两种棘手的局面中做出艰难抉择。

完整事件代码

flavor_dlh.16 = {
	type = country_event
	title = flavor_dlh.16.title
	desc = flavor_dlh.16.desc

	illustration_tags = {
		10 = interior
		10 = angry
	}

	dynamic_historical_event = {
		tag = DLH
		from = 1400.1.1
		to = 1500.1.1
		monthly_chance = 2
	}

	fire_only_once = yes

	trigger = {
		exists = dynasty:lodi_dynasty
		ruler_or_heir_if_regent ?= {
			dynasty ?= dynasty:lodi_dynasty
			adm < 25
		}	
	}

	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_dlh.16.a
		
		add_inflation = inflation_extreme_penalty
		add_stability = stability_mild_penalty
	}

	option = {
		name = flavor_dlh.16.b
		
		custom_tooltip = {
			text = dlh_all_pops_lose_10_satisfaction_tt
			every_owned_location = {
				every_pop = {
					limit = {
						owner = root
					}
					add_pop_satisfaction = pop_satisfaction_mild_penalty
				}
			}
		}
	}
}