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_fra.323] 土耳其联盟促进与黎凡特的贸易

时间范围:1525.1.1 - 1545.1.1(每月 15% 概率)

触发条件

  • 国家拥有统治者。
  • 国家未处于战争状态。
  • 国家与土耳其(c:TUR)是盟友关系。

关键效果

  • 选项:Excellent
    • 在土耳其首都市场添加一个持续240个月的临时需求 demand:tur_trade_with_fra
    • 在本国首都市场添加一个持续240个月的临时需求 demand:fra_trade_with_levant
    • 获得黄金收入增加效果,规模为24。

背景介绍: 该事件模拟了16世纪上半叶法国与奥斯曼帝国建立“渎圣同盟”后的经济影响。在弗朗索瓦一世与苏莱曼一世时期,法国通过与奥斯曼帝国的政治军事结盟,获得了在地中海东岸(黎凡特地区)的贸易特权。这一联盟打破了威尼斯等意大利城邦对东方贸易的垄断,使法国商人能够直接进入奥斯曼市场,促进了丝绸、香料等东方商品的进口,同时为奥斯曼帝国带来了欧洲的制成品和贵金属,显著增强了法国的商业地位和国库收入。

完整事件代码

flavor_fra.323 = { # Turkish Alliance yields closer Trade with the Levant
	type = country_event
	fire_only_once = yes

 	title = flavor_fra.323.title
 	desc = flavor_fra.323.desc
	image = "gfx/interface/illustrations/institutions/global_trade.dds"
	dynamic_historical_event = {
		tag = FRA
		from = 1525.1.1
		to = 1545.1.1
		monthly_chance = 15
	}

 	trigger = {
		has_ruler = yes
		at_war = no
		is_allied_with = { target = c:TUR }
 	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

    immediate = {
	}

 	option = { # Excellent
		name = flavor_fra.323.a
		c:TUR = {
			capital.market = {
				add_temporary_demand = {
					type = demand:tur_trade_with_fra
					months = 240
				}
			}
		}
		capital.market = {
			add_temporary_demand = {
				type = demand:fra_trade_with_levant
				months = 240
			}
		}
		change_gold_effect = { scale = 24 }
 	}
}