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.144 阿尔斯特种植园

时间范围:1606.1.1 - 1656.1.1 (每月 5% 概率)

触发条件

  • 阿尔斯特地区 (area:ulster_area) 内,至少有一个地点满足:
    • 主流文化属于爱尔兰文化组 (culture_group:hibernian_group)。
    • 该地点的所有者是事件触发国 (root) 或其附庸。
    • 该地点的主流宗教与事件触发国 (root) 的宗教不同。
  • 事件触发国 (root) 的宗教不是天主教 (religion:catholic)。
  • 大不列颠地区 (region:great_britain_region) 内,至少有一个地点满足:
    • 所有者为事件触发国 (root)。
    • 拥有贵族阶层人口 (num_pop_type:nobles > 0)。

关键效果

选项 A (历史选项)

  • 文化 culture:anglo_irish 获得 cultural_influence_severe_bonus 文化影响力修正。
  • 效果1:在阿尔斯特地区 (area:ulster_area) 内,所有满足以下条件的省份:
    • 省份内存在地点,其主流文化属于爱尔兰文化组 (culture_group:hibernian_group)。
    • 该地点的所有者是事件触发国 (root) 或其附庸。
    • 该地点的主流宗教与事件触发国 (root) 的宗教不同。
    • 将发生以下人口迁移(持续24个月):
      • emigration_province_1 迁移 0.25 的农民人口 (pop_type:peasants) 至该省份。
      • emigration_province_1 迁移 0.01 的贵族人口 (pop_type:nobles) 至该省份。
      • emigration_province_2 迁移 0.25 的农民人口 (pop_type:peasants) 至该省份。
      • emigration_province_2 迁移 0.01 的贵族人口 (pop_type:nobles) 至该省份。
    • 省份内所有地点中,所有不属于事件触发国 (root) 宗教且不是 culture:anglo_irish 文化的人口,将有 15% 分裂并转变为 culture:anglo_irish 文化和事件触发国 (root) 的宗教。
  • 效果2:在阿尔斯特地区 (area:ulster_area) 内,所有属于事件触发国 (root) 或其附庸的地点中,所有属于事件触发国 (root) 且文化为 culture:irish 的人口,获得 pop_satisfaction_ultimate_penalty 人口满意度修正。

选项 B

  • 文化 culture:anglo_irish 获得 cultural_influence_severe_penalty 文化影响力修正。
  • 在阿尔斯特地区 (area:ulster_area) 内,所有属于事件触发国 (root) 或其附庸的地点中,所有属于事件触发国 (root) 且文化为 culture:irish 的人口,获得 pop_satisfaction_mild_bonus 人口满意度修正。

背景介绍: 该事件模拟了历史上著名的“阿尔斯特种植园”计划。在17世纪初,英格兰(及后来的大不列颠)政府为了巩固对爱尔兰北部阿尔斯特地区的控制,推行了一项大规模的人口迁移与殖民政策。该计划鼓励来自苏格兰和英格兰的新教徒移民到阿尔斯特,取代或同化当地的爱尔兰天主教徒,旨在改变该地区的人口结构、文化和宗教格局,以加强英格兰的统治并削弱当地的反抗力量。事件中的选项反映了推行此殖民政策(历史选项)或采取更温和、安抚当地爱尔兰人态度的不同策略。

代码块

flavor_eng.144 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.144.title
	desc = flavor_eng.144.desc

	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1606.1.1
		to = 1656.1.1
		monthly_chance = 5
	}

	trigger = {

		area:ulster_area = {
			any_location_in_area = {
				dominant_culture ?= { has_culture_group = culture_group:hibernian_group }
				OR = {
					owner ?= root
					owner ?= { is_subject_of = root }
				}
				NOT = { dominant_religion = root.religion }
			}
		}

		NOT = { religion = religion:catholic }

		region:great_britain_region = {
			any_location_in_region = { owner ?= root num_pop_type:nobles > 0 }
		}

	}
	
	illustration_tags = {
		10 = armed
		10 = exterior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		root = { save_scope_as = target_root_country }

		if = {
			limit = {
				province_definition:northumberland_province = {
					any_location_in_province_definition = {
						num_pop_type:nobles > 0
						OR = {
							owner ?= root
							owner ?= { is_subject_of = root }
						}
					}
				}
			}
			province_definition:northumberland_province = {
				random_location_in_province_definition = {
					save_scope_as = emigration_province_1
				}
			}
		}
		else = {
			random_province = {
				limit = {
					region = region:great_britain_region
					any_location_in_province = { num_pop_type:nobles > 0 }
				}
				save_scope_as = emigration_province_1
			}
		}

		if = {
			limit = {
				province_definition:lothian_province = {
					any_location_in_province_definition = {
						num_pop_type:nobles > 0
						OR = {
							owner ?= root
							owner ?= { is_subject_of = root }
						}
					}
				}
			}
			province_definition:lothian_province = {
				random_location_in_province_definition = {
					save_scope_as = emigration_province_2
				}
			}
		}
		else = {
			random_province = {
				limit = {
					region = region:great_britain_region
					any_location_in_province = { num_pop_type:nobles > 0 }
				}
				save_scope_as = emigration_province_2
			}
		}

		capital = { save_scope_as = target_location }

		root = { save_scope_as = target_root_country }

	}

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

		culture:anglo_irish = { add_cultural_influence = cultural_influence_severe_bonus }

		custom_tooltip = {
			text = flavor_eng.144.a.custom1
			area:ulster_area = {
				every_province_in_area = {
					limit = {
						any_location_in_province = {
							dominant_culture = { has_culture_group = culture_group:hibernian_group }
							OR = {
								owner ?= root
								owner ?= { is_subject_of = root }
							}
							NOT = { dominant_religion = root.religion }
						}
					}
					add_migration = {
						owner = root
						from = scope:emigration_province_1.province_definition
						to = this.province_definition
						religion = root.religion
						type = pop_type:peasants
						amount = 0.25
						months = 24
					}
					add_migration = {
						owner = root
						from = scope:emigration_province_1.province_definition
						to = this.province_definition
						religion = root.religion
						type = pop_type:nobles
						amount = 0.01
						months = 24
					}
					add_migration = {
						owner = root
						from = scope:emigration_province_2.province_definition
						to = this.province_definition
						religion = root.religion
						type = pop_type: