flavor_fra.510 通用私人银行之益
时间范围:1714.1.1 - 1736.1.1(每月 20% 概率)
触发条件:
- 国家拥有统治者。
- 国家拥有变量
enable_general_private_bank。 - 国家不拥有变量
enable_general_private_bank_collapsed。 - 满足以下条件之一(完全遵循历史路径的奖励):
- 拥有国家修正
fra_john_law_national_bank。 - 拥有国家修正
fra_john_law_mississippi_company。
- 拥有国家修正
- 名为
john_law的人物存在。 - 该人物
john_law必须:- 存活。
- 其所有者是国家
FRA。
关键效果:
- 历史选项:愿约翰·劳的政策继续充盈法兰西的国库!
- 获得大量金币(缩放系数 12.00)。
- 添加国家修正
fra_general_private_bank_benefits,持续 12 年。 - 增加少量稳定度。
- 增加少量威望。
背景介绍: 该事件反映了18世纪初法国摄政时期,由苏格兰经济学家约翰·劳主导的金融改革。他创立了通用银行(Banque Générale),并推动密西西比公司的发展,试图通过发行纸币和股票投机来缓解法国的财政危机,短期内确实为国家财政带来了显著的收益和繁荣假象。
完整事件代码:
flavor_fra.510 = { # Benefits of the Banque Generale
type = country_event
fire_only_once = yes
title = flavor_fra.510.title
desc = flavor_fra.510.desc
dynamic_historical_event = {
tag = FRA
from = 1714.1.1
to = 1736.1.1
monthly_chance = 20
}
trigger = {
has_ruler = yes
has_variable = enable_general_private_bank
NOT = { has_variable = enable_general_private_bank_collapsed }
OR = { # Rewarded for going fully historical
has_country_modifier = fra_john_law_national_bank
has_country_modifier = fra_john_law_mississippi_company
}
exists = character:john_law
character:john_law ?= {
is_alive = yes
owner = c:FRA
}
}
illustration_tags = {
10 = happy
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
character:john_law ?= {
save_scope_as = target_artist
}
}
option = { # May John Law policies continue to fill the coffers of France!
name = flavor_fra.510.a
historical_option = yes
custom_tooltip = bank_yields_benefits_for_now
change_gold_effect = { scale = 12.00 }
add_country_modifier = { modifier = fra_general_private_bank_benefits years = 12 mode = add }
add_stability = stability_mild_bonus
add_prestige = prestige_mild_bonus
}
}