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_tur.10 亚历山大贸易冲突

时间范围:1437.1.1 - 1737.1.1,每月 5% 概率触发

触发条件

  • 国家标签为 TUR(奥斯曼帝国)。
  • 拥有亚历山大(location:alexandria)和君士坦丁堡(location:constantinople)地区。
  • 国家 c:VEN(威尼斯共和国)存在。

关键效果

  • 选项 A (历史选项)

    • 威尼斯共和国(c:VEN)将获得一个宣战理由(custom_tooltip = VEN_will_get_a_cb)。
    • 威尼斯对奥斯曼产生“贸易冲突”(trade_conflict)意见修正。
    • 为威尼斯触发事件 flavor_ven_tur_conflict.1002
  • 选项 B

    • 将亚历山大地区(location:alexandria)的所有权转让给威尼斯共和国(c:VEN)。
    • 威尼斯对奥斯曼产生“割让亚历山大”(ceded_alexandria)意见修正。
    • 为威尼斯触发事件 flavor_ven_tur_conflict.1003

背景介绍: 该事件模拟了奥斯曼帝国控制地中海东部关键贸易节点(亚历山大和君士坦丁堡)后,与威尼斯共和国之间可能爆发的贸易冲突。威尼斯作为地中海贸易的长期主导者,对奥斯曼控制下的亚历山大港贸易路线有着强烈的利益诉求,双方在香料、丝绸等东方商品的贸易垄断权上存在根本性矛盾。事件反映了15至18世纪东地中海贸易霸权的争夺,以及奥斯曼帝国在扩张过程中与欧洲海上强国的复杂互动。

完整事件代码

flavor_tur.10 = {
	type = country_event
	title = flavor_tur.10.title
	desc = flavor_tur.10.desc

	historical_info = flavor_tur.10.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1437.1.1
		to = 1737.1.1
		monthly_chance = 5
	}

	trigger = {
		tag = TUR
		owns = location:alexandria
		owns = location:constantinople

		country_exists = c:VEN
	}

	immediate = {
		set_global_variable = tur_started_alexandria
		location:alexandria = { save_scope_as = target_location }
	}

	option = {
		name = flavor_tur.10.a
		historical_option = yes
		c:VEN = {
			custom_tooltip = VEN_will_get_a_cb
			add_opinion = { target = root modifier = trade_conflict }
			trigger_event_non_silently = { id = flavor_ven_tur_conflict.1002 }
		}
	}
	option = {
		name = flavor_tur.10.b
		location:alexandria = {
			change_location_owner = c:VEN
		}
		c:VEN = {
			add_opinion = { target = root modifier = ceded_alexandria }
			trigger_event_non_silently = { id = flavor_ven_tur_conflict.1003 }
		}
	}
}