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.1100 威尼斯与奥斯曼在摩里亚的对抗

时间范围:1300.1.1 - 1500.1.1,每月 10% 概率触发

触发条件

  • 奥斯曼帝国(TUR)存在。
  • 摩里亚地区(area:morea_area)中至少有一个省份的所有者为奥斯曼帝国。

关键效果

  • 选项 A (历史选项)
    • 奥斯曼帝国对威尼斯共和国(事件发起国)获得“威尼斯在摩里亚的对抗”观点修正。
    • 威尼斯共和国获得针对摩里亚目标省份所有者的“征服省份”宣战理由(cb_conquer_province)。
    • (隐藏效果)奥斯曼帝国将静默触发事件 flavor_ven_tur_conflict.1101
  • 选项 B
    • 威尼斯共和国获得少量威望惩罚(prestige_mild_penalty)。

背景介绍: 在14至15世纪,随着奥斯曼帝国在巴尔干半岛的持续扩张,其势力逐渐渗透至希腊南部的摩里亚(伯罗奔尼撒)地区。作为在该地区拥有悠久商业和战略利益的海洋共和国,威尼斯共和国面临着来自这个新兴强权的直接挑战。此事件模拟了威尼斯在奥斯曼帝国控制摩里亚部分地区后,所面临的外交与军事决策压力,是两大势力在地中海东部冲突的缩影。

完整事件代码

flavor_ven_tur_conflict.1100 = {
	hide_portraits = yes
	type = country_event
	title = flavor_ven_tur_conflict.1100.title
	desc = flavor_ven_tur_conflict.1100.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VEN
		from = 1300.1.1
		to = 1500.1.1
		monthly_chance = 10
	}
	
	trigger = {
		country_exists = c:TUR
		area:morea_area = {
			any_location_in_area = {
				owner = c:TUR
			}
		}
	}
	
	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		root = {
			save_scope_as = origin_tag
		}
		c:TUR = { save_scope_as = rising_power }
		scope:rising_power = {
			ordered_owned_location = {
				limit = {
					area = area:morea_area
				}
				order_by = population
				max = 1
				
				save_scope_as = morea_target
			}
		}
	}
	
	option = {
		name = flavor_ven_tur_conflict.1100.a
		historical_option = yes
		scope:rising_power = {
			add_opinion = { target = root modifier = ven_opinion_morean_confrontation }
		}
		add_casus_belli =  { type = casus_belli:cb_conquer_province target = scope:morea_target.owner province = scope:morea_target.province }
		hidden_effect = {
			scope:rising_power = {
				trigger_event_silently = { id = flavor_ven_tur_conflict.1101 }
			}
		}
	}
	
	option = {
		name = flavor_ven_tur_conflict.1100.b
		add_prestige = prestige_mild_penalty
	}
}