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_ori.13] 奥里萨的吠陀教育

时间范围:1490.1.1 - 1530.1.1,每月 2% 概率触发

触发条件

  • 国家宗教为印度教 (religion = religion:hindu)

关键效果

  • 选项 A (flavor_ori.13.a):
    • 解锁并启用政策:吠陀教育 (unlock_policy_effectadd_policy = policy:vedic_education)
    • 国家稳定度小幅下降 (add_stability = stability_mild_penalty)
  • 选项 B (flavor_ori.13.b):
    • 国家稳定度小幅提升 (add_stability = stability_mild_bonus)

背景介绍: 在15世纪末至16世纪初的奥里萨王国,统治者面临着如何平衡传统与治理的抉择。作为印度教国家,是否在全国范围内正式推行基于古老吠陀经典的教育体系,成为了一个关键议题。这一政策决定不仅关系到宗教文化的传承,也可能对国家的稳定产生影响。

完整事件代码

flavor_ori.13 = {
	hide_portraits = yes
	type = country_event
	title = flavor_ori.13.title
	desc = flavor_ori.13.desc

	dynamic_historical_event = {
		tag = ORI
		from = 1490.1.1
		to = 1530.1.1
		monthly_chance = 2
	}

	fire_only_once = yes

	trigger = {
		religion = religion:hindu
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_ori.13.a

		unlock_policy_effect = {
			type = vedic_education
		}
		add_policy = policy:vedic_education

		add_stability = stability_mild_penalty
	}

	option = {
		name = flavor_ori.13.b

		add_stability = stability_mild_bonus
	}
}