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.1200 普鲁士的法律改革与萨穆埃尔·冯·科采伊

时间范围: 1720.1.1 - 1740.1.1 触发概率: 每月 4% 概率

触发条件:

  • 拥有柏林地区。

关键效果:

  • 选项 A:
    • 获得少量政府权力惩罚。
    • 获得国家修正项 reform_of_law,持续 5 年(叠加并延长)。
    • 在 5 年后静默触发事件 flavor_brapru.1201
  • 选项 B:
    • 获得大量政府权力加成。
    • 在 20 年后静默触发事件 flavor_brapru.1201

背景介绍: 此事件模拟了18世纪上半叶普鲁士王国在腓特烈·威廉一世和腓特烈二世统治时期进行的法律改革。萨穆埃尔·冯·科采伊作为杰出的法学家,被引入宫廷,致力于编纂和统一普鲁士的法律体系,旨在提高行政效率、加强中央集权并减少贵族特权的影响,为普鲁士的现代化和国家崛起奠定了重要的法律基础。

完整事件代码:

flavor_brapru.1200 = { #Samuel von Cocceji and the Legal Reforms of Prussia
	type = country_event
	title = flavor_brapru.1200.title
	desc = flavor_brapru.1200.desc
	image = "gfx/interface/illustrations/institutions/legalism.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BRA
		tag = PRU
		from = 1720.1.1
		to = 1740.1.1
		monthly_chance = 4
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_samuel
			last_name = von_cocceji
			birth_date = 1679.10.20
			birth_location = location:heidelberg
			adm = 94
			dip = 65
			mil = 32
			estate = estate_type:nobles_estate
			script = brapru_cocceji_script
			save_scope_as = target_character
		}
	}

	trigger = {
		owns = location:berlin
	}

	option = {
		name = flavor_brapru.1200.a
		add_government_power = government_power_mild_penalty
		add_country_modifier = { modifier = reform_of_law years = 5 mode = add_and_extend }
		trigger_event_silently = {
			id = flavor_brapru.1201
			years = 5
		 }
	}

	option = {
		name = flavor_brapru.1200.b
		add_government_power = government_power_severe_bonus
		trigger_event_silently = {
			id = flavor_brapru.1201
			years = 20
		 }
	}
}