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.27] 德里苏丹国“疯狂苏丹”事件

时间范围

  • 事件触发期:1337.1.1 - 1821.1.1
  • 触发概率:每月 25% 概率

触发条件

  • 国家政府类型为君主制(government_type = government_type:monarchy
  • 当前统治者是特定人物:穆罕默德·本·图格鲁克(ruler ?= character:dlh_muhammad_bin_tughluq

关键效果

选项:flavor_dlh.27.a

  • 为当前统治者(穆罕默德·本·图格鲁克)添加一个名为 dlh_the_mad_sultan 的角色修正,该修正将替换任何现有修正,持续时间为永久(years = -1
  • 设置一个自定义提示文本(dlh_unique_mad_sultan_events_tt),并为统治者设置一个变量(dlh_mad_sultan_events

背景介绍

此事件模拟了德里苏丹国图格鲁克王朝时期,苏丹穆罕默德·本·图格鲁克(Muhammad bin Tughluq)统治下的一个历史片段。他在位期间(1325-1351年)以其矛盾的政策而闻名,例如迁都计划和货币改革,这些举措虽意图宏大,但执行过程常引发混乱和民众不满,为其赢得了复杂的历史评价。该事件通过游戏机制,反映了这位统治者统治风格中“疯狂”或“不可预测”的一面,及其对国内贵族阶层可能带来的影响。

完整事件代码

flavor_dlh.27 = {
	type = country_event
	title = flavor_dlh.27.title
	desc = flavor_dlh.27.desc
	historical_info = flavor_dlh.27.historical_info

	illustration_tags = {
		10 = interior
		10 = angry
	}

	dynamic_historical_event = {
		tag = DLH
		from = 1337.1.1
		to = 1821.1.1
		monthly_chance = 25
	}

	fire_only_once = yes

	trigger = {
		government_type = government_type:monarchy
		ruler ?= character:dlh_muhammad_bin_tughluq	
	}

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

	option = {
		name = flavor_dlh.27.a
		
		custom_tooltip = {
			text = dlh_unique_mad_sultan_events_tt
			ruler ?= {
				set_variable = dlh_mad_sultan_events
			}
		}
		scope:target_character = {
			add_character_modifier = {
				mode = replace
				modifier = dlh_the_mad_sultan
				years = -1
			}
		}
	}
}