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_hun.160] 匈牙利贵族权力事件

时间范围
1450.1.1 - 1650.1.1(每月 5% 概率)

触发条件

  • 国家已采用政府改革:hun_power_to_magnates(贵族权力改革)
  • 国家稳定度低于 -20

关键效果

  • 选项 A(对应 flavor_hun.160.a):
    • 在匈牙利文化占主导的省份中,选取人口最多的 5 个省份
    • 这些省份的所有人口阶层将受到 pop_satisfaction_severe_penalty(人口满意度严重惩罚)

背景介绍
该事件反映了匈牙利王国在 15 至 17 世纪期间,当中央权力衰弱、稳定度低下时,贵族阶层(Magnates)权力扩张对地方治理与社会稳定的冲击。事件通过人口满意度惩罚模拟了贵族专权对匈牙利核心地区民众造成的压迫与不满。

完整事件代码

flavor_hun.160 = {
	type = country_event
	title = flavor_hun.160.title
	desc = flavor_hun.160.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = HUN
		from = 1450.1.1
		to = 1650.1.1
		monthly_chance = 5
	}

	trigger = {
		has_reform = government_reform:hun_power_to_magnates
		stability < -20
	}

	illustration_tags = {
        10 = armed
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_hun.160.a

		ordered_owned_location = {
			limit = {
				dominant_culture = culture:hungarian
			}
			order_by = population
			max = 5
			every_pop = {	add_pop_satisfaction = pop_satisfaction_severe_penalty	}
		}
	}
}