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_cas.50] 新法典编纂

时间范围

1700.1.1 - 1821.1.1,每月 3% 概率触发

触发条件

  • 国家已启用政策 nueva_recopilacion_policy

关键效果

选项 A

  • 自定义提示文本 spa_alter_nueva_recopilacion_policy_tt
  • 设置变量 spa_altered_nueva_recopilacion

选项 B

  • clergy_estate(教士阶层)增加 estate_satisfaction_extreme_bonus(极高的阶层满意度)
  • 增加 stability_mild_bonus(轻微的稳定度)

背景介绍

此事件反映了18世纪至19世纪初西班牙王国(SPA)进行法律编纂与改革的尝试,特别是针对《新法典》(Novísima Recopilación)的推行。该法典旨在整合与更新西班牙庞杂的法律体系,其推行过程往往涉及与国内传统势力(尤其是教士阶层)的协调与博弈,对国家行政效率、社会稳定以及阶层关系产生直接影响。

完整事件代码

flavor_cas.50 = { #Novísima Recopilación
	type = country_event
	title = flavor_cas.50.title
	desc = flavor_cas.50.desc
	historical_info = flavor_cas.50.historical_info

	dynamic_historical_event = {
		tag = SPA
		from = 1700.1.1
		to = 1821.1.1
		monthly_chance = 3
	}

	fire_only_once = yes

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		has_policy = nueva_recopilacion_policy
	}

	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_cas.50.a

		custom_tooltip = {
			text = spa_alter_nueva_recopilacion_policy_tt
			set_variable = spa_altered_nueva_recopilacion
		}
	}

	option = {
		name = flavor_cas.50.b

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

		add_stability = stability_mild_bonus
	}
}