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.1902 镇压奎措夫强盗男爵

时间范围:1410.1.1 - 1500.1.1 (每月 20% 概率)

触发条件

  • 国家拥有变量 PRU_robber_barons_active
  • 至少有3个省份拥有省份修正 PRU_robber_barons

关键效果

  • 选项 A (历史选项)
    • 失去6倍规模的金钱。
    • 在“奎措夫地点”列表中的每个省份:
      • 所有效忠于本国的贵族阶层人口满意度降低(pop_satisfaction_radical_penalty),并改变其效忠对象至叛军。
      • 省份控制度大幅下降(control_severe_penalty)。
      • 省份获得持续20年的修正 PRU_quitzow_repressed_modifier
    • 贵族阶层满意度大幅下降(estate_satisfaction_extreme_penalty)。
    • 社会价值观向“去中心化”方向轻微移动(societal_value_minor_move_to_left)。
  • 选项 B
    • 正统性大幅下降(legitimacy_severe_penalty)。
    • 贵族阶层满意度轻微提升(estate_satisfaction_mild_bonus)。
    • 在“奎措夫地点”列表中的每个省份:
      • 省份控制度降至最低(control_ultimate_penalty)。
      • 省份获得持续20年的修正 PRU_quitzow_modifier

背景介绍: 在15世纪的勃兰登堡和普鲁士地区,一些被称为“强盗男爵”的贵族,如奎措夫家族,利用中央权力的薄弱,在其领地上横行不法,劫掠商旅,挑战选帝侯的权威。此事件模拟了统治者面对这些难以驾驭的地方强权时,是选择武力镇压(历史选项)还是妥协退让所面临的抉择及其深远影响。

完整事件代码

flavor_brapru.1902  = {
	type = country_event
	title = flavor_brapru.1902.title
	desc = flavor_brapru.1902.desc
	historical_info = flavor_brapru.1902.historical_info

	illustration_tags = {
		10 = regular
		10 = exterior
	}
	fire_only_once = yes
	dynamic_historical_event = {
		tag = BRA
		tag = PRU
		from = 1410.1.1
		to = 1500.1.1
		monthly_chance = 20
	}

	trigger = {
		has_variable = PRU_robber_barons_active
		any_province = {
			count >= 3
			has_province_modifier = PRU_robber_barons
		}
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
			location:berlin = {
			add_to_list = quitzow_places
		}
		location:potsdam = {
			add_to_list = quitzow_places
		}
		location:brandenburg = {
			add_to_list = quitzow_places
		}
		location:freienwalde = {
			add_to_list = quitzow_places
		}
		location:herzfelde = {
			add_to_list = quitzow_places
		}
		create_rebel = {
			name = bra_quitzow_revolt
			category = estate
			estate = nobles_estate
			save_scope_as = target_rebel
		}
		while = {
			limit = {
				list_size = { name = quitzow_places value < 3 }
				any_owned_location = {
					NOT = { is_in_list = quitzow_places }
				}
			}
			random_owned_location = {
				limit = {
					NOT = { is_in_list = quitzow_places }
				}
				add_to_list = quitzow_places
			}
		}
	}

	option = {
		name = flavor_brapru.1902.a

		historical_option = yes

		change_gold_effect = { scale = -6 }

		every_in_list = {
			list = quitzow_places
			every_pop = {
				limit = {
					owner = root
					pop_type = pop_type:nobles
				}
				add_pop_satisfaction = pop_satisfaction_radical_penalty
				change_pop_allegiance = scope:target_rebel
			}
			change_control = control_severe_penalty
			add_location_modifier = {
				modifier = PRU_quitzow_repressed_modifier
				years = 20
			}
		}

		add_estate_satisfaction = {
			type = estate_type:nobles_estate
			value = estate_satisfaction_extreme_penalty
		}

		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_minor_move_to_left
		}
	}

	option = {
		name = flavor_brapru.1902.b

		add_legitimacy = legitimacy_severe_penalty

		add_estate_satisfaction = {
			type = estate_type:nobles_estate
			value = estate_satisfaction_mild_bonus
		}

		every_in_list = {
			list = quitzow_places
			change_control = control_ultimate_penalty
			add_location_modifier = {
				modifier = PRU_quitzow_modifier
				years = 20
			}
		}
	}
}