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.560] 特利帕提图姆法典

时间范围

1517.1.1 - 1530.1.1

  • 触发概率:每月 2% 概率

触发条件

  • 国家标签:必须为匈牙利(HUN)
  • 一次性事件:此事件在整个游戏进程中只会触发一次

关键效果

选项 A

  • 名称:flavor_hun.560.a
  • 效果:
    • 增加少量国家稳定度
    • 社会价值观 serfdom_vs_free_subjects 向“右”移动(倾向于农奴制)
    • 增加贵族阶层少量满意度

选项 B

  • 名称:flavor_hun.560.b
  • 历史选项historical_option = yes
  • 效果:
    • 增加少量国家威望
    • 社会价值观 serfdom_vs_free_subjects 向“左”移动(倾向于自由民)
    • 增加农民阶层少量满意度

背景介绍

《特利帕提图姆法典》是匈牙利王国在16世纪初颁布的一部具有里程碑意义的法律汇编。它由首席法官韦尔伯齐·伊什特万主持编纂,旨在系统化匈牙利的习惯法,并确立了贵族在法律、税收和军事义务方面的特权地位。该法典巩固了匈牙利贵族阶层的权力,深刻影响了匈牙利的社会结构和政治体制,同时也对农民的地位和权利做出了规定,是匈牙利中世纪法律体系的核心文献。

完整事件代码

flavor_hun.560 = { #Tripartitum
	type = country_event
	title = flavor_hun.560.title
	desc = flavor_hun.560.desc
	fire_only_once = yes

	dynamic_historical_event = {
		tag = HUN
		from = 1517.1.1
		to = 1530.1.1
		monthly_chance = 2
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	option = {
		name = flavor_hun.560.a
		add_stability = stability_mild_bonus
		change_societal_value = {
            type = serfdom_vs_free_subjects
            value = societal_value_move_to_right
        }
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
	}

	option = {
		name = flavor_hun.560.b
		historical_option = yes
		add_prestige = prestige_mild_bonus
		change_societal_value = {
            type = serfdom_vs_free_subjects
            value = societal_value_move_to_left
        }
		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_mild_bonus }
	}
}