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_nov.114] 诺夫哥罗德蜂蜡与毛皮贸易垄断

时间范围:1360.1.1 - 1420.1.1(每月 6% 概率)

触发条件

  • 国家拥有统治者。
  • 国内毛皮(fur)产量大于 10。
  • 国内蜂蜡(beeswax)产量大于 10。
  • 国家未处于战争状态。

关键效果

  • 选项:我们应趁此机会利用我们的垄断地位。
    • 效果:
      • 增加巨额威望(prestige_extreme_bonus)。
      • 为国家添加名为 nov_beeswax_and_fur_trade 的修正,持续 30 年。

背景介绍: 在14世纪末至15世纪初,诺夫哥罗德共和国凭借其优越的地理位置和丰富的自然资源,逐渐控制了波罗的海地区重要的蜂蜡与毛皮贸易。这些商品在当时欧洲市场具有极高的价值,诺夫哥罗德通过其贸易网络和汉萨同盟的紧密联系,建立起近乎垄断的地位,为国家带来了巨大的财富和政治影响力。此事件反映了诺夫哥罗德在其鼎盛时期,如何利用其经济优势巩固国力。

完整事件代码

flavor_nov.114 = { # The Novgorodian Monopoly of the Beeswax and Fur Trade
	type = country_event
	title = flavor_nov.114.title
	desc = flavor_nov.114.desc

	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_fur.dds"


	fire_only_once = yes
	dynamic_historical_event = {
		tag = NOV
		from = 1360.1.1
		to = 1420.1.1
		monthly_chance = 6
	}


	trigger = {
		has_ruler = yes
		produced_in_country:fur > 10
		produced_in_country:beeswax > 10
		at_war = no
	}

	immediate = {
		ruler ?= {
			save_scope_as = our_ruler
		}
	}


	option = { # We should exploit our monopoly while we can.
		name = flavor_nov.114.a
		add_prestige = prestige_extreme_bonus
		add_country_modifier = { modifier = nov_beeswax_and_fur_trade years = 30 mode = add }
	}
}