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_ven.1000 威尼斯与马穆鲁克贸易协定

时间范围:1400.1.1 - 1600.1.1(每月 10% 概率) 触发条件

  • 国家 MAM(马穆鲁克)存在。
  • 国家 POR(葡萄牙)存在。
  • 本国不是 MAM 的宿敌。
  • 本国未与 MAM 处于战争状态。
  • 地区 alexandria(亚历山大)的所有者为 MAM
  • MAM 拥有变量 MAM_POR_conflict
  • alula 市场,最强大的商人是 POR
  • alexandria 市场,最强大的商人是 VEN(威尼斯)。

关键效果

  • 选项 A (历史选项)
    • 触发 MAM 的静默事件 flavor_ven.1001
    • POR 获得对本国(VEN)的 ven_helping_mamelukes 观点修正。
  • 选项 B
    • 本国获得 prestige_mild_penalty(轻微威望惩罚)。

背景介绍: 在15至16世纪,威尼斯共和国是地中海东部贸易的主导力量,尤其依赖与马穆鲁克苏丹国在埃及亚历山大港的香料贸易。与此同时,葡萄牙正试图通过探索绕行非洲的海路来打破威尼斯对东方贸易的垄断。当葡萄牙在红海地区的贸易影响力增强,并与马穆鲁克发生冲突时,作为亚历山大港主要贸易伙伴的威尼斯面临选择:是帮助马穆鲁克苏丹国以维持其传统陆路贸易路线的稳定,还是袖手旁观,任由局势发展。

flavor_ven.1000 = {
	hide_portraits = yes
	type = country_event
	title = flavor_ven.1000.title
	desc = flavor_ven.1000.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VEN
		from = 1400.1.1
		to = 1600.1.1
		monthly_chance = 10
	}

	trigger = {
		country_exists = c:MAM
		country_exists = c:POR
		NOT = {	is_rival_of = c:MAM	}
		NOT = {	is_at_war_with = c:MAM	}
		location:alexandria = {	owner = c:MAM }
		c:MAM = { has_variable = MAM_POR_conflict }
		location:alula.market.most_powerful_merchant = c:POR
		location:alexandria.market.most_powerful_merchant = c:VEN
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		save_scope_as = ven_scope
		c:MAM = { remove_variable = MAM_POR_conflict }
	}

	option = {
		name = flavor_ven.1000.a
		historical_option = yes
		c:MAM = { trigger_event_silently = { id = flavor_ven.1001 } }
		c:POR = {
			add_opinion = { target = root modifier = ven_helping_mamelukes }
		}
	}
	option = {
		name = flavor_ven.1000.b
		add_prestige = prestige_mild_penalty
	}
}