a few characters

This commit is contained in:
trashb0at 2025-07-31 10:49:30 -04:00
parent 234f2b338a
commit c8d98ff9b7
5 changed files with 108 additions and 3 deletions

View file

@ -638,4 +638,15 @@ pertini_dynasty = {
robecchi_bricchetti_dynasty = { robecchi_bricchetti_dynasty = {
name = dynn_robecchi_bricchetti name = dynn_robecchi_bricchetti
culture = NEOW_lombard culture = NEOW_lombard
}
cartwright_dynasty = {
name = dynn_cartwright
culture = agler
}
lys_dynasty = {
prefix = "dynnp_de"
name = dynn_lys
culture = lorin
} }

View file

@ -70,4 +70,56 @@ benelux_oranje_nassau_weilburg_hendrick = {
2600.1.1 = { 2600.1.1 = {
death = yes death = yes
} }
}
benelux_oranje_nassau_weilburg_hugo = {
name = "Hugo"
dynasty_house = house_belgium_oranje_nassau_weilburg
religion = "presbyterian"
culture = dutch
trait = education_stewardship_4
trait = ambitious
trait = gregarious
trait = deceitful
2511.1.1 = {
birth = yes
}
2600.1.1 = {
death = yes
}
}
benelux_cartwright_neville = {
name = "Neville"
dynasty = cartwright_dynasty
religion = "anglican_england"
culture = angler
trait = education_martial_3
trait = diligent
trait = compassionate
trait = just
2503.1.1 = {
birth = yes
}
2600.1.1 = {
death = yes
}
}
benelux_christian_lys = {
name = "Christian"
dynasty = lys_dynasty
religion = "roman_catholic"
culture = lorin
trait = education_martial_2
trait = brave
trait = gregarious
trait = compassionate
trait = lifestyle_blademaster
2527.1.1 = {
birth = yes
}
2600.1.1 = {
death = yes
}
} }

View file

@ -8,4 +8,16 @@ k_lotharingia = { #rename to k_luxembourg later
2554.1.1 = { 2554.1.1 = {
holder = benelux_oranje_nassau_weilburg_philippe #Philippe BONW holder = benelux_oranje_nassau_weilburg_philippe #Philippe BONW
} }
}
c_nancy = {
2554.1.1 = {
holder = benelux_christian_lys
liege = k_lotharingia
}
}
c_neufchateau = {
2554.1.1 = {
holder = benelux_christian_lys
liege = k_lotharingia
}
} }

View file

@ -6,7 +6,35 @@ k_frisia = { #rename to k_netherlands later
holder = benelux_oranje_nassau_weilburg_leopold #Leopold III BONW holder = benelux_oranje_nassau_weilburg_leopold #Leopold III BONW
} }
2554.1.1 = { 2554.1.1 = {
holder = benelux_oranje_nassau_weilburg_hendrick holder = benelux_oranje_nassau_weilburg_hendrick #Hendrik BONW
#Hendrik BONW }
}
c_oversticht = {
2550.1.1 = {
holder = benelux_oranje_nassau_weilburg_hugo #Hugo BONW
liege = k_frisia
}
}
c_zutphen = {
2550.1.1 = {
holder = benelux_oranje_nassau_weilburg_hugo #Hugo BONW
liege = k_frisia
}
}
c_flevoland = {
2546.1.1 = {
holder = benelux_cartwright_neville #Neville Cartwright
liege = k_frisia
}
}
c_arnhem = {
2546.1.1 = {
holder = benelux_cartwright_neville #Neville Cartwright
liege = k_frisia
}
}
c_zeeland = {
2554.1.1 = {
holder = benelux_oranje_nassau_weilburg_guillem #Guillem BONW
} }
} }

View file

@ -10805,4 +10805,6 @@
#N3OW #N3OW
dynn_castriota: "Castriota" dynn_castriota: "Castriota"
dynn_angelis: "Angelis" dynn_angelis: "Angelis"
dynn_cartwright: "Cartwright"
dynn_lys: "Lys"