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.1001 威尼斯与奥斯曼的贸易冲突

时间范围
无明确 fromto 日期,事件通过其他事件触发,无 monthly_chance 概率。

触发条件
事件代码中未定义 trigger 字段,表明此事件通常由其他事件或脚本直接触发。

关键效果

  • 选项 A(历史选项)

    • VEN(威尼斯)显示自定义提示 VEN_will_get_a_cb
    • VEN 对事件发起国(root)添加 trade_conflict 观点修正。
    • VEN 静默触发事件 flavor_ven_tur_conflict.1002
  • 选项 B

    • alexandria 地区(亚历山大)的所有权转移给 VEN
    • VEN 对事件发起国(root)添加 ceded_alexandria 观点修正。
    • VEN 静默触发事件 flavor_ven_tur_conflict.1003

背景介绍
该事件模拟了威尼斯共和国与奥斯曼帝国在地中海东部,特别是埃及亚历山大港的贸易与领土争端。威尼斯长期依赖东地中海的贸易路线,而奥斯曼的扩张直接威胁到其商业利益。事件中的选项反映了威尼斯可能采取的外交抗议或直接军事占领的不同策略,以应对奥斯曼的压力。

完整事件代码

flavor_ven_tur_conflict.1001 = {
	type = country_event
	title = flavor_ven_tur_conflict.1001.title
	desc = flavor_ven_tur_conflict.1001.desc
	historical_info = flavor_ven_tur_conflict.1001.historical_info

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	option = {
		name = flavor_ven_tur_conflict.1001.a
		historical_option = yes
		c:VEN = {
			custom_tooltip = VEN_will_get_a_cb
			add_opinion = { target = root modifier = trade_conflict }
			trigger_event_silently = { id = flavor_ven_tur_conflict.1002 }
		}
	}

	option = {
		name = flavor_ven_tur_conflict.1001.b
		location:alexandria = {
			change_location_owner = c:VEN
		}
		c:VEN = {
			add_opinion = { target = root modifier = ceded_alexandria }
			trigger_event_silently = { id = flavor_ven_tur_conflict.1003 }
		}
	}
}