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_tur_conflict.1000 威尼斯与东方强权的冲突

时间范围:1450.1.1 - 1551.1.1(每月 5% 概率触发)

触发条件

  • 君士坦丁堡的所有者必须:
    • 文化属于土耳其文化。
    • 拥有亚历山大港。
    • 不是附庸国。
    • 未与事件触发国(威尼斯)结盟。
    • 未与事件触发国(威尼斯)处于战争状态。
  • 全局变量 tur_started_alexandria 不存在。

关键效果

  • 选项 A (历史选项)
    • 触发 rising_power(即君士坦丁堡的所有者)的静默事件 flavor_ven_tur_conflict.1001
  • 选项 B
    • 为事件触发国(威尼斯)添加轻微威望惩罚。

背景介绍: 在15世纪中叶至16世纪初,随着奥斯曼帝国等土耳其文化强权在东地中海的崛起,威尼斯共和国作为该地区的主要商业和海上力量,其利益受到了直接挑战。特别是当土耳其势力控制了君士坦丁堡和亚历山大港这两个关键贸易节点后,威尼斯面临着一个战略抉择:是直面新势力的威胁,还是采取其他应对措施。此事件模拟了威尼斯在面对东方新兴强权时可能面临的外交与战略困境。

完整事件代码

flavor_ven_tur_conflict.1000 = {
	hide_portraits = yes
	type = country_event
	title = flavor_ven_tur_conflict.1000.title
	desc = flavor_ven_tur_conflict.1000.desc
	historical_info = flavor_ven_tur_conflict.1000.historical_info
	
	fire_only_once = yes
	dynamic_historical_event = {
		tag = VEN
		from = 1450.1.1
		to = 1551.1.1
		monthly_chance = 5
	}
		
	trigger = {
		#Triggering for any Turk country Rising in the East Mediterranean (not only the Ottomans)
		location:constantinople.owner = {
			culture = culture:turkish_culture
			owns = location:alexandria
			is_subject = no
			NOT = { is_allied_with = { target = ROOT } }
			NOT = {	is_at_war_with = ROOT }
		}
		NOT = {
			has_global_variable = tur_started_alexandria
		}
	}

	illustration_tags = {
        10 = angry
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		root = {
			save_scope_as = origin_tag
		}
		location:constantinople.owner = {
			save_scope_as = rising_power
		}
	}

	option = {
		name = flavor_ven_tur_conflict.1000.a
		historical_option = yes
		scope:rising_power = { 
			trigger_event_silently = { id = flavor_ven_tur_conflict.1001 }	
		}
	}

	option = {
		name = flavor_ven_tur_conflict.1000.b
		add_prestige = prestige_mild_penalty
	}
}