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_ara.2] 《领事之海》的编纂

时间范围

1450.1.1 - 1500.1.1
每月 2% 概率触发

触发条件

  • 国家标签为 ARA
  • 已启用政策 ara_consulate_sea

关键效果

选项 A:flavor_ara.2.a (历史选项)

  • 减少 2.00 倍规模的黄金。
  • 获得 research_progress_severe_bonus 的研究进度。

选项 B:flavor_ara.2.b

  • 增加 prestige_weak_penalty 的威望。

背景介绍

在15世纪,阿拉贡王国作为地中海的重要贸易与海洋强国,其海事法律与实践的编纂至关重要。《领事之海》是一部汇集了地中海地区海事习惯法、贸易规则与领事裁判权的权威法典。它的编纂与推广,不仅巩固了阿拉贡在海事司法领域的领导地位,也为其海洋贸易与海军管理提供了统一的法律框架,是提升国家治理能力与知识水平的重要举措。

完整事件代码

flavor_ara.2 = { #Book of the Consulate of the Sea
	type = country_event
	title = flavor_ara.2.title
	desc = flavor_ara.2.desc
	fire_only_once = yes

	dynamic_historical_event = {
		tag = ARA
		from = 1450.1.1
		to = 1500.1.1
		monthly_chance = 2
	}

	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_books.dds"
	
	trigger = {
		tag = ARA
		has_policy = ara_consulate_sea
	}

	option = {
		historical_option = yes
		name = flavor_ara.2.a
		change_gold_effect = { scale = -2.00 }
		add_research_progress = research_progress_severe_bonus
	}
	
	option = {
		name = flavor_ara.2.b
		add_prestige = prestige_weak_penalty
	}
}