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.27] 立陶宛大公国法典编纂

时间范围

1445年1月1日 - 1500年1月1日,每月 3% 概率触发

触发条件

  • 国家为 LIT(立陶宛大公国)
  • 采用政策 statutes_of_lithuania_policy(立陶宛法典政策)

关键效果

选项 A(历史选项):

  • 采用政策 lit_casimir_code_policy(卡齐米尔法典政策)
  • 贵族阶层满意度获得 极大提升estate_satisfaction_extreme_bonus

选项 B

  • 社会价值观 贵族制 vs 财阀制右侧 大幅移动(societal_value_large_move_to_right

背景介绍

15世纪中后期,立陶宛大公国在卡齐米尔四世及其继任者统治期间,开始系统性地编纂和颁布成文法典,旨在统一法律体系、巩固中央权力并规范贵族特权。这一进程标志着立陶宛从习惯法向成文法过渡的关键阶段,对国家的行政管理和阶层关系产生了深远影响。

事件代码

flavor_lit.27 = {
	type = country_event
	title = flavor_lit.27.title
	desc = flavor_lit.27.desc

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

	fire_only_once = yes

	trigger = {
		NOT = {
			has_policy = statutes_of_lithuania_policy
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		unlock_policy_effect = {
			type = lit_casimir_code_policy
		}

		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_lit.27.a

		add_policy = policy:lit_casimir_code_policy

		add_estate_satisfaction = {
			type = estate_type:nobles_estate
			value = estate_satisfaction_extreme_bonus
		}
	}

	option = {
		name = flavor_lit.27.b

		change_societal_value = {
			type = aristocracy_vs_plutocracy
			value = societal_value_large_move_to_right
		}
	}
}