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_boh.24 查理大帝法

时间范围:1340.1.1 - 1444.12.30,每月 5% 概率触发

触发条件

  • 国家为波希米亚(BOH)。
  • 当前统治者满足以下条件之一:
    • 行政能力(adm)大于等于 75。
    • 拥有行政相关的特质(has_administrative_traits = yes)。

关键效果

  • 选项 A (flavor_boh.24.a)

    • 解锁政策效果:maiestas_carolina
    • 贵族阶层满意度大幅降低(estate_satisfaction_extreme_penalty)。
    • 国家稳定度大幅降低(stability_extreme_penalty)。
  • 选项 B (flavor_boh.24.b)

    • 贵族阶层满意度小幅提升(estate_satisfaction_weak_bonus)。
    • 国家稳定度小幅提升(stability_weak_bonus)。
    • 社会价值观改变:农奴制与自由民(serfdom_vs_free_subjects)向左侧(自由民方向)大幅移动(societal_value_large_move_to_left)。

背景介绍: “查理大帝法”(Maiestas Carolina)是波希米亚国王查理四世(Charles IV)在14世纪中期试图推行的一部法典,旨在加强王权、统一法律并限制贵族的特权。该法典遭到了波希米亚贵族的强烈反对,最终未能正式颁布。这一事件反映了中世纪波希米亚王权与贵族势力之间的深刻矛盾,以及中央集权化尝试所面临的巨大阻力。

完整事件代码

flavor_boh.24 = { #Maiestas Carolina
	type = country_event
	title = flavor_boh.24.title
	desc = flavor_boh.24.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BOH
		from = 1340.1.1
		to = 1444.12.30
		monthly_chance = 5
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	trigger = {
		ruler ?= {
			OR = {
				adm >= 75
				has_administrative_traits = yes
			}
		}
	}

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

	option = {
		name = flavor_boh.24.a

		unlock_policy_effect = { type = maiestas_carolina }

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

		add_stability = stability_extreme_penalty

	}

	option = {
		name = flavor_boh.24.b

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

		add_stability = stability_weak_bonus

		change_societal_value = {
			type = serfdom_vs_free_subjects
			value = societal_value_large_move_to_left
		}
	}
}