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_cas.1001 阿尔罕布拉法令

时间范围:1440.1.1 - 1520.1.1,每月 5% 概率触发

触发条件

  • 国家拥有统治者。
  • 国家宗教为天主教。
  • 国家拥有变量 spa_holy_inquisition
  • 国家完全拥有格拉纳达地区。
  • 国家完全拥有安达卢西亚地区。

关键效果

  • 选项 A (历史选项)
    • 增加教士阶层满意度(estate_satisfaction_mild_bonus)。
    • 塞法迪文化对本国主流文化的文化观感 -1。
    • 隐藏效果:
      • 所有本国省份中,10% 的犹太教人口改信天主教。
      • 所有拥有塞法迪文化人口的省份,将发生塞法迪文化人口向预设的5个逊尼派沿海省份的移民(每个目标省份接收40%的移民人口,持续60个月)。
  • 选项 B
    • 减少教士阶层满意度(estate_satisfaction_severe_penalty)。
    • 减少国家稳定度(stability_severe_penalty)。
    • 隐藏效果:
      • 所有本国省份中,塞法迪文化人口获得大量满意度加成(pop_satisfaction_severe_bonus)。

背景介绍: 阿尔罕布拉法令,又称驱逐法令,由西班牙天主教双王费迪南二世和伊莎贝拉一世于1492年颁布。该法令要求所有西班牙境内的犹太教徒必须在改信天主教与遭驱逐之间做出选择,导致大量塞法迪犹太人被迫离开西班牙,流散至北非、奥斯曼帝国等地。这是西班牙宗教统一和“收复失地运动”的最终步骤之一,对西班牙社会、经济和文化产生了深远影响。

完整事件代码

flavor_cas.1001 = { #Alhambra Decree
	hide_portraits = yes
	type = country_event
	title = flavor_cas.1001.title
	desc = flavor_cas.1001.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1440.1.1
		to = 1520.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
		if = {
			limit = {
				location:constantinople = {
					owner = {
						religion = religion:sunni
					}
				}
			}
			location:constantinople = {
				save_scope_as = escape_target1
			}
		}
		else = {
			region:maghreb_region = {
				random_location_in_region = {
					limit = {
						has_owner = yes
						owner != root
						dominant_religion ?= religion:sunni
						is_coastal = yes
						is_discovered_by = root
					}
					save_scope_as = escape_target1
				}
			}
		}
		if = {
			limit = {
				location:thessaloniki = {
					owner = {
						religion = religion:sunni
					}
				}
			}
			location:thessaloniki = {
				save_scope_as = escape_target2
			}
		}
		else = {
			region:maghreb_region = {
				random_location_in_region = {
					limit = {
						has_owner = yes
						owner != root
						dominant_religion ?= religion:sunni
						is_coastal = yes
						is_discovered_by = root
					}
					save_scope_as = escape_target2
				}
			}
		}
		region:maghreb_region = {
			random_location_in_region = {
				limit = {
					has_owner = yes
					owner != root
					dominant_religion ?= religion:sunni
					is_coastal = yes
					is_discovered_by = root
				}
				save_scope_as = escape_target3
			}
		}
		region:maghreb_region = {
			random_location_in_region = {
				limit = {
					has_owner = yes
					owner != root
					dominant_religion ?= religion:sunni
					is_coastal = yes
					is_discovered_by = root
				}
				save_scope_as = escape_target4
			}
		}
		if = {
			limit = {
				location:smyrna = {
					owner = {
						religion = religion:sunni
					}
				}
			}
			location:smyrna = {
				save_scope_as = escape_target5
			}
		}
		else = {
			region:maghreb_region = {
				random_location_in_region = {
					limit = {
						has_owner = yes
						owner != root
						dominant_religion ?= religion:sunni
						is_coastal = yes
						is_discovered_by = root
					}
					save_scope_as = escape_target5
				}
			}
		}
	}

	trigger = {
		has_ruler = yes
		religion = religion:catholic
		has_variable = spa_holy_inquisition
		own_entire_area = area:granada_area
		own_entire_area = area:andalusia_area
	}

	option = {
		name = flavor_cas.1001.a
		historical_option = yes

		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
		culture:sephardi = {
			change_cultural_view = {
				target = root.culture
				change = -1
			}
		}
		custom_tooltip = flavor_cas.1001.tt1
		hidden_effect = {
			every_owned_location = {
				every_pop = {
					limit = {
						religion = religion:judaism
					}
					split_pop = {
						fraction = 0.1
						religion = religion:catholic
					}
				}
			}
			every_province = {
				limit = {
					culture_percentage = {
						culture = culture:sephardi
						value > 0
					}
				}
				add_migration = {
					owner = prev
					from = this.province_definition
					to = scope:escape_target1.province_definition
					culture = culture:sephardi
					amount = 0.400
					months = 60
				}
				add_migration = {
					owner = prev
					from = this.province_definition
					to = scope:escape_target2.province_definition
					culture = culture:sephardi
					amount = 0.400
					months = 60
				}
				add_migration = {
					owner = prev
					from = this.province_definition
					to = scope:escape_target3.province_definition
					culture = culture:sephardi
					amount = 0.400
					months = 60
				}
				add_migration = {
					owner = prev
					from = this.province_definition
					to = scope:escape_target4.province_definition
					culture = culture:sephardi
					amount = 0.400
					months = 60
				}
				add_migration = {
					owner = prev
					from = this.province_definition
					to = scope:escape_target5.province_definition
					culture = culture:sephardi
					amount = 0.400
					months = 60
				}
			}
		}
	}

	option = {
		name = flavor_cas.1001.b

		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_penalty }
		add_stability = stability_severe_penalty
		custom_tooltip = flavor_cas.1001.tt2
		hidden_effect = {
			every_owned_location = {
				every_pop = {
					limit = {
						owner = root
						culture = culture:sephardi
					}
					add_pop