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_sco.10] 苏格兰巫术法案

时间范围:1570.1.1 - 1625.1.1(每月 5% 概率)

触发条件

  • 国家没有摄政王 (has_regent = no)
  • 国家存在统治者 (exists = ruler)

关键效果

  • 选项 A (flavor_sco.10.a) - 历史选项

    • 稳定度:轻微惩罚 (add_stability = stability_mild_penalty)
    • 正统性:轻微增益 (add_legitimacy = legitimacy_mild_bonus)
    • 添加政策:巫术禁令 (add_policy = policy:witchcraft_banned)
  • 选项 B (flavor_sco.10.b)

    • 稳定度:轻微增益 (add_stability = stability_mild_bonus)
    • 正统性:轻微惩罚 (add_legitimacy = legitimacy_mild_penalty)
    • 添加政策:忽视巫术 (add_policy = policy:witchcraft_ignored)

背景介绍: 在16世纪末至17世纪初的苏格兰,社会对巫术的恐惧与指控达到了顶峰。这一时期,宗教改革后的紧张局势、社会动荡以及对超自然力量的普遍信仰,共同催生了针对“巫术”的立法与大规模审判。该事件模拟了苏格兰君主面临是否通过正式法律来禁止和迫害巫术的政治决策,这一选择将深刻影响国家的社会秩序、宗教氛围与统治合法性。

完整事件代码

flavor_sco.10 = {
	type = country_event
	title = flavor_sco.10.title
	desc = flavor_sco.10.desc
	historical_info = flavor_sco.10.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = SCO
		from = 1570.1.1
		to = 1625.1.1
		monthly_chance = 5
	}

	trigger = {
		has_regent = no
		exists = ruler
	}

	illustration_tags = {
        10 = angry
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:peasants_estate }
		set_variable = witchcraft_decision
		ruler = { save_scope_as = target_ruler }
	}

	option = {
		name = flavor_sco.10.a
		historical_option = yes
		add_stability = stability_mild_penalty
		add_legitimacy = legitimacy_mild_bonus
		add_policy = policy:witchcraft_banned
	}
	option = {
		name = flavor_sco.10.b
		add_stability = stability_mild_bonus
		add_legitimacy = legitimacy_mild_penalty
		add_policy = policy:witchcraft_ignored
	}
}