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.2603] 在殖民地推行监政官制度

时间范围:1700.1.1 - 1836.1.1,每月 1% 概率触发

触发条件

  • 国家拥有君主。
  • 拥有变量 spa_enable_bourbon_reforms
  • 政府类型为君主制。
  • 拥有至少一个首都位于美洲大陆的殖民领附庸。
  • 已通过政府改革“监政官制度”。

关键效果

  • 选项 A (历史选项)
    • 为所有殖民领附庸解锁并添加政府改革“监政官制度”。
    • 所有殖民领附庸的“独立倾向”大幅增加。
  • 选项 B
    • 国家获得“政府点数”严重惩罚。

背景介绍: 该事件反映了18世纪波旁王朝改革时期,西班牙王室试图加强对美洲殖民地行政与财政控制的历史举措。通过推行“监政官制度”,王室旨在绕过传统的总督与检审庭体系,直接委派监政官管理地方税收、司法与经济事务,以提升行政效率和王室收入,但这一集权化改革也加剧了殖民地精英的不满与离心倾向。

完整事件代码

flavor_cas.2603 = { #Imposing the Intendancy System on the Colonies
	hide_portraits = yes
	type = country_event
	title = flavor_cas.2603.title
	desc = flavor_cas.2603.desc

	historical_info = flavor_cas.2603.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1700.1.1
		to = 1836.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler = {
			save_scope_as = target_ruler
		}
	}

	trigger = {
		has_ruler = yes
		has_variable = spa_enable_bourbon_reforms
		government_type = government_type:monarchy
		any_subject = {
			is_subject_type = colonial_nation
			capital.continent = continent:america
		}
		has_reform = government_reform:intendancy_system
	}

	option = {
		name = flavor_cas.2603.a
		historical_option = yes
		custom_tooltip = {
			text = flavor_cas.2603.a.tt
			every_subject = {
				limit = {
					is_subject_type = colonial_nation
				}
				unlock_government_reform_effect = { type = intendancy_system }
				add_reform = government_reform:intendancy_system
				add_liberty_desire = liberty_desire_severe_plus
			}
		}
	}

	option = {
		name = flavor_cas.2603.b
		add_government_power = government_power_severe_penalty
	}
}