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.112] 诺夫哥罗德卡铸币

时间范围

1415.1.1 - 1481.1.1,每月 6% 概率触发

触发条件

  • 国家拥有统治者
  • 国家未处于战争状态

关键效果

选项 A:铸造新的诺夫哥罗德硬币!

  • 获得少量威望加成
  • 获得国家修正 nov_minting_of_novgorodka,持续 10 年

选项 B:维持使用其他货币

  • 获得少量稳定度加成
  • 获得国家修正 nov_reliance_on_other_currencies,持续 20 年

背景介绍

在15世纪,诺夫哥罗德共和国作为重要的贸易中心,面临着统一货币体系以促进商业和巩固经济主权的需求。这一时期,铸造本地货币“诺夫哥罗德卡”成为增强国家财政独立性和威望的潜在举措,但也伴随着维持现有多种货币体系的保守选择。

完整事件代码

flavor_nov.112 = { # Minting of the Novgorodka
	type = country_event
	title = flavor_nov.112.title
	desc = flavor_nov.112.desc
	image = "gfx/interface/illustrations/institutions/banking.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = NOV
		from = 1415.1.1
		to = 1481.1.1
		monthly_chance = 6
	}

	trigger = {
		has_ruler = yes
		at_war = no
	}

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

	option = { # Mint the new coin of Novgorod!
		name = flavor_nov.112.a
		add_prestige = prestige_mild_bonus
		add_country_modifier = { modifier = nov_minting_of_novgorodka years = 10 mode = add }
	}
	option = { # Maintain the use of other currencies
		name = flavor_nov.112.b
		add_stability = stability_mild_bonus
		add_country_modifier = { modifier = nov_reliance_on_other_currencies years = 20 mode = add }
	}
}