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.4 波城的新教徒不满

(事件ID对应文件:temp/FRA/flavor_fra.4.txt)

时间范围

  • 发生时段:1620.1.1 - 1650.1.1
  • 触发概率:每月 10% 概率

触发条件

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

  1. 人物 枢机主教黎塞留 存活。
  2. 国家 完全控制 bearn_bigorre_province(贝阿恩-比戈尔省)的全部地区。
  3. tarbes(塔布)省份,路德宗人口比例 超过 10%

关键效果

选项: flavor_fra.4.a

  • 历史选项:是(historical_option = yes
  • 核心效果
    • 在玩家控制的 bearn_bigorre_province 省份内,所有 路德宗 人口将获得 “民众满意度终极惩罚” 修正。
    • 此操作可能导致该地区发生更多叛乱。

背景介绍

该事件反映了17世纪上半叶法国在宗教统一进程中的内部张力。波城所在的贝阿恩-比戈尔地区历史上深受加尔文主义影响,拥有大量新教徒(胡格诺派)社区。在枢机主教黎塞留担任路易十三首席大臣期间,法国中央政府致力于强化王权并推行天主教为国教,这不可避免地与地方新教势力产生冲突。该事件模拟了当中央政府(由黎塞留代表)试图在一个新教徒人口仍占显著比例的地区强化控制时,所引发的民众不满与潜在动荡。

完整事件代码

flavor_fra.4 = { # Protestant Dissatisfaction in Pau
	type = country_event
	title = flavor_fra.4.title
	desc = flavor_fra.4.desc
	historical_info = flavor_fra.4.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = FRA
		from = 1620.1.1
		to = 1650.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		character:cardinal_richelieu ?= {
			save_scope_as = target_character
		}
	}


	trigger = {
		character:cardinal_richelieu ?= {
			is_alive = yes
		}
		own_entire_province = province_definition:bearn_bigorre_province
		location:tarbes.province = {
			religion_percentage = {
				religion = religion:lutheran
				value > 0.1
			}
		}
	}

	option = {
		name = flavor_fra.4.a
		custom_tooltip = richelieu_may_cause_more_revolts
		every_owned_location = {
			limit = {
				province_definition = province_definition:bearn_bigorre_province
			}
			every_pop = {
				limit = {
					owner = root
					religion = religion:lutheran
				}
				add_pop_satisfaction = pop_satisfaction_ultimate_penalty
			}
		}
	}
}