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_lit.36 立陶宛人口迁移

时间范围:1500.1.1 - 1700.1.1,每月 3% 概率触发

触发条件

  • 国家波兰(POL)存在。
  • 立陶宛(LIT)是波兰的附属国,或与波兰处于共主邦联(波兰为联合统治中的主导方)。

关键效果

  • 选项 A (flavor_lit.36.a)
    • 在60个月内,从波兰人口最多的省份向立陶宛人口最少的省份迁移20%的人口。
    • 与波兰互相获得“鼓励移民”观点修正。
  • 选项 B (flavor_lit.36.b)
    • 与波兰互相获得“尊重移民”观点修正。

背景介绍: 在波兰-立陶宛联邦时期,两国间紧密的政治联系促进了人口与文化的交流。此事件模拟了在联邦框架下,人口从波兰核心地区向立陶宛相对欠开发地区迁移的历史现象。这种迁移可能是由经济机会、土地政策或领主鼓励定居所驱动,对两国的社会结构和双边关系产生了深远影响。

完整事件代码

flavor_lit.36 = {
	hide_portraits = yes
	type = country_event
	title = flavor_lit.36.title
	desc = flavor_lit.36.desc

	dynamic_historical_event = {
		tag = LIT
		from = 1500.1.1
		to = 1700.1.1
		monthly_chance = 3
	}

	fire_only_once = yes

	trigger = {
		country_exists = c:POL
		OR = {
			is_subject_of = c:POL
			junior_union_with = {
				target = c:POL
			}
		}
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		c:POL = {
			ordered_owned_location = {
				order_by = population
				max = 1
				save_scope_as = target_location
			}
			save_scope_as = target_country
		}

		ordered_owned_location = {
			order_by = {
				value = population
				multiply = -1
			}
			max = 1
			save_scope_as = target_location2
		}
	}

	option = {
		name = flavor_lit.36.a

		add_migration = {
			amount = 0.2
			from = scope:target_location.province_definition
			owner = scope:target_country
			to = scope:target_location2.province_definition
			months = 60
		}

		add_opinion_mutual_effect = {
			modifier = lit_encouraged_migrants
			target = scope:target_country
		}
	}

	option = {
		name = flavor_lit.36.b

		add_opinion_mutual_effect = {
			modifier = lit_respected_migrants
			target = scope:target_country
		}
	}
}