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_cas.23 卡斯蒂利亚旧法典

时间范围:1337.1.1 - 1400.1.1(每月 1% 概率触发)

触发条件

  • 国家政府类型为君主制。
  • 贵族阶层势力超过 50%。

关键效果

  • 选项 A(历史选项)
    • 解锁特权:cas_fuero_viejo
    • 社会价值观向“传统主义”方向大幅移动。
    • 贵族阶层满意度小幅提升。
  • 选项 B
    • 社会价值观向“创新”方向大幅移动。
    • 贵族阶层满意度小幅降低。

背景介绍: 此事件模拟了中世纪晚期卡斯蒂利亚王国颁布《旧法典》(Fuero Viejo de Castilla)的历史时刻。该法典旨在确认和巩固贵族的传统特权与法律地位,是王权与贵族阶层之间权力关系的重要体现。选择承认法典将强化贵族的传统权力,而拒绝则可能推动王国走向更集权或创新的治理模式。

完整事件代码

flavor_cas.23 = { #Fuero Viejo de Castilla
	type = country_event
	title = flavor_cas.23.title
	desc = flavor_cas.23.desc

	fire_only_once = yes

	historical_info = flavor_cas.23.historical_info

	dynamic_historical_event = {
		tag = CAS
		from = 1337.1.1
		to = 1400.1.1
		monthly_chance = 1
	}

	trigger = {
		government_type = government_type:monarchy
		"estate_power(estate_type:nobles_estate)" > 0.5
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_cas.23.a
		historical_option = yes
		unlock_estate_privilege_effect = { type = cas_fuero_viejo }
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_large_move_to_right }
		add_estate_satisfaction = { type = estate_type:nobles_estate
			value = estate_satisfaction_mild_bonus
		}
	}

	option = {
		name = flavor_cas.23.b
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_large_move_to_left }
		add_estate_satisfaction = { type = estate_type:nobles_estate
			value = estate_satisfaction_mild_penalty
		}
	}
}