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.16 奥里萨的毗湿奴派选择

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

触发条件

  • 国家宗教为印度教(religion = religion:hindu)。
  • 国家加入任何奉行“毗湿奴派”政策的国际组织(NOT = { any_international_organizations_member_of = { international_organization_has_policy = policy:vaishnavism } })。

关键效果

  • 选项 A (flavor_ori.16.a):
    • 加入一个奉行“毗湿奴派”政策的国际组织(add_country_to_international_organization = root)。
    • 效果:国内所有印度教教士阶层人口将获得大量满意度加成(add_pop_satisfaction = pop_satisfaction_severe_bonus)。
  • 选项 B (flavor_ori.16.b):
    • 获得适度的正统性加成(add_legitimacy = legitimacy_mild_bonus)。
    • 教士阶层获得轻微的满意度惩罚(add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_weak_penalty })。

背景介绍: 在14至15世纪的奥里萨地区,印度教信仰占据主导地位,但内部存在不同的教派与思潮。毗湿奴派作为印度教的重要分支,强调对保护神毗湿奴的虔诚崇拜,其影响力逐渐扩大。此事件反映了奥里萨统治者面临的选择:是顺应潮流,加入毗湿奴派的宗教组织以获取广泛教士阶层的支持;还是保持现状,通过强化自身统治的正统性来平衡各方势力,但可能因此疏远部分宗教精英。

完整事件代码

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

	dynamic_historical_event = {
		tag = ORI
		from = 1350.1.1
		to = 1500.1.1
		monthly_chance = 2
	}

	fire_only_once = yes

	trigger = {
		religion = religion:hindu
		NOT = {
			any_international_organizations_member_of = {
				international_organization_has_policy = policy:vaishnavism
			}
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		random_international_organization = {
			limit = {
				international_organization_has_policy = policy:vaishnavism
			}
			save_scope_as = target_organization
		}
	}

	option = {
		name = flavor_ori.16.a

		scope:target_organization = {
			add_country_to_international_organization = root
		}

		custom_tooltip = {
			text = ori_all_hindu_clergy_pops_will_gain_20_satisfaction
			every_owned_location = {
				limit = {
					any_pop = {
						pop_type = pop_type:clergy
						religion = religion:hindu
					}
				}
				every_pop = {
					limit = {
						owner = root
						pop_type = pop_type:clergy
						religion = religion:hindu
					}
					add_pop_satisfaction = pop_satisfaction_severe_bonus
				}
			}
		}
	}

	option = {
		name = flavor_ori.16.b

		add_legitimacy = legitimacy_mild_bonus

		add_estate_satisfaction = {
			type = estate_type:clergy_estate
			value = estate_satisfaction_weak_penalty
		}
	}
}