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_fra.512] 约翰·劳的余波

时间范围:1714.1.1 - 1736.1.1(每月 75% 概率)

触发条件

  • 国家拥有统治者。
  • 国家拥有变量 enable_general_private_bank_collapsed
  • 人物 john_law 存在。
  • 人物 john_law 属于法国(c:FRA)且存活。

关键效果

  • 选项 A:没收他在法国的所有财产!
    • 历史选项:是
    • 静默处决人物 john_law
    • 增加少量稳定度(stability_weak_bonus)。
    • 增加少量正统性(legitimacy_weak_bonus)。
    • 国库金钱增加 75%。

背景介绍: 此事件模拟了法国在18世纪初经历的“密西西比泡沫”危机及其后续影响。苏格兰经济学家约翰·劳被法国摄政王奥尔良公爵任命为财政总监,他通过创立通用银行和密西西比公司推行激进的金融改革,引发了巨大的投机泡沫。泡沫破裂后,法国经济陷入混乱,政府信用破产,社会动荡。本事件描述了泡沫破裂后,法国王室为平息民愤、恢复秩序而采取的典型措施——将约翰·劳作为替罪羊,没收其财产以安抚贵族并试图挽回部分经济损失。

完整事件代码

flavor_fra.512 = { # Fallout of John Law
	type = country_event
	fire_only_once = yes
 	title = flavor_fra.512.title
 	desc = flavor_fra.512.desc

	dynamic_historical_event = {
		tag = FRA
		from = 1714.1.1
		to = 1736.1.1
		monthly_chance = 75
	}

 	trigger = {
		has_ruler = yes
		has_variable = enable_general_private_bank_collapsed
		exists = character:john_law
		character:john_law ?= {
			owner = c:FRA
			is_alive = yes
		}
 	}

	illustration_tags = {
		10 = angry
		10 = interior
	}	

    immediate = {	
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:john_law ?= {
			save_scope_as = target_character
		}		
		ruler ?= {
            save_scope_as = fra_ruler
        }
	}

 	option = { # Have all his holdings in France confiscated!
		name = flavor_fra.512.a
		historical_option = yes
		kill_character_silently = scope:target_character
		add_stability = stability_weak_bonus
		add_legitimacy = legitimacy_weak_bonus
		change_gold_effect = { scale = 0.75 }
 	}

	after = {
		remove_variable = enable_general_private_bank_collapsed
	}
}