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_swe.15] 瑞典最高法院建立

时间范围

1610.1.1 - 1630.1.1,每月 2% 概率触发

触发条件

  • 首都拥有建筑:supreme_court(最高法院)

关键效果

选项: flavor_swe.15.a

  • 增加少量稳定度
  • 增加少量研究进度
  • 解锁并添加政策:court_of_appeals(上诉法院)

背景介绍

此事件描绘了瑞典在17世纪早期建立最高法院的历史进程。作为强化中央集权和司法体系的重要举措,最高法院的设立标志着瑞典法律制度的规范化与国家治理能力的提升。该事件反映了古斯塔夫二世·阿道夫统治时期(1611-1632年)瑞典在行政与司法改革方面的努力,为后续的军事扩张与大国地位奠定了基础。

完整事件代码

flavor_swe.15 = {
	type = country_event
	title = flavor_swe.15.title
	desc = flavor_swe.15.desc
	historical_info = flavor_swe.15.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1610.1.1
		to = 1630.1.1
		monthly_chance = 2
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	
	trigger = {
		capital = {
			has_building = building_type:supreme_court
		}
	}

	option = {
		name = flavor_swe.15.a
		add_stability = stability_mild_bonus
		add_research_progress = research_progress_mild_bonus
		
		unlock_policy_effect = { type = court_of_appeals }
		add_policy = policy:court_of_appeals
	}
}