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.22 维贾亚纳加尔穆斯林骑兵

时间范围:1337.1.1 - 1800.1.1(每月 1% 概率)

触发条件

  • 国家为 VIJ(维贾亚纳加尔)。
  • 已接纳 常备军制度
  • 国库黄金储备至少为 3倍月收入(贸易与税收之和)。
  • 国教为 印度教
  • 国内 穆斯林宗教组人口占比不低于 5%

关键效果

  • 选项 A (flavor_vij.22.a)

    • 解锁特殊单位 “维贾亚纳加尔穆斯林骑兵”
    • 提示:该单位仅能从穆斯林省份征召。
    • 社会价值观向 人文主义 方向移动。
    • 消耗 2倍月收入 的黄金。
  • 选项 B (flavor_vij.22.b)

    • 历史选项historical_option = yes)。
    • 提升 教士阶层 满意度。
    • 社会价值观向 灵性主义 方向移动。

背景介绍: 在维贾亚纳加尔帝国,随着常备军制度的建立和国内穆斯林人口的增长,统治者面临一个战略抉择:是整合穆斯林军事人才,组建一支精锐的骑兵部队以增强军事实力,还是优先安抚国内占主导地位的印度教教士阶层,维护传统的宗教与社会结构。这一事件反映了帝国在军事现代化与社会宗教平衡之间的权衡。

完整事件代码

flavor_vij.22 = {
	type = country_event
	title = flavor_vij.22.title
	desc = flavor_vij.22.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VIJ
		from = 1337.1.1
		to = 1800.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	trigger = {
		has_embraced_institution = institution:professional_armies
		gold >= {
			value = root.monthly_income_trade_and_tax
			multiply = 3
		}
		religion = religion:hindu
		"religion_group_percentage_in_country(religion_group:muslim)" >= 0.05
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
	}

	option = {
		name = flavor_vij.22.a

		unlock_unit_effect = { type = a_muslim_riders_vijay }
		custom_tooltip = vijay_riders_may_only_be_recruited_from_muslim_provinces
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_right }
		change_gold_effect = { scale = -2 }
	}

	option = {
		name = flavor_vij.22.b

		add_estate_satisfaction = {
			type = estate_type:clergy_estate
			value = estate_satisfaction_mild_bonus
		}
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_left }
	}
}