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_brapru.34] 人口定居系统

时间范围

  • 起始日期:1700.1.1
  • 结束日期:1836.1.1
  • 触发概率:每月 1% 概率

触发条件

  • 国家拥有统治者(has_ruler = yes

关键效果

选项 A:flavor_brapru.34.a(历史选项)

  • 解锁政府改革效果:peuplierung_system
  • 改变社会价值观:outward_vs_inward 向左移动(societal_value_move_to_left

选项 B:flavor_brapru.34.b

  • 改变社会价值观:outward_vs_inward 向右移动(societal_value_move_to_right

背景介绍

该事件反映了18世纪至19世纪初,普鲁士王国(PRU)或勃兰登堡(BRA)为促进人口增长和土地开发而推行的人口定居政策(Peuplierung System)。政府通过吸引移民、开垦荒地等措施,旨在增强国家经济与军事潜力,这一政策深刻影响了普鲁士的社会结构与扩张方向。

完整事件代码

flavor_brapru.34 = { #Peuplierung System
	hide_portraits = yes
	type = country_event
	title = flavor_brapru.34.title
	desc = flavor_brapru.34.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = BRA
		tag = PRU
		from = 1700.1.1
		to = 1836.1.1
		monthly_chance = 1
	}

	historical_info = flavor_brapru.34.historical_info

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	trigger = {
		has_ruler = yes
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		ruler = {
			save_scope_as = target_character
		}
		capital = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_brapru.34.a
		historical_option = yes
		unlock_government_reform_effect = { type = peuplierung_system }
		change_societal_value = {
			type = outward_vs_inward
			value = societal_value_move_to_left
		}
	}

	option = {
		name = flavor_brapru.34.b
		change_societal_value = {
			type = outward_vs_inward
			value = societal_value_move_to_right
		}
	}
}