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_por.45 阿丰索律令

时间范围

  • 起始日期:1420.1.1
  • 结束日期:1500.1.1
  • 触发概率:每月 10% 概率

触发条件

  • 国家稳定度 ≥ 25
  • 拥有统治者

关键效果

选项 A

  • 添加政府改革:por_ordinances

选项 B

  • 增加大量稳定度
  • 为国家添加修正项 por_refused_ordinances,持续 5 年

背景介绍

该事件反映了葡萄牙王国在15世纪初期进行法律编纂与政府改革的历史进程。阿丰索律令(Ordenações Afonsinas)是葡萄牙第一部系统性的法典,由国王阿丰索五世时期编纂,旨在统一王国的法律体系,加强中央集权,规范行政与司法程序。这一改革对葡萄牙的国家治理、法律传统及后续的海外扩张产生了深远影响。

完整事件代码

flavor_por.45 = { # Ordenações Afonsinas
	type = country_event
	title = flavor_por.45.title
	desc = flavor_por.45.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POR
		from = 1420.1.1
		to = 1500.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		stability >= 25
		has_ruler = yes
	}

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

		unlock_government_reform_effect = {
			type = por_ordinances
		}
		ruler = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_por.45.a

		add_reform = government_reform:por_ordinances
	}

	option = {
		name = flavor_por.45.b

		add_stability = stability_severe_bonus

		add_country_modifier = {
			mode = add_and_extend
			modifier = por_refused_ordinances
			years = 5
		}
	}
}