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_cas.66] 西班牙银元

时间范围:1450.1.1 - 1550.1.1(每月 1% 概率)

触发条件

  • 国家处于和平状态(at_war = no)。
  • 国家拥有统治者(has_ruler = yes)。
  • 统治者的行政能力(ruler.adm)大于等于 80。

关键效果

  • 选项 A (flavor_cas.66.a) - 历史选项
    • 为国家添加名为 cas_spanish_dollar 的修正,持续 10 年(模式为叠加并延长)。
    • 使社会价值观 capital_economy_vs_traditional_economy 向左(偏向资本经济)微幅移动。
  • 选项 B (flavor_cas.66.b)
    • 增加轻微通货膨胀(inflation_mild_penalty)。
    • 增加轻微稳定度(stability_mild_bonus)。
    • 为国家添加名为 cas_spanish_dollar_not_adopted 的修正,持续 10 年(模式为叠加并延长)。
    • 使社会价值观 capital_economy_vs_traditional_economy 向右(偏向传统经济)微幅移动。

背景介绍: 在15至16世纪,随着西班牙帝国的扩张和美洲白银的大量流入,西班牙面临着如何管理其巨额财富和建立稳定货币体系的挑战。这一时期,西班牙银元(或称“八里尔银币”)逐渐成为国际贸易中广泛接受的标准货币,其高纯度和一致性为其赢得了国际声誉。此事件反映了卡斯提尔(或西班牙)统治者在和平时期,凭借卓越的行政能力,决定是否以及如何推行这种具有深远经济影响的货币改革。

完整事件代码

flavor_cas.66 = { #The Spanish Dollar
	hide_portraits = no
	type = country_event
	title = flavor_cas.66.title
	desc = flavor_cas.66.desc
	image = "gfx/interface/illustrations/institutions/banking.dds"

	fire_only_once = yes

	historical_info = flavor_cas.66.historical_info

	dynamic_historical_event = {
		tag = CAS
		from = 1450.1.1
		to = 1550.1.1
		monthly_chance = 1
	}

	trigger = {
		at_war = no
		has_ruler = yes
		ruler.adm >= 80
	}

	immediate = {
		ruler = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_cas.66.a
		historical_option = yes
		add_country_modifier = { modifier = cas_spanish_dollar years = 10 mode = add_and_extend }
		change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_tiny_move_to_left }
	}

	option = {
		name = flavor_cas.66.b
		add_inflation = inflation_mild_penalty
		add_stability = stability_mild_bonus
		add_country_modifier = { modifier = cas_spanish_dollar_not_adopted years = 10 mode = add_and_extend }
		change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_tiny_move_to_right }
	}
}