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.10] 德里苏丹国对中国的入侵计划

时间范围:1337.1.1 - 1350.1.1(每月 5% 概率)

触发条件

  • 国际组织“中华帝国”(international_organization:middle_kingdom)存在。
  • 该国际组织的领导国(international_organization:middle_kingdom.leader_country)存在。
  • 当前国家的统治者是人物 dlh_muhammad_bin_tughluq

关键效果

  • 选项 A (flavor_dlh.10.a) - 历史选项
    • 获得针对目标国(中华帝国领导国)的宣战理由:casus_belli:cb_dlh_invasion_of_china
    • 如果中华帝国领导国存在,则对其静默触发事件 flavor_dlh.11
    • 国家稳定性遭受极端惩罚(stability_extreme_penalty)。
  • 选项 B (flavor_dlh.10.b)
    • 改变社会价值观:使“好战 vs 和解”(belligerent_vs_conciliatory)向右侧(更倾向于好战)移动(societal_value_move_to_right)。

背景介绍: 此事件描绘了14世纪中叶德里苏丹国在穆罕默德·本·图格鲁克统治时期,面对东方强大的中华帝国时所面临的外交与军事抉择。统治者可能受到扩张野心、宗教使命或地缘政治压力的驱使,考虑对当时东亚的国际秩序中心——中华帝国——发起一场高风险、高代价的远征。选项反映了统治者是选择遵循历史轨迹,冒险发动一场可能动摇国本的入侵,还是转而调整国家的外交姿态,变得更加激进。

完整事件代码

flavor_dlh.10 = {
	hide_portraits = yes
	type = country_event
	title = flavor_dlh.10.title
	desc = flavor_dlh.10.desc
	historical_info = flavor_dlh.10.historical_info

	dynamic_historical_event = {
		tag = DLH
		from = 1337.1.1
		to = 1350.1.1
		monthly_chance = 5
	}

	fire_only_once = yes

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	trigger = {
		exists = international_organization:middle_kingdom
		exists = international_organization:middle_kingdom.leader_country
		ruler ?= character:dlh_muhammad_bin_tughluq	
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		international_organization:middle_kingdom.leader_country = {
			event_illustration_nobility_estate_of_rival_effect = yes
			save_scope_as = target_country
			ruler_or_regent ?= {
				save_scope_as = target_character
			}
			capital ?= {
				save_scope_as = target_location
			}
		}

		ruler_or_regent ?= {
			save_scope_as = target_character2
		}

		save_scope_as = target_country2
	}

	option = {
		name = flavor_dlh.10.a
		
		historical_option = yes

		add_casus_belli = {
			target = scope:target_country
			type = casus_belli:cb_dlh_invasion_of_china
		}

		international_organization:middle_kingdom.leader_country ?= {
			trigger_event_silently = flavor_dlh.11
		}

		add_stability = stability_extreme_penalty
	}

	option = {
		name = flavor_dlh.10.b
		
		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_right
		}
	}
}