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.186 清教徒移民潮

时间范围

1620.1.1 - 1640.1.1,每月 5% 概率触发

触发条件

  • 国家标签为 ENG(英格兰)或 GBR(大不列颠)。
  • east_coast_region(东海岸地区)拥有或控制至少4个沿海地点。
  • 国家主流宗教 不是 加尔文宗。
  • 国内加尔文宗人口比例超过 10%。
  • great_britain_region(大不列颠地区)拥有并控制至少11个地点,且其中存在 满意度低于或等于25% 的加尔文宗人口。

关键效果

选项A:允许清教徒移民(历史选项)

  • 触发一系列人口迁移,持续240个月(20年),将大不列颠地区内不满的加尔文宗人口迁往以下目标地区(每个迁移量为0.5):
    • 北美东海岸的一个随机沿海地点。
    • (若存在)加勒比地区的一个随机沿海地点。
    • (若存在)爱尔兰地区的一个随机地点。
    • (若存在)荷兰地区的一个随机有加尔文宗人口的地点。
  • 显示相应的自定义提示文本。

选项B:阻止清教徒移民

  • 社会价值观向 灵性主义 方向移动。
  • 教士阶层 满意度遭受极端惩罚。
  • 国家威望遭受严重惩罚。

背景介绍

该事件模拟了17世纪早期英格兰清教徒(加尔文宗信徒)因宗教压迫和社会不满而掀起的大规模移民潮。当时,英格兰国教(非加尔文宗)占据主导地位,对清教徒的宗教实践施加限制,导致许多清教徒社群满意度低下。这一历史进程最终促使大量清教徒迁徙至北美(尤其是新英格兰)、加勒比海地区、爱尔兰乃至欧洲大陆(如荷兰),寻求宗教自由和新的生活,对上述地区的殖民开发和文化构成产生了深远影响。

完整事件代码

flavor_eng.186 = {
	type = country_event

	title = flavor_eng.186.title
	desc = flavor_eng.186.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1620.1.1
		to = 1640.1.1
		monthly_chance = 5
	}

	trigger = {

		region:east_coast_region = {
			any_location_in_region = {
				count > 3
				is_coastal = yes
				controller ?= owner
				OR = {
					owner ?= { is_subject_of = root }
					owner ?= root
				}
			}
		}

		NOT = { dominant_religion = religion:calvinist }

		"religion_percentage_in_country(religion:calvinist)" > 0.1

		region:great_britain_region = {
			any_location_in_region = {
				count > 10
				owner ?= root
				controller = root
				any_pop = {
					religion = religion:calvinist
					pop_satisfaction <= 0.25
				}
			}
		}

	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		region:east_coast_region = {
			random_location_in_region ?= {
				limit = {
					is_coastal = yes
					OR = {
						owner ?= { is_subject_of = root }
						owner ?= root
					}
				}
				save_scope_as = target_location_north_america
			}
		}

		region:caribbean_region = {
			random_location_in_region ?= {
				limit = {
					is_coastal = yes
					OR = {
						owner ?= { is_subject_of = root }
						owner ?= root
					}
				}
				save_scope_as = target_location_caribbean
				root = { set_variable = { name = target_location_caribbean value = 1 } }
			}
		}

		region:ireland_region = {
			random_location_in_region ?= {
				limit = {
					OR = {
						owner ?= { is_subject_of = root }
						NOT = { owner ?= root }
					}
				}
				save_scope_as = target_location_ireland
				root = { set_variable = { name = target_location_ireland value = 1 } }
			}
		}

		area:holland_area = {
			random_location_in_area ?= {
				limit = {
					NOT = {
						OR = {
							owner ?= { is_subject_of = root }
							owner ?= root
						}
					}
					any_pop = {
						religion = religion:calvinist
					}
				}
				save_scope_as = target_location_holland
				root = { set_variable = { name = target_location_holland value = 1 } }
			}
		}

		root = { save_scope_as = target_root_country }

	}

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

			custom_tooltip = {
			text = flavor_eng.186.a.custom
			region:great_britain_region = {
				every_location_in_region = {
					limit = {
						owner ?= root
						any_pop = {
							religion = religion:calvinist
							pop_satisfaction <= 0.25
						}
					}
					scope:target_location_caribbean.province_definition ?= {
						add_migration = {
							owner = root
							from = prev.province_definition
							to = this
							religion = religion:calvinist
							amount = 0.5
							months = 240
						}
					}
					scope:target_location_north_america.province_definition ?= {
						add_migration = {
							owner = root
							from = scope:emigration_province.province_definition
							to = this
							religion = religion:calvinist
							amount = 0.5
							months = 240
						}
					}
					scope:target_location_ireland.province_definition ?= {
						add_migration = {
							owner = root
							from = scope:emigration_province.province_definition
							to = this
							religion = religion:calvinist
							amount = 0.5
							months = 240
						}
					}
					scope:target_location_holland.province_definition ?= {
						add_migration = {
							owner = root
							from = scope:emigration_province.province_definition
							to = this
							religion = religion:calvinist
							amount = 0.5
							months = 240
						}
					}
				}
			}
		}

		custom_tooltip = flavor_eng.186.tt1

		if = {
			limit = {
				has_variable = target_location_caribbean
			}
			custom_tooltip = flavor_eng.186.tt2
		}

		if = {
			limit = {
				has_variable = target_location_holland
			}
			custom_tooltip = flavor_eng.186.tt3
		}

		if = {
			limit = {
				has_variable = target_location_ireland
			}
			custom_tooltip = flavor_eng.186.tt4
		}

	}

	option = {
	name = flavor_eng.186.b


		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_right
		}

		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_extreme_penalty
		}

		add_prestige = prestige_severe_penalty

	}

	historical_info = flavor_eng.186.historical_info

}