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.49] Nueva Recopilación

时间范围:1560.1.1 - 1650.1.1(每月 4% 概率)

触发条件

  • 国家为 SPA(西班牙)。
  • 统治者或摄政者满足以下任一条件:
    • 拥有特质 lawgiver(立法者)。
    • 行政能力(adm)大于等于 65。

关键效果

  • 选项 A (flavor_cas.49.a)

    • 添加政策 nueva_recopilacion_policy
    • 社会价值观 centralization_vs_decentralization(中央集权 vs 地方分权)向左侧移动(即趋向中央集权)。
  • 选项 B (flavor_cas.49.b)

    • 增加少量稳定度(stability_mild_bonus)。
    • 社会价值观 centralization_vs_decentralization(中央集权 vs 地方分权)向右侧移动(即趋向地方分权)。

背景介绍: 该事件模拟了西班牙王国在16至17世纪期间编纂《新法律汇编》(Nueva Recopilación)的历史进程。这是一项旨在系统化王国法律、加强中央权威的重大立法工程。事件反映了当时统治者面临的选择:是推动法律统一以强化王权(选项A),还是采取更温和的手段以维持现状并获取稳定(选项B)。

完整事件代码

flavor_cas.49 = { #Nueva Recopilación
	type = country_event
	title = flavor_cas.49.title
	desc = flavor_cas.49.desc
	historical_info = flavor_cas.49.historical_info

	dynamic_historical_event = {
		tag = SPA
		from = 1560.1.1
		to = 1650.1.1
		monthly_chance = 4
	}

	fire_only_once = yes

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		ruler_or_regent ?= {
			OR = {
				has_trait = lawgiver
				adm >= 65
			}
		}
	}

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

		unlock_policy_effect = {
			type = nueva_recopilacion_policy
		}
	}

	option = {
		name = flavor_cas.49.a

		add_policy = policy:nueva_recopilacion_policy

		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_move_to_left
		}
	}

	option = {
		name = flavor_cas.49.b

		add_stability = stability_mild_bonus
		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_move_to_right
		}
	}
}