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.424] 南特敕令撤销的谴责

时间范围

  • 起始日期:1670年1月1日
  • 结束日期:1726年1月1日
  • 触发概率:每月 10% 概率

触发条件

  • 国家拥有统治者。
  • 国家未处于战争状态。
  • 国家拥有变量 enable_sun_king_events
  • 国家拥有变量 nantes_revoked_by_sun_king

关键效果

选项:我们将从中恢复

  • 历史选项:是
  • 为国家添加名为 fra_fallout_from_end_of_nantes 的修正,持续15年。

背景介绍

该事件反映了1685年路易十四废除《南特敕令》后,法国国内及国际社会对胡格诺派新教徒迫害的谴责。这一政策导致大量技术工匠和商人流亡,削弱了法国的经济与人才基础,引发了长期的社会与政治动荡。

完整事件代码

flavor_fra.424 = { # Revocation of Nantes condemed
	type = country_event
	fire_only_once = yes
 	title = flavor_fra.424.title
 	desc = flavor_fra.424.desc

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

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

	illustration_tags = {
		10 = angry
		10 = interior
	}	

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

 	option = { # We will recover from this
		name = flavor_fra.424.a
		historical_option = yes
		add_country_modifier = {
			modifier = fra_fallout_from_end_of_nantes
			years = 15
			mode = add
		}
 	}
}