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.55] 阿尔金商站

时间范围

1445.1.1 - 1500.1.1,每月 3% 概率触发

触发条件

  • 省份 arguin 的顶层所有者必须是葡萄牙(POR)。
  • 省份 arguin 尚未拥有建筑 por_feitoria

关键效果

选项 A:flavor_por.55.a (历史选项)

  • 在目标省份(arguin)执行 establish_feitoria_effect 效果。

选项 B:flavor_por.55.b

  • 获得少量威望加成(prestige_weak_bonus)。

背景介绍

该事件模拟了葡萄牙王国在15世纪中后期于西非海岸的阿尔金岛建立商站(Feitoria)的历史进程。商站是葡萄牙早期海外扩张和贸易网络的关键节点,用于控制黄金、奴隶等资源的贸易,并巩固其在非洲海岸的影响力。

完整事件代码

flavor_por.55 = { #Feitoria of Arguin
	type = country_event
	title = flavor_por.55.title
	desc = flavor_por.55.desc
	historical_info = flavor_por.55.historical_info

	dynamic_historical_event = {
		tag = POR
		from = 1445.1.1
		to = 1500.1.1
		monthly_chance = 3
	}

	fire_only_once = yes

	illustration_tags = {
		10 = exterior
		10 = regular
	}

	trigger = {
		location:arguin = {
			top_owner ?= root
			NOT = {
				has_building = building_type:por_feitoria
			}
		}
	}

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

		location:arguin = {
			save_scope_as = target_location
		}

		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_por.55.a
		historical_option = yes

		scope:target_location = {
			establish_feitoria_effect = yes
		}
	}

	option = {
		name = flavor_por.55.b

		add_prestige = prestige_weak_bonus
	}
}