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.1000 维贾亚纳加尔对穆斯林邻国的扩张

时间范围:1350.1.1 - 1550.1.1(每月 2% 概率)

触发条件

  • 维贾亚纳加尔(VIJ)必须至少有一个满足以下所有条件的邻国:
    • 不是德里苏丹国(DLH)。
    • 不是维贾亚纳加尔的盟友。
    • 未与维贾亚纳加尔处于战争状态。
    • 自身未处于战争状态。
    • 不是附属国。
    • 预期军队规模小于维贾亚纳加尔。
    • 宗教属于穆斯林宗教组。
    • 其国内至少有一个对印度教来说是圣地的省份。

关键效果

  • 选项 A (历史选项)
    • 社会价值观变化:belligerent_vs_conciliatory 向“好战”方向移动。
    • 社会价值观变化:offensive_vs_defensive 向“进攻”方向移动。
    • 对满足条件的邻国(target_country)触发事件 flavor_vij.1001
  • 选项 B
    • 社会价值观变化:belligerent_vs_conciliatory 向“和解”方向移动。
    • 社会价值观变化:offensive_vs_defensive 向“防御”方向移动。
    • 国家威望遭受严重惩罚。

背景介绍: 在14至16世纪,印度次大陆南部的维贾亚纳加尔帝国正处于其权力和影响力的鼎盛时期。作为一个主要的印度教帝国,它与北部的多个穆斯林苏丹国接壤并时常发生冲突。此事件模拟了维贾亚纳加尔帝国在面对相对弱小的穆斯林邻国时所面临的地缘政治抉择:是抓住机会进行军事扩张,以捍卫印度教信仰并获取领土,还是采取更为谨慎和防御性的姿态,以避免不必要的冲突和威望损失。

完整事件代码

flavor_vij.1000 = {
	randomlog = yes #Tracking desynch from 20251103
	hide_portraits = yes
	type = country_event
	title = flavor_vij.1000.title
	desc = flavor_vij.1000.desc
	historical_info = flavor_vij.1000.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VIJ
		from = 1350.1.1
		to = 1550.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = armed
		10 = exterior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:nobles background = pop_type:soldiers }
		random_neighbor_country = {
			limit = {
				NOT = { tag = DLH }
				NOT = { is_allied_with = { target = root } }
				NOT = {	is_at_war_with = root }
				at_war = no
				is_subject = no
				expected_army_size < c:VIJ.expected_army_size
				religion.group = religion_group:muslim
				save_temporary_scope_as = posible_neighbor
				any_holy_site_in_country = { is_holy_site_for = religion:hindu }
			}
			save_scope_as = target_country
			ruler ?= {
				save_scope_as = target_character
			}
		}
		save_scope_as = ROOT_country
	}

	trigger = {
		any_neighbor_country = {
			NOT = { tag = DLH }
			NOT = { is_allied_with = { target = root } }
			NOT = {	is_at_war_with = root }
			at_war = no
			is_subject = no
			expected_army_size < c:VIJ.expected_army_size
			religion.group = religion_group:muslim
			save_temporary_scope_as = posible_neighbor
			any_holy_site_in_country = { is_holy_site_for = religion:hindu }
		}
	}

	option = {
		name = flavor_vij.1000.a
		historical_option = yes
		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_left }
		change_societal_value = { type = offensive_vs_defensive value = societal_value_move_to_left }
		scope:target_country = {
			trigger_event_non_silently = { id = flavor_vij.1001 }
		}
	}
	option = {
		name = flavor_vij.1000.b
		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_right }
		change_societal_value = { type = offensive_vs_defensive value = societal_value_move_to_right }
		add_prestige = prestige_severe_penalty
	}
}