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_tur.30 奥斯曼货币改革

时间范围

1337.1.1 - 1367.1.1 (每月 10% 概率触发)

触发条件

  • 国家拥有布尔萨(Bursa)地区。

关键效果

选项 A:flavor_tur.30.a

  • 历史选项
  • 国库减少一定比例的资金。
  • 获得国家修正 coins_in_our_name_modifier,持续时间为 modifier_duration_years_long(长年数),并替换同名修正。
  • AI 倾向选择此选项。

选项 B:flavor_tur.30.b

  • 获得 government_power_mild_bonus 数量的政府权力。
  • AI 不会选择此选项。

背景介绍

该事件模拟了奥斯曼帝国早期(1337-1367年间)可能进行的一次货币改革或财政政策调整。在控制布尔萨这一重要据点后,统治者面临选择:是推行以自己名义发行新货币的政策(选项A),以加强中央权威和货币统一,但需付出短期财政成本;或是采取更温和的集权手段,直接增强政府行政能力(选项B)。这反映了奥斯曼国家形成初期,在财政集权与行政效率之间的权衡。

完整事件代码

flavor_tur.30 = {
	type = country_event
	title = flavor_tur.30.title
	desc = flavor_tur.30.desc

	historical_info = flavor_tur.30.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1337.1.1
		to = 1367.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:bursa
	}

	immediate = {
		ruler_or_regent ?= { save_scope_as = target_character }
	}

	option = {
		name = flavor_tur.30.a
		historical_option = yes

		ai_will_select = { value = 1 }

		change_gold_effect = { scale = -1 }

		add_country_modifier = {
			modifier = coins_in_our_name_modifier
			years = modifier_duration_years_long
			mode = replace
		}
	}

	option = {
		name = flavor_tur.30.b

		ai_will_select = { value = 0 }

		add_government_power = government_power_mild_bonus
	}
}