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_hol.30 阿姆斯特丹的犹太社区

时间范围:1520.1.1 - 1650.1.1(每月 1% 概率)

触发条件

  • 国家为荷兰(HOL)且尼德兰(NED)不存在。
  • 国家社会价值观中,灵性主义 vs 人文主义的数值大于等于35。
  • 国家拥有阿姆斯特丹地区。
  • 阿姆斯特丹地区存在人口超过7500信仰为犹太教的社群。

关键效果

  • 选项 A
    • 国家社会价值观 灵性主义 vs 人文主义 向“右”(人文主义方向)移动。
    • 阿姆斯特丹地区获得温和的开发度加成
    • 阿姆斯特丹地区所有由本国控制且信仰犹太教的社群获得极大的满意度加成

背景介绍: 在16至17世纪,阿姆斯特丹逐渐成为欧洲重要的贸易和文化中心。这一时期,许多因宗教迫害而逃离伊比利亚半岛和欧洲其他地区的塞法迪犹太人来到相对宽容的荷兰共和国寻求庇护。他们在阿姆斯特丹定居,建立了繁荣的社区,为城市的商业、金融和文化生活做出了显著贡献。此事件反映了荷兰当局在面对这一重要移民群体时的政策选择,以及其对国家社会价值观和城市发展的潜在影响。

完整事件代码

flavor_hol.30 = {
	hide_portraits = yes
	type = country_event

	title = flavor_hol.30.title
	desc = flavor_hol.30.desc

	dynamic_historical_event = {
		tag = NED
		tag = HOL
		from = 1520.1.1
		to = 1650.1.1
		monthly_chance = 1
	}

	trigger = {
		trigger_if = {
			limit = { this = c:HOL }
			NOT = { country_exists = c:NED }
		}
		societal_value:spiritualist_vs_humanist >= 35
		owns = location:amsterdam
		location:amsterdam = {
			any_pop = {
				count > 7500
				religion = religion:judaism
			}
		}
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	fire_only_once = yes

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }

		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		location:amsterdam = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_hol.30.a

		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_right
		}

		location:amsterdam = {
			change_development = development_mild_bonus
			every_pop = {
				limit = {
					owner = root
					religion = religion:judaism
				}
				add_pop_satisfaction = pop_satisfaction_extreme_bonus
			}
		}
	}
}