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.416 1685年殖民地大法令

时间范围

  • 触发窗口:1680年1月1日 - 1726年1月1日
  • 触发概率:每月 10% 概率

触发条件

事件仅在满足以下所有条件时可能发生:

  • 国家拥有统治者。
  • 国家未处于战争状态。
  • 国家拥有变量 enable_sun_king_events
  • 国家拥有殖民特许状。

关键效果

选项 A:必须遏制殖民地的奴隶制行为

  • 历史选项:是
  • 效果:为国家添加名为 fra_ordonnance_of_slavery 的修正,持续25年。
  • AI选择权重:75%

选项 B:在法国实施该政策,但该政策可能难以执行

  • 效果:为国家添加名为 fra_ordonnance_of_slavery_limited 的修正,持续25年。
  • AI选择权重:25%

背景介绍

该事件模拟了法国国王路易十四于1685年颁布的《殖民地大法令》(又称《黑人法典》)。该法令旨在规范法国殖民地的奴隶制度,试图通过法律条文来“人性化”奴隶的待遇,规定了奴隶主的部分责任和奴隶的有限权利。然而,其根本目的是为了巩固奴隶制,确保殖民地经济的稳定,而非废除奴隶制。法令的颁布反映了当时法国王室对殖民地管理的直接干预,以及启蒙时代初期关于人权与殖民经济现实之间的矛盾。

完整事件代码

flavor_fra.416 = { # Grande Ordonnance sur les Colonies of 1685 # Louis attempt to 'humanize' slavery
	type = country_event
	fire_only_once = yes
 	title = flavor_fra.416.title
 	desc = flavor_fra.416.desc

	dynamic_historical_event = {
		tag = FRA
		from = 1680.1.1
		to = 1726.1.1
		monthly_chance = 10
	}

 	trigger = {
		has_ruler = yes
		at_war = no
		has_variable = enable_sun_king_events
		has_colonial_charters = yes
 	}

	illustration_tags = {
		10 = regular
		10 = interior
	}	

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

 	option = { # The practice of slavery in the colonies must be reigned in
		name = flavor_fra.416.a
		historical_option = yes
		add_country_modifier = { modifier = fra_ordonnance_of_slavery years = 25 mode = add }
		ai_chance = {
			factor = 0.75
		}
 	}

 	option = { # Implement the policy in France, but the policy may prove unenforceable
		name = flavor_fra.416.b
		add_country_modifier = { modifier = fra_ordonnance_of_slavery_limited years = 25 mode = add }
		ai_chance = {
			factor = 0.25
		}
 	}
}