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.1802 镇压公社派起义

时间范围:1500.1.1 - 1650.1.1,每月 1% 概率触发

触发条件

  • 国家拥有统治者。
  • 国家拥有变量 crush_the_rebels
  • 国内不存在名为 comuneros_rebels 的叛军。

关键效果

  • 历史选项
    • 解锁并添加政策 dop_law_castilian_courts_reinforced
    • 获得少量稳定性加成。
    • 社会价值观 aristocracy_vs_plutocracy 向左移动(即向贵族政治方向偏移)。
    • 如果国家拥有修正 comuneros_rebellion,则将其移除。

背景介绍: 该事件模拟了卡斯蒂利亚(后为西班牙)王室成功镇压“公社派起义”(Comuneros Revolt)的历史时刻。这场起义发生在16世纪初,主要由卡斯蒂利亚的城市公社(代表城市贵族和平民)发起,旨在反对查理五世(卡洛斯一世)的中央集权政策和外国顾问的影响。事件的触发标志着起义已被彻底平定,王室得以巩固权力,并强化了卡斯蒂利亚议会(Cortes)的权威,使国家政治进一步向传统贵族阶层倾斜。

flavor_cas.1802 = { #The Comuneros Revolt is crushed
	type = country_event
	title = flavor_cas.1802.title
	desc = flavor_cas.1802.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1500.1.1
		to = 1650.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:nobles background = pop_type:soldiers }
		ruler = {
			save_scope_as = target_ruler
		}
	}

	trigger = {
		has_ruler = yes
		has_variable = crush_the_rebels
		NOT = {
			any_rebel = {
				rebel_name_key = comuneros_rebels
			}
		}
	}

	option = {
		name = flavor_cas.1802.a
		historical_option = yes

		unlock_policy_effect = { type = dop_law_castilian_courts_reinforced }
		add_policy = policy:dop_law_castilian_courts_reinforced
		add_stability = stability_mild_bonus
		change_societal_value = { type = aristocracy_vs_plutocracy value = societal_value_move_to_left }
		if = {
			limit = {
				has_country_modifier = comuneros_rebellion
			}
			remove_country_modifier = comuneros_rebellion
		}
	}
}