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.25] 非印度教人口管理

时间范围
无具体起止日期(事件为条件触发型,无 fromto 字段)

触发条件

  • 国家宗教为印度教(religion = religion:hindu
  • 国家标签为维贾亚纳加尔(tag = VIJ

关键效果
事件触发后立即执行:

  • 应用事件插图效果(与农民、异教人口类型相关)
  • 将当前统治者或摄政保存为 target_character
  • 锁定议会议题“增加非印度教控制权”(increase_non_hindu_control
  • 锁定议会议题“对非印度教徒的宽容”(tolerance_of_non_hindus

选项一:宽容方式

  • 社会价值观“灵性主义 vs 人文主义”向右移动(趋向人文主义)
  • 解锁议会议题“对非印度教徒的宽容”

选项二:宗教方式

  • 社会价值观“灵性主义 vs 人文主义”向左移动(趋向灵性主义)
  • 解锁议会议题“增加非印度教控制权”

背景介绍
作为印度教国家维贾亚纳加尔,国内存在一定数量的非印度教人口。如何管理这些异教群体,是国家面临的重要决策。统治者可以选择采取宽容政策,以人文主义态度接纳不同信仰;或采取强化宗教统一的政策,加强对非印度教人口的控制,以维护印度教的主导地位。这一选择将影响国家的社会价值观走向,并在议会中引发相应的议题讨论。

完整事件代码

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

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	trigger = {
		religion = religion:hindu
		tag = VIJ
	}

	immediate = {
		event_illustration_peasants_foreign_religion_pop_type_effect = yes
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
		lock_parliament_issue_effect = {
			type = increase_non_hindu_control
		}
		lock_parliament_issue_effect = {
			type = tolerance_of_non_hindus
		}
	}

	option = { #Tolerant approach
		name = flavor_vij.25.a

		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_right
		}

		unlock_parliament_issue_effect = {
			type = tolerance_of_non_hindus
		}
	}

	option = { #Religious approach
		name = flavor_vij.25.b


		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_left
		}

		unlock_parliament_issue_effect = {
			type = increase_non_hindu_control
		}
	}
}