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.1 海事领事馆

时间范围:1340.1.1 - 1400.1.1(每月 2% 概率)

触发条件

  • 拥有巴塞罗那地区。
  • 巴塞罗那地区是一个贸易中心。

关键效果

  • 历史选项:解锁并启用名为 ara_consulate_sea 的政策。

背景介绍: 该事件模拟了历史上阿拉贡王国在14世纪于巴塞罗那建立“海事领事馆”的进程。海事领事馆是一个重要的海事与商业法庭机构,旨在规范和管理地中海贸易,解决商人间的争端,并保护阿拉贡商人的利益。它的建立标志着巴塞罗那作为地中海重要贸易中心的地位得到进一步巩固和制度化,对阿拉贡王国的海洋贸易和海上法律体系发展产生了深远影响。

完整事件代码

flavor_ara.1 = { #Consulate of the Sea
	type = country_event
	title = flavor_ara.1.title
	desc = flavor_ara.1.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = ARA
		from = 1340.1.1
		to = 1400.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}
	trigger = {
		owns = location:barcelona
		location:barcelona = {
			is_market_center = yes
		}
	}

	option = {
		name = flavor_ara.1.a
		historical_option = yes
		custom_tooltip = flavor_ara.1.tt
		unlock_policy_effect = { type = ara_consulate_sea }
		add_policy = policy:ara_consulate_sea
	}
}