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_mug.13 拉杰普特官员的任用

时间范围:1500.1.1 - 1821.1.1(每月 12% 概率)

触发条件

  • 国家人口中,拉贾斯坦语(Rajasthani)使用者的比例在 5% 到 30% 之间。

关键效果

  • 选项 A

    • 解锁议会议题 mug_promote_rajput_officials(提拔拉杰普特官员)。
  • 选项 B

    • 所有属于本国、且文化语言为拉贾斯坦语的民众阶层(Pop)满意度大幅下降。
    • 贵族阶层(Nobles Estate)满意度大幅提升。

背景介绍: 在莫卧儿帝国(MUG)的统治下,拉杰普特人(Rajputs)作为一个重要的军事和行政群体,其地位和影响力是帝国治理中一个微妙的问题。此事件反映了帝国中央在面对境内拉贾斯坦语族群时,需要在吸纳其精英进入官僚体系与安抚传统贵族势力之间做出选择。提拔拉杰普特官员可能有助于整合地方势力,但也可能引发既有贵族阶层的不满。

完整事件代码

flavor_mug.13 = {
	type = country_event
	title = flavor_mug.13.title
	desc = flavor_mug.13.desc
	image = "gfx/interface/illustrations/government/throne_rooms/throne_room_deccan.dds" #COURT MUG

	dynamic_historical_event = {
		tag = MUG
		from = 1500.1.1
		to = 1821.1.1
		monthly_chance = 12
	}

	fire_only_once = yes

	illustration_tags = {
		10 = exterior
		10 = regular
	}

	trigger = {
		language_percentage_in_country = {
			language = language:rajasthani_language
			value >= 0.05
		}

		language_percentage_in_country = {
			language = language:rajasthani_language
			value <= 0.30
		}
	}

	immediate = {
		event_illustration_peasants_foreign_religion_pop_type_effect = yes
	}

	option = {
		name = flavor_mug.13.a

		unlock_parliament_issue_effect = {
			type = mug_promote_rajput_officials
		}
	}

	option = {
		name = flavor_mug.13.b

		custom_tooltip = {
			text = mug_all_rajput_pops_lose_satisfaction_tt
			every_owned_location = {
				limit = {
					any_pop = {
						owner = root
						culture.language = language:rajasthani_language
					}
				}
				every_pop = {
					limit = {
						owner = root
						culture.language = language:rajasthani_language
					}
					add_pop_satisfaction = pop_satisfaction_extreme_penalty
				}
			}
		}

		add_estate_satisfaction = {
			type = estate_type:nobles_estate
			value = estate_satisfaction_extreme_bonus
		}
	}
}