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.1002] 威尼斯-奥斯曼冲突

时间范围
无明确时间范围(代码中未定义 fromto 字段)
触发概率
无明确触发概率(代码中未定义 monthly_chance 字段)

触发条件
无明确触发条件(代码中未定义 trigger 字段)

关键效果

  • 选项 A(名称:flavor_ven_tur_conflict.1002.a
    获得针对亚历山大地区所有者的宣战理由(casus_belli:cb_conquer_province),目标省份为亚历山大。

背景介绍
该事件反映了威尼斯与奥斯曼帝国在地中海东部,特别是埃及亚历山大港地区的战略竞争。亚历山大作为重要的贸易枢纽,其控制权是双方争夺的焦点。事件中威尼斯商人阶层(市民阶层)表现出强烈情绪,可能推动国家采取军事行动以夺取该地区的控制权。

完整事件代码

flavor_ven_tur_conflict.1002 = {
	type = country_event
	title = flavor_ven_tur_conflict.1002.title
	desc = flavor_ven_tur_conflict.1002.desc

	illustration_tags = {
        10 = angry
        10 = interior
    }

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

	option = {
		name = flavor_ven_tur_conflict.1002.a
		add_casus_belli =  { 
			type = casus_belli:cb_conquer_province 
			target = location:alexandria.owner 
			province = location:alexandria.province 
		}
	}
}