From c8d98ff9b7e6d3c139feb4c73b4b1dff2fce357b Mon Sep 17 00:00:00 2001 From: trashb0at Date: Thu, 31 Jul 2025 10:49:30 -0400 Subject: [PATCH] a few characters --- common/dynasties/NEOW_dynasties.txt | 11 ++++ history/characters/NEOW_e_benelux.txt | 52 +++++++++++++++++++ history/titles/k_luxembourg.txt | 12 +++++ history/titles/k_netherlands.txt | 32 +++++++++++- .../dynasties/dynasty_names_l_english.yml | 4 +- 5 files changed, 108 insertions(+), 3 deletions(-) diff --git a/common/dynasties/NEOW_dynasties.txt b/common/dynasties/NEOW_dynasties.txt index 8517a0a0..28d808c1 100644 --- a/common/dynasties/NEOW_dynasties.txt +++ b/common/dynasties/NEOW_dynasties.txt @@ -638,4 +638,15 @@ pertini_dynasty = { robecchi_bricchetti_dynasty = { name = dynn_robecchi_bricchetti culture = NEOW_lombard +} + +cartwright_dynasty = { + name = dynn_cartwright + culture = agler +} + +lys_dynasty = { + prefix = "dynnp_de" + name = dynn_lys + culture = lorin } \ No newline at end of file diff --git a/history/characters/NEOW_e_benelux.txt b/history/characters/NEOW_e_benelux.txt index fe552b7a..9b9c7259 100644 --- a/history/characters/NEOW_e_benelux.txt +++ b/history/characters/NEOW_e_benelux.txt @@ -70,4 +70,56 @@ benelux_oranje_nassau_weilburg_hendrick = { 2600.1.1 = { 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 + } } \ No newline at end of file diff --git a/history/titles/k_luxembourg.txt b/history/titles/k_luxembourg.txt index 5492bfc7..100c3c01 100644 --- a/history/titles/k_luxembourg.txt +++ b/history/titles/k_luxembourg.txt @@ -8,4 +8,16 @@ k_lotharingia = { #rename to k_luxembourg later 2554.1.1 = { 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 + } } \ No newline at end of file diff --git a/history/titles/k_netherlands.txt b/history/titles/k_netherlands.txt index 2c09ee70..2168123a 100644 --- a/history/titles/k_netherlands.txt +++ b/history/titles/k_netherlands.txt @@ -6,7 +6,35 @@ k_frisia = { #rename to k_netherlands later holder = benelux_oranje_nassau_weilburg_leopold #Leopold III BONW } 2554.1.1 = { - holder = benelux_oranje_nassau_weilburg_hendrick - #Hendrik BONW + holder = benelux_oranje_nassau_weilburg_hendrick #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 } } \ No newline at end of file diff --git a/localization/english/dynasties/dynasty_names_l_english.yml b/localization/english/dynasties/dynasty_names_l_english.yml index 6cea2732..85b9dc3e 100644 --- a/localization/english/dynasties/dynasty_names_l_english.yml +++ b/localization/english/dynasties/dynasty_names_l_english.yml @@ -10805,4 +10805,6 @@ #N3OW dynn_castriota: "Castriota" - dynn_angelis: "Angelis" \ No newline at end of file + dynn_angelis: "Angelis" + dynn_cartwright: "Cartwright" + dynn_lys: "Lys" \ No newline at end of file