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.13] 破坏?

时间范围:1450.1.1 - 1520.1.1(每月 2% 概率触发)

触发条件

  • 拥有 penukonda 地区。

关键效果

  • 选项 A (flavor_vij.13.a):
    • 国库减少 4 倍规模的金币。
    • 如果国家是任何属于 hindu_branch 类型的国际组织成员,且该组织拥有 shaivism 政策,则获得 self_control_mild_bonus(轻度自控增益)。
  • 选项 B (flavor_vij.13.b):
    • 国库减少 2 倍规模的金币。
    • 如果国家是任何属于 hindu_branch 类型的国际组织成员,且该组织拥有 shaivism 政策,则获得 self_control_weak_penalty(轻度自控惩罚)。

背景介绍: 在1450年至1520年间,维贾亚纳加尔帝国面临着其核心地区彭努孔达可能遭受破坏或危机的挑战。这一事件迫使统治者做出抉择:是投入大量资源以应对危机,还是采取更为保守但风险稍高的措施。决策的后果不仅关乎国库,也影响着国家在印度教宗教组织内的精神与政治声望。

完整事件代码

flavor_vij.13 = { #DEVASTATION?
	type = country_event
	title = flavor_vij.13.title
	desc = flavor_vij.13.desc
	image = "gfx/interface/illustrations/religious_doctrines/dharma/holy_sites/dharma.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VIJ
		from = 1450.1.1
		to = 1520.1.1
		monthly_chance = 2
	}

	trigger = {
		owns = location:penukonda
	}

	option = {
		name = flavor_vij.13.a
		change_gold_effect = { scale = -4 }
		if = {
			limit = {
				any_international_organizations_member_of = {
					international_organization_type = international_organization_type:hindu_branch
					international_organization_has_policy = policy:shaivism
				}
			}
			add_self_control = self_control_mild_bonus
		}
	}
	option = {
		name = flavor_vij.13.b
		change_gold_effect = { scale = -2 }
		if = {
			limit = {
				any_international_organizations_member_of = {
					international_organization_type = international_organization_type:hindu_branch
					international_organization_has_policy = policy:shaivism
				}
			}
			add_self_control = self_control_weak_penalty
		}
	}
}