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.102 新基本法令

时间范围:1700.1.1 - 1836.1.1(每月 5% 概率)

触发条件

  • 政府类型为君主制 (government_type = government_type:monarchy)
  • 拥有统治者 (has_ruler = yes)

关键效果

  • 选项 A (历史选项)
    • 获得严重稳定性惩罚 (add_stability = stability_severe_penalty)
    • 解锁政府改革“新基本法令” (unlock_government_reform_effect = { type = nueva_planta })
    • 社会价值观大幅向“中央集权”和“专制主义”方向移动 (change_societal_value)
    • 在阿拉贡、加泰罗尼亚、巴伦西亚地区(若为所有者)的所有省份添加持续20年的修正“spa_implemented_nueva_planta”
  • 选项 B
    • 获得轻微稳定性加成 (add_stability = stability_mild_bonus)
    • 社会价值观向“地方分权”和“自由主义”方向移动 (change_societal_value)

背景介绍: 新基本法令是西班牙波旁王朝在西班牙王位继承战争(1701-1714年)后颁布的一系列王室法令,旨在废除原阿拉贡联合王国(包括阿拉贡、加泰罗尼亚、巴伦西亚等地)的特权和自治法律体系,并以卡斯蒂利亚的法律和行政模式取而代之。此举是菲利普五世推行中央集权和绝对君主制的重要举措,旨在巩固王权、统一国家行政,但也严重削弱了上述地区的传统权利和认同,引发了长期的不满和抵抗。

完整事件代码

flavor_cas.102 = { #The Nueva Planta Decrees
	hide_portraits = yes
	fire_only_once = yes
	title = flavor_cas.102.title
	desc = flavor_cas.102.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1700.1.1
		to = 1836.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	historical_info = flavor_cas.102.historical_info

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
		#event_illustration_estate_background_effect = { background = type:crown_estate }
		ruler = {
			save_scope_as = target_character
		}
	}

	trigger = {
		government_type = government_type:monarchy
		has_ruler = yes
	}

	option = {
		name = flavor_cas.102.a
		historical_option = yes
		add_stability = stability_severe_penalty
		unlock_government_reform_effect = { type = nueva_planta }
		change_societal_value = { type = centralization_vs_decentralization value = societal_value_large_move_to_left }
		change_societal_value = { type = absolutism_vs_liberalism value = societal_value_large_move_to_left }
		custom_tooltip = {
			text = flavor_cas.102.a.tt
			area:aragon_area = {
				every_location_in_area = {
					limit = {
						owner ?= root
					}
					add_location_modifier = { modifier = spa_implemented_nueva_planta years = 20 mode = add }
				}
			}
			area:catalonia_area = {
				every_location_in_area = {
					limit = {
						owner ?= root
					}
					add_location_modifier = { modifier = spa_implemented_nueva_planta years = 20 mode = add }
				}
			}
			area:valencia_area = {
				every_location_in_area = {
					limit = {
						owner ?= root
					}
					add_location_modifier = { modifier = spa_implemented_nueva_planta years = 20 mode = add }
				}
			}
		}
	}

	option = {
		name = flavor_cas.102.b
		add_stability = stability_mild_bonus
		change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_right }
		change_societal_value = { type = absolutism_vs_liberalism value = societal_value_move_to_right }
	}
}