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_brapru.1903] 强盗贵族问题的终结

时间范围:1410年1月1日 - 1821年1月1日(每月 20% 概率)

触发条件

  • 国家拥有变量 PRU_robber_barons_active
  • 存在任意省份满足以下所有条件:
    • 叛乱度大于等于 75%。
    • 不拥有省份修正 PRU_robber_barons
    • 拥有变量 pru_has_had_robber_barons

关键效果

  • 选项 A
    • 改变社会价值观:centralization_vs_decentralization 向“左”(集权方向)大幅移动。
    • 增加 legitimacy_mild_bonus 数量的正统性。
    • 为国家添加名为 PRU_end_of_robber_barons 的修正,持续 50 年。

背景介绍: 在普鲁士或勃兰登堡的历史上,地方贵族(“强盗贵族”)曾长期利用其权力和城堡对抗中央权威,劫掠商旅,扰乱地方秩序,成为国家统一与法治的严重障碍。此事件标志着中央政府最终采取措施,成功镇压或收编了这些无法无天的贵族势力,巩固了王权,恢复了国内和平与法律秩序。

完整事件代码

flavor_brapru.1903  = {
	type = country_event
	title = flavor_brapru.1903.title
	desc = flavor_brapru.1903.desc

	illustration_tags = {
		10 = armed
		10 = interior
	}
	fire_only_once = yes
	dynamic_historical_event = {
		tag = BRA
		tag = PRU
		from = 1410.1.1
		to = 1821.1.1 #Robber baron issue must be able to be resolved
		monthly_chance = 20
	}


	trigger = {
		has_variable = PRU_robber_barons_active
		any_province = {
			percent >= 0.75
			NOT = { has_province_modifier = PRU_robber_barons }
			has_variable = pru_has_had_robber_barons
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		remove_variable = PRU_robber_barons_active
		every_province = {
			remove_province_modifier = PRU_robber_barons
			remove_variable = pru_has_had_robber_barons
		}
	}

	option = {
		name = flavor_brapru.1903.a

		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_large_move_to_left
		}

		add_legitimacy = legitimacy_mild_bonus

		add_country_modifier = {
			modifier = PRU_end_of_robber_barons
			years = 50
		}
	}

	after = {
		hidden_effect = {
			set_variable = robber_barons_aftermath
		}
	}
}