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_eng.241] 戈登暴动

时间范围

1765.1.1 - 1800.1.1 每月触发概率:1%

触发条件

  • 国家宗教 不是 天主教。
  • 伦敦地区 (location:london) 为国家所有,且该地区省份的天主教人口比例 不低于 20%
  • 满足以下任一条件:
    1. 内阁中有任何一位人物是天主教徒。
    2. 大不列颠地区 (region:great_britain_region) 内,有超过3个非首都省份为国家所有,且这些省份的天主教人口比例 不低于 5%

关键效果

选项 A:镇压暴动 (历史选项)

  • 声望:轻微损失。
  • 伦敦地区
    • 繁荣度:轻微下降。
    • 所有非天主教人口:
      • 人口规模减少 5%
      • 人口效忠对象转向 protestant_association 叛军。
  • 国家修正:获得名为 eng_gordon_riots 的修正,持续 10年(效果可叠加延长)。
  • 显示自定义提示 flavor_eng.241.tt1flavor_eng.241.tt2

选项 B:安抚天主教徒

  • 政府权力:轻微损失。
  • 伦敦地区
    • 繁荣度:严重下降。
    • 所有天主教人口:
      • 人口规模减少 10%
      • 人口满意度:极大下降。
  • 国际关系:所有以天主教为主导宗教、且首都位于西欧或东欧的国家,对本国产生负面看法 (opressing_catholic_population)。
  • 显示自定义提示 flavor_eng.241.tt4

背景介绍

该事件模拟了18世纪下半叶英国,特别是伦敦地区,因天主教徒权利问题引发的社会紧张局势。历史上,1778年通过的《天主教救济法案》旨在放宽对天主教徒的部分限制,却引发了新教徒的强烈不满,最终在1780年演变为由新教徒领袖乔治·戈登勋爵煽动的“戈登暴动”。暴动对伦敦造成了严重破坏,并迫使政府重新审视宗教宽容政策。本事件反映了当时英国国内新教徒与天主教徒之间的深刻矛盾,以及政府在处理宗教少数群体权利时所面临的两难困境。

完整事件代码

flavor_eng.241 = {
	hide_portraits = yes
	type = country_event

	fire_only_once = yes

	title = flavor_eng.241.title
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					region:great_britain_region = {
						any_location_in_region = {
							count > 3
							owner ?= root
							is_capital = no
							province ?= {
								religion_percentage = {
									religion = religion:catholic
									value >= 0.05
								}
							}
						}
					}
				}
				desc = flavor_eng.241.desc_catholic_army
			}
			triggered_desc = {
				trigger = { always = yes }
				desc = flavor_eng.241.desc
			}
		}
	}

	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1765.1.1
		to = 1800.1.1
		monthly_chance = 1
	}

	trigger = {

		NOT = { religion = religion:catholic }

		location:london = {
			owner = root
			province ?= {
				religion_percentage = {
					religion = religion:catholic
					value >= 0.2
				}
			}
		}

		OR = {

			any_cabinet_character = {
				religion = religion:catholic
			}

			region:great_britain_region = {
				any_location_in_region = {
					count > 3
					owner ?= root
					is_capital = no
					province ?= {
						religion_percentage = {
							religion = religion:catholic
							value >= 0.05
						}
					}
				}
			}

		}

	}
	
	illustration_tags = {
		10 = armed
		10 = exterior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:peasants_estate }
		create_rebel = {
			category = estate
			estate = peasants_estate
			name = protestant_association
			save_scope_as = protestant_association
		}

		root = { save_scope_as = target_root_country }

		location:london = {
			save_scope_as = target_location
		}

	}

	option = {
		name = flavor_eng.241.a
		historical_option = yes

		add_prestige = prestige_mild_penalty

		location:london = {
			change_prosperity = prosperity_weak_penalty
			every_pop = {
				limit = {
					owner = root
					NOT = { religion = religion:catholic }
				}
				add_pop_size = {
					value = pop_size
					multiply = -0.05
				}
				change_pop_allegiance = scope:protestant_association
			}
		}

		add_country_modifier = {
			modifier = eng_gordon_riots
			years = 10
			mode = add_and_extend
		}

		custom_tooltip = flavor_eng.241.tt1
		custom_tooltip = flavor_eng.241.tt2

	}

	option = {
		name = flavor_eng.241.b

		add_government_power = government_power_mild_penalty

		location:london = {
			change_prosperity = prosperity_severe_penalty
			every_pop = {
				limit = {
					owner = root
					religion = religion:catholic
				}
				add_pop_size = {
					value = pop_size
					multiply = -0.1
				}
				add_pop_satisfaction = pop_satisfaction_ultimate_penalty
			}
		}

		custom_tooltip = {
			text = flavor_eng.241.b.custom
			every_country = {
				limit = {
					dominant_religion = religion:catholic
					OR = {
						capital = { sub_continent = sub_continent:western_europe }
						capital = { sub_continent = sub_continent:eastern_europe }
					}
				}
				add_opinion = {
					target = root
					modifier = opressing_catholic_population
				}
			}
		}

		custom_tooltip = flavor_eng.241.tt4

	}

	historical_info = flavor_eng.241.historical_info

}