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.1002] 德里苏丹国建立

时间范围

  • 起始日期:无指定(from 字段缺失)
  • 结束日期:无指定(to 字段缺失)
  • 触发概率:无指定(monthly_chance 字段缺失)

触发条件

  • 事件类型:国家事件(type = country_event
  • 触发条件:无明确 trigger 字段,事件可能由脚本直接调用或满足特定条件后触发。

关键效果

选项 A:flavor_dlh.1002.a

  • 效果
    • 将当前国家标签更改为 DLH(德里苏丹国)。
    • 隐藏效果
      • 将国家名称更改为 DLH
      • 将国家形容词更改为 DLH_ADJ
      • 将国家地图颜色更改为 map_delhi
      • 设置国家标志为 DLH

背景介绍

此事件模拟了德里苏丹国的建立过程。德里苏丹国是印度历史上一个重要的伊斯兰政权,始于13世纪初,由来自中亚的突厥-阿富汗军事贵族建立。该事件标志着玩家国家正式转变为德里苏丹国,并相应更新其国家标识、名称和地图颜色,以反映这一历史政权的确立。

完整事件代码

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

	illustration_tags = {
		10 = interior
		10 = happy
	}

	immediate = {
		event_illustration_government_estate_effect = yes

		ruler_or_regent.dynasty ?= {
			save_scope_as = target_dynasty
		}
	}

	option = {
		name = flavor_dlh.1002.a
		
		change_country_tag = DLH
		hidden_effect = {
			change_country_name = DLH
			change_country_adjective = DLH_ADJ
			change_country_color = map_delhi
			change_country_flag = DLH
		}
	}
}