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_vij.1200 向北推进(巴曼尼-毗奢耶那伽罗动态对抗)

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

触发条件

  • 国家 DLH(德里苏丹国)存在。
  • DLHdeccan_region(德干地区)没有存在度。
  • 存在至少一个邻国,该邻国:
    • 宗教不是 hindu(印度教)。
    • 不是 DLH
    • 不是附属国。
    • 拥有至少一个省份。

关键效果

  • 选项 A (flavor_vij.1200.a)
    • 与目标国家(触发条件中符合条件的、人口最多的非印度教邻国)互相添加 opinion_northern_nemesis(北方宿敌)观点修正。
    • 对目标国家获得 casus_belli:cb_insulted_us(侮辱我们)的宣战理由。
    • 为目标国家设置变量 muslim_southern_indian_country_flag
    • 为自身(VIJ)设置变量 vijayanagar_country_flag
    • 1天后,为目标国家静默触发事件 flavor_vij.1201
  • 选项 B (flavor_vij.1200.b)
    • 获得 prestige_mild_penalty(轻微声望惩罚)。

背景介绍: 此事件模拟了14至15世纪南印度德干高原上的地缘政治动态。毗奢耶那伽罗帝国(VIJ)在崛起过程中,面临着来自北方的德里苏丹国(DLH)势力衰退后留下的权力真空。当德里势力退出德干地区,而毗奢耶那伽罗的邻国中存在非印度教(主要是伊斯兰教)的独立政权时,帝国将面临战略抉择:是将其视为必须对抗的北方威胁并积极准备冲突,还是采取更为保守、可能损害声望的回避态度。这反映了历史上毗奢耶那伽罗与北方的巴曼尼苏丹国等伊斯兰政权之间长期、复杂的竞争关系。

完整事件代码

flavor_vij.1200 = { #Pushing Northwards, Dynamic Bahmanis-Vijayanagar rivalry
	hide_portraits = yes
	type = country_event
	title = flavor_vij.1200.title
	desc = flavor_vij.1200.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VIJ
		from = 1337.1.1
		to = 1500.1.1
		monthly_chance = 2
	}

	trigger = {
		country_exists = c:DLH
		c:DLH = { NOT = { has_presence_in = region:deccan_region } }
		any_neighbor_country = {
			religion != religion:hindu
			NOT = { tag = DLH }
			is_subject = no
			count > 0
		}
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	immediate = {
		event_illustration_government_estate_effect = yes

		ordered_neighbor_country = {
			limit = {
				religion != religion:hindu
				is_subject = no
				NOT = { tag = DLH }
			}
			order_by = total_population
			max = 1

			save_scope_as = target_country
		}

		save_scope_as = target_country2

		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		scope:target_country ?= {
			ruler_or_regent ?= {
				save_scope_as = target_character2
			}
		}
	}

	option = {
		name = flavor_vij.1200.a

		scope:target_country = {
			add_opinion = {
				target = ROOT
				modifier = opinion_northern_nemesis
			}
		}
		add_opinion = {
			target = scope:target_country
			modifier = opinion_northern_nemesis
		}
		add_casus_belli = {
			target = scope:target_country
			type = casus_belli:cb_insulted_us
		}

		hidden_effect = {
			scope:target_country = {
				set_variable = muslim_southern_indian_country_flag
			}
			set_variable = vijayanagar_country_flag
		}

		scope:target_country = { trigger_event_silently = { id = flavor_vij.1201 days = 1 } }
	}

	option = {
		name = flavor_vij.1200.b

		add_prestige = prestige_mild_penalty
	}
}