[flavor_bav.1300] 路德维希四世的继承
时间范围:1337.1.1 - 1367.1.1(每月 20% 概率)
触发条件:
- 国家拥有君主。
- 人物
ubv_ludwig_iv_wittelsbach已去世。 - 前一位君主(如果存在)至少有一名存活的、非君主的男性子嗣。
- 国家的继承法为
heir_selection:partition_inheritance(分割继承)。
关键效果:
- 选项 A(名称:
flavor_bav.1300.a):- 设置变量
bavarian_inheritance_split。 - 授予阶层特权
estate_privilege:bavarian_share_of_land。
- 设置变量
背景介绍: 该事件模拟了14世纪中叶巴伐利亚地区维特尔斯巴赫家族路德维希四世去世后可能引发的继承问题。根据当时的继承法,领土可能在其男性子嗣间进行分割,这反映了中世纪欧洲贵族领地因继承而分裂的常见历史模式。事件的核心在于处理领土分割与家族内部权力分配。
完整事件代码:
flavor_bav.1300 = { #The Inheritance of Ludwig IV
hide_portraits = yes
type = country_event
title = flavor_bav.1300.title
desc = flavor_bav.1300.desc
fire_only_once = yes
dynamic_historical_event = {
tag = UBV
from = 1337.1.1
to = 1367.1.1
monthly_chance = 20
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
ruler = {
save_scope_as = target_ruler
}
character:ubv_ludwig_iv_wittelsbach = {
save_scope_as = target_ancestor
}
previous_ruler ?= {
save_scope_as = old_ruler
}
}
trigger = {
has_ruler = yes
character:ubv_ludwig_iv_wittelsbach = {
is_alive = no
}
previous_ruler ?= {
any_child = {
is_ruler = no
is_alive = yes
is_female = no
}
}
succession_law = heir_selection:partition_inheritance
}
option = {
name = flavor_bav.1300.a
set_variable = bavarian_inheritance_split
grant_estate_privilege = estate_privilege:bavarian_share_of_land
}
}