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.46] 曼努埃尔法典

时间范围

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

触发条件

  • 已采用政府改革:por_ordinances(葡萄牙法令)
  • 已接纳思潮:institution:printing_press(印刷机)

关键效果

  • 选项 Aflavor_por.46.a):
    • 减少 12 金币
    • 设置变量 por_printing_ordinances
    • 显示自定义提示 por_upgrade_ordinances
  • 选项 Bflavor_por.46.b):
    • 增加少量威望(prestige_mild_bonus

背景介绍

该事件反映了葡萄牙王国在16世纪初期,随着印刷机技术的传播,对《曼努埃尔法典》(Ordenações Manuelinas)进行修订与推广的历史进程。法典的更新旨在整合法律体系、适应行政需求,并借助印刷技术提高法律文本的传播效率,对葡萄牙的司法与行政管理产生了深远影响。

完整事件代码

flavor_por.46 = { # Ordenações Manuelinas
	type = country_event
	title = flavor_por.46.title
	desc = flavor_por.46.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POR
		from = 1510.1.1
		to = 1600.1.1
		monthly_chance = 10
	}

	trigger = {
		has_reform = government_reform:por_ordinances
		has_embraced_institution = institution:printing_press
	}

	image = "gfx/interface/illustrations/institutions/printing_press.dds"

	option = {
		name = flavor_por.46.a

		change_gold_effect = { scale = -12 }

		custom_tooltip = por_upgrade_ordinances
		set_variable = por_printing_ordinances
	}

	option = {
		name = flavor_por.46.b

		add_prestige = prestige_mild_bonus
	}
}