diff --git a/WTWSMS/common/dynasties/00_dynasties.txt b/WTWSMS/common/dynasties/00_dynasties.txt index c17f6179a..aeb08965d 100644 --- a/WTWSMS/common/dynasties/00_dynasties.txt +++ b/WTWSMS/common/dynasties/00_dynasties.txt @@ -32429,4 +32429,16 @@ name = "Wisibading" culture = "ostrogothic" religion = "arian" +} +1044045= +{ + name="Beleoingi" + culture="lombard" + religion="catholic" +} +1044046= +{ + name="Bavarae" + culture="lombard" + religion="catholic" } \ No newline at end of file diff --git a/WTWSMS/common/landed_titles/WtWSMS_kingdoms.txt b/WTWSMS/common/landed_titles/WtWSMS_kingdoms.txt index fb6c9316f..060f9c5ff 100644 --- a/WTWSMS/common/landed_titles/WtWSMS_kingdoms.txt +++ b/WTWSMS/common/landed_titles/WtWSMS_kingdoms.txt @@ -672,6 +672,18 @@ d_ultra_iura = { always = no } } +d_asti = { + color={ 98 61 75 } + color2 = { 255 255 255 } + + capital = 232 # Monferrato + + culture = lombard + + allow = { + always = no + } +} k_spania = { color={ 209 185 27 } color2 = { 255 255 255 } diff --git a/WTWSMS/gfx/flags/d_asti.tga b/WTWSMS/gfx/flags/d_asti.tga new file mode 100644 index 000000000..1f21408ac Binary files /dev/null and b/WTWSMS/gfx/flags/d_asti.tga differ diff --git a/WTWSMS/history/characters/lombard.txt b/WTWSMS/history/characters/lombard.txt index 359468079..c5371321d 100644 --- a/WTWSMS/history/characters/lombard.txt +++ b/WTWSMS/history/characters/lombard.txt @@ -58,6 +58,12 @@ 540.1.1={ birth="540.1.1" } + 584.1.1={ + add_spouse=190171 + } + 590.1.1={ + remove_spouse=190171 + } 590.1.1={ death="590.1.1" } @@ -72,6 +78,9 @@ 540.1.1={ birth="540.1.1" } + 590.1.1={ + add_spouse=190171 + } 603.1.1={ religion="nicene" } @@ -103,6 +112,20 @@ death=yes } } +190173 = { #from vanilla + name="Adaloald" + dynasty=1044045 #Beleo + religion="arian" + culture="lombard" + father=30365 #Agilulf + mother=190171 + 602.1.1={ + birth=yes + } + 626.1.1={ + death=yes + } +} 1300641 = { name="Gaidulfus" #PLRE vol. 3 Gaidulfus #dux of Bergamo 591-?596 diff --git a/WTWSMS/history/characters/old_bavarian.txt b/WTWSMS/history/characters/old_bavarian.txt index a3ae2173f..7d9d20a98 100644 --- a/WTWSMS/history/characters/old_bavarian.txt +++ b/WTWSMS/history/characters/old_bavarian.txt @@ -83,4 +83,32 @@ 554.1.1={ death=yes } +} +190180 = { #from vanilla + name="Gundoald" #descendents become kings of Italy + #PLRE vol.3 Gundoaldus + dynasty=1044046 #Bavarae + religion="arian" + culture="old_bavarian" + father=30376 #Garibald + 571.1.1={ + birth=yes + } + 612.1.1={ + death=yes + } +} +190171 = { #from vanilla + name="Theodelinda" #wife of Authari and Agilulf of Lombardy + female=yes + dynasty=10424351 + religion="nicene" + culture="old_bavarian" + father=30376 #Garibald + 568.1.1={ + birth=yes + } + 625.1.1={ + death=yes + } } \ No newline at end of file diff --git a/WTWSMS/history/titles/b_asti.txt b/WTWSMS/history/titles/b_asti.txt new file mode 100644 index 000000000..2ec4281df --- /dev/null +++ b/WTWSMS/history/titles/b_asti.txt @@ -0,0 +1,3 @@ +589.1.1={ + holder = 190180 #Gundualdus +} \ No newline at end of file diff --git a/WTWSMS/history/titles/d_asti.txt b/WTWSMS/history/titles/d_asti.txt new file mode 100644 index 000000000..4c40e1c6b --- /dev/null +++ b/WTWSMS/history/titles/d_asti.txt @@ -0,0 +1,7 @@ +589.1.1={ + holder = 190180 #Gundualdus + liege = k_lombardia +} +612.1.1={ + holder=0 +} \ No newline at end of file diff --git a/WTWSMS/localisation/WtWSMS_titles.csv b/WTWSMS/localisation/WtWSMS_titles.csv index 45a2d194f..48ef7ef2c 100644 --- a/WTWSMS/localisation/WtWSMS_titles.csv +++ b/WTWSMS/localisation/WtWSMS_titles.csv @@ -1292,4 +1292,6 @@ d_perusia_adj;Perusian;;;;;;;;;;;x d_ultra_iura;Ultra Iura;;;;;;;;;;;x d_ultra_iura_adj;Ultraiuran;;;;;;;;;;;x d_corsica;Corsica;;;;;;;;;;;x -d_corsica_adj;Corsican;;;;;;;;;;;x \ No newline at end of file +d_corsica_adj;Corsican;;;;;;;;;;;x +d_asti;Asti;;;;;;;;;;;x +d_asti_adj;Astian;;;;;;;;;;;x \ No newline at end of file