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_fra.1020 罗马法

时间范围:1300.1.1 - 1400.1.1,每月 1% 概率触发

触发条件

  • 仅限国家 FRA(法兰西)。
  • 该事件为动态历史事件,仅能触发一次。

关键效果

  • 选项 A:让我们慢慢来!
    • 历史选项:是
    • 效果:增加 nobles_estate(贵族阶层)的阶层满意度 estate_satisfaction_weak_bonus
  • 选项 B:进一步推动中央集权,不惜激怒贵族
    • 效果:增加政府权力 government_power_mild_bonus,同时使 burghers_estate(市民阶层)的阶层满意度遭受 estate_satisfaction_extreme_penalty 的惩罚。

背景介绍: 在14世纪,法兰西王国面临着法律体系改革的关键抉择。罗马法的复兴与重新引入,为加强王权与中央集权提供了法理基础,但这一过程势必触及传统封建贵族与地方领主的特权与利益。国王需要在巩固自身权威与维持国内主要政治力量稳定之间做出权衡。

完整事件代码

flavor_fra.1020 = { # Roman Law
	type = country_event

	title = flavor_fra.1020.t
	desc = flavor_fra.1020.desc

	historical_info = flavor_fra.1020.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = FRA
		from = 1300.1.1
		to = 1400.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}	
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = { # Let's take it slow!!
		name = flavor_fra.1020.a
		historical_option = yes

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

	option = { # Push for further centralization, at the cost of angering nobles
		name = flavor_fra.1020.b

		add_government_power = government_power_mild_bonus
		add_estate_satisfaction = { type = estate_type:burghers_estate
			value = estate_satisfaction_extreme_penalty
		}
	}
}