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_nap.118 克罗地亚人逃亡

时间范围

1337.1.1 - 1550.1.1,每月有 10% 的概率触发。

触发条件

  • 存在任意一个 宗教属于穆斯林组 的国家。
  • 在该穆斯林国家中,克罗地亚文化的人口占比大于 0
  • 国家 NAP 完全拥有省份 特利文托(对应省份定义 molise_province)。

关键效果

选项 A:flavor_nap.118.a (历史选项)

  • 在触发事件时确定的那个穆斯林国家(即克罗地亚文化人口占比最高的穆斯林国家)中,对每一个 克罗地亚文化人口占比大于 0 的省份执行以下操作:
    • 触发一次人口迁移。
    • 迁移来源:该省份。
    • 迁移目标:省份 molise_province
    • 迁移人口:克罗地亚文化、天主教信仰的 农民
    • 迁移规模:人口基数的 20%
    • 迁移时长12 个月。

选项 B:flavor_nap.118.b

  • 国家 NAP 获得一个针对 PAP 的负面外交态度修正:opinion_mildly_displeased

背景介绍

在14至16世纪,随着奥斯曼帝国等穆斯林势力在巴尔干地区的扩张,大量克罗地亚天主教徒为躲避战乱和宗教压迫,开始向亚平宁半岛迁徙。其中,位于意大利南部的莫利塞地区成为了一个重要的避难所。这一事件模拟了克罗地亚难民从穆斯林统治区向由那不勒斯王国控制的莫利塞地区迁移的历史进程,该迁移深刻地影响了当地的人口结构和文化面貌。

完整事件代码

flavor_nap.118 = { #Croatians flee
	type = country_event

	title = flavor_nap.118.title
	desc = flavor_nap.118.desc

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	fire_only_once = yes
	dynamic_historical_event = {
		tag = NAP
		tag = TWS
		from = 1337.1.1
		to = 1550.1.1
		monthly_chance = 10
	}

	trigger = {
		any_country = {
			religion.group = religion_group:muslim
			"culture_percentage_in_country(culture:croatian)" > 0
		}
		c:NAP = {
			own_entire_province = location:trivento.province_definition #molise_province
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		ordered_country = {
			limit = {
				religion.group = religion_group:muslim
				"culture_percentage_in_country(culture:croatian)" > 0
			}
			order_by = "culture_percentage_in_country(culture:croatian)"
			max = 1


			save_scope_as = muslim_country
		}
	}


	option = {
		name = flavor_nap.118.a
		historical_option = yes
		scope:muslim_country = {
			every_province = {
				limit = {
					culture_percentage = {
						culture = culture:croatian
						value > 0
					}
				}
				add_migration = {
					owner = prev
					from = province_definition
					to = province_definition:molise_province
					culture = culture:croatian
					religion = religion:catholic

					type = pop_type:peasants
					amount = 0.200
					months = 12
				}
			}
		}
	}

	option = {
		name = flavor_nap.118.b

		add_opinion = { target = c:PAP modifier = opinion_mildly_displeased }

	}
}