diff --git a/ChangeLog.txt b/ChangeLog.txt index 64e2a4a0a..1ebe25b51 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -28,6 +28,7 @@ MINOR: - Added a decision to promulgate the Lex Visigothorum as the Visigoths - Added some title cultural localisation for Latin group cultures - Added +5 opinion between the different Gnostic heresies and branches, based upon a similar feature in BTWK, credits to the BTWK team +- Made Cumbric, Welsh, Cornish and Breton cultures appear in Briton and Romano-British provinces depending on a region about the late sixth century MAP/HISTORY: - Added a fictional Romano-British count in Nantes to represent their local influence even after the end of Riothamus' authority diff --git a/WTWSMS/events/WtWSMS_culture_conversion_events.txt b/WTWSMS/events/WtWSMS_culture_conversion_events.txt index a70d470c3..7850e4ee2 100644 --- a/WTWSMS/events/WtWSMS_culture_conversion_events.txt +++ b/WTWSMS/events/WtWSMS_culture_conversion_events.txt @@ -571,4 +571,205 @@ province_event = { } culture = breton } +} + +#Province changes from Briton to Breton +province_event = { + id = CELT.1101 + desc = CELT.1101.desc + picture = GFX_evt_stone_church #Placeholder + border = GFX_event_normal_frame_diplomacy + + trigger = { + OR = { + culture = briton + culture = romano_british + } + region = custom_breton + year = 550 + } + mean_time_to_happen = { + years = 25 + } + + option = { + name = CELT.1101.a + trigger = { + OR = { + owner = { culture = briton } + owner = { culture = romano_british } + } + is_capital = yes + } + culture = breton + owner = { culture = breton } + } + option = { + name = CELT.1101.b + trigger = { + owner = { culture = breton } + } + culture = breton + } + option = { + name = CELT.1101.c + trigger = { + NOT = { + owner = { culture = breton } + } + } + culture = breton + } +} +#Province changes from Briton to Cornish +province_event = { + id = CELT.1102 + desc = CELT.1102.desc + picture = GFX_evt_stone_church #Placeholder + border = GFX_event_normal_frame_diplomacy + + trigger = { + OR = { + culture = briton + culture = romano_british + } + de_jure_liege_or_above = d_cornwall + year = 550 + } + mean_time_to_happen = { + years = 25 + } + + option = { + name = CELT.1102.a + trigger = { + OR = { + owner = { culture = briton } + owner = { culture = romano_british } + } + is_capital = yes + } + culture = cornish + owner = { culture = cornish } + } + option = { + name = CELT.1102.b + trigger = { + owner = { culture = cornish } + } + culture = cornish + } + option = { + name = CELT.1102.c + trigger = { + NOT = { + owner = { culture = cornish } + } + } + culture = cornish + } +} +#Province changes from Briton to Welsh +province_event = { + id = CELT.1103 + desc = CELT.1103.desc + picture = GFX_evt_stone_church #Placeholder + border = GFX_event_normal_frame_diplomacy + + trigger = { + OR = { + culture = briton + culture = romano_british + } + OR = { + de_jure_liege_or_above = d_gwynedd + de_jure_liege_or_above = d_deheubarth + } + year = 550 + } + mean_time_to_happen = { + years = 25 + } + + option = { + name = CELT.1103.a + trigger = { + OR = { + owner = { culture = briton } + owner = { culture = romano_british } + } + is_capital = yes + } + culture = welsh + owner = { culture = welsh } + } + option = { + name = CELT.1103.b + trigger = { + owner = { culture = welsh } + } + culture = welsh + } + option = { + name = CELT.1103.c + trigger = { + NOT = { + owner = { culture = welsh } + } + } + culture = welsh + } +} +#Province changes from Briton to Cumbric +province_event = { + id = CELT.1104 + desc = CELT.1104.desc + picture = GFX_evt_stone_church #Placeholder + border = GFX_event_normal_frame_diplomacy + + trigger = { + OR = { + culture = briton + culture = romano_british + } + OR = { + region = custom_scotland + de_jure_liege_or_above = d_northumberland + de_jure_liege_or_above = d_lancaster + de_jure_liege_or_above = d_york + } + year = 550 + } + mean_time_to_happen = { + years = 25 + } + + option = { + name = CELT.1104.a + trigger = { + OR = { + owner = { culture = briton } + owner = { culture = romano_british } + } + is_capital = yes + } + culture = cumbric + owner = { culture = cumbric } + } + option = { + name = CELT.1104.b + trigger = { + owner = { culture = cumbric } + } + culture = cumbric + } + option = { + name = CELT.1104.c + trigger = { + NOT = { + owner = { culture = cumbric } + } + } + culture = cumbric + } } \ No newline at end of file diff --git a/WTWSMS/history/provinces/18 - Dyfed.txt b/WTWSMS/history/provinces/18 - Dyfed.txt index df8ec37da..52583fdb6 100644 --- a/WTWSMS/history/provinces/18 - Dyfed.txt +++ b/WTWSMS/history/provinces/18 - Dyfed.txt @@ -24,7 +24,9 @@ religion = insular terrain = hills # History - +550.1.1 = { + culture = welsh +} 1100.1.1 = { b_pembroke = castle } 1100.1.1 = { capital = b_pembroke } 1100.1.1 = { remove_settlement = b_dinefwr } diff --git a/WTWSMS/history/provinces/19 - Glamorgan.txt b/WTWSMS/history/provinces/19 - Glamorgan.txt index a5d1044ac..6e0b294e1 100644 --- a/WTWSMS/history/provinces/19 - Glamorgan.txt +++ b/WTWSMS/history/provinces/19 - Glamorgan.txt @@ -21,3 +21,6 @@ religion = insular terrain = hills # History +550.1.1 = { + culture = welsh +} \ No newline at end of file diff --git a/WTWSMS/history/provinces/20 - Gwent.txt b/WTWSMS/history/provinces/20 - Gwent.txt index 29c7f35fe..84e3f6dfa 100644 --- a/WTWSMS/history/provinces/20 - Gwent.txt +++ b/WTWSMS/history/provinces/20 - Gwent.txt @@ -21,3 +21,6 @@ religion = insular terrain = hills # History +550.1.1 = { + culture = welsh +} \ No newline at end of file diff --git a/WTWSMS/history/provinces/29 - Devon.txt b/WTWSMS/history/provinces/29 - Devon.txt index 30aad977a..8272c23c2 100644 --- a/WTWSMS/history/provinces/29 - Devon.txt +++ b/WTWSMS/history/provinces/29 - Devon.txt @@ -20,4 +20,7 @@ culture = romano_british religion = insular # History +550.1.1 = { + culture = cornish +} 1200.1.1={ culture = english } \ No newline at end of file diff --git a/WTWSMS/history/provinces/31 - Cornwall.txt b/WTWSMS/history/provinces/31 - Cornwall.txt index acf3b1d87..ea2ab1f34 100644 --- a/WTWSMS/history/provinces/31 - Cornwall.txt +++ b/WTWSMS/history/provinces/31 - Cornwall.txt @@ -24,3 +24,6 @@ religion = insular # History +550.1.1 = { + culture = cornish +} \ No newline at end of file diff --git a/WTWSMS/history/provinces/38 - Teviotdale.txt b/WTWSMS/history/provinces/38 - Teviotdale.txt index 87312ce1d..5e49c2e4a 100644 --- a/WTWSMS/history/provinces/38 - Teviotdale.txt +++ b/WTWSMS/history/provinces/38 - Teviotdale.txt @@ -20,6 +20,9 @@ culture = briton religion = insular # History +550.1.1 = { + culture = cumbric +} 1100.11.11 = { culture = english } 1124.1.1 = { b_peebles = castle } 1235.9.25 = { culture = scottish } diff --git a/WTWSMS/history/provinces/47 - Clydesdale.txt b/WTWSMS/history/provinces/47 - Clydesdale.txt index 3f10922bc..c856be2d9 100644 --- a/WTWSMS/history/provinces/47 - Clydesdale.txt +++ b/WTWSMS/history/provinces/47 - Clydesdale.txt @@ -23,6 +23,9 @@ religion = insular 154.1.1 = { b_dumbarton = tb_antonine_wall_0 # Remnants of Antonine wall } +550.1.1 = { + culture = cumbric +} 1054.1.1 = { culture = scottish b_lanark = castle diff --git a/WTWSMS/history/provinces/48 - Lothian.txt b/WTWSMS/history/provinces/48 - Lothian.txt index 723431523..fc2b4c7f6 100644 --- a/WTWSMS/history/provinces/48 - Lothian.txt +++ b/WTWSMS/history/provinces/48 - Lothian.txt @@ -23,6 +23,9 @@ religion = insular 154.1.1 = { b_stirling = tb_antonine_wall_0 # Remnants of Antonine wall } +550.1.1 = { + culture = cumbric +} 1100.11.11 = { culture = english } 1235.9.25 = { culture = scottish } diff --git a/WTWSMS/history/provinces/49 - Carrick.txt b/WTWSMS/history/provinces/49 - Carrick.txt index 57aef3f5a..b6e5d2e7d 100644 --- a/WTWSMS/history/provinces/49 - Carrick.txt +++ b/WTWSMS/history/provinces/49 - Carrick.txt @@ -20,6 +20,9 @@ religion = insular terrain = hills # History +550.1.1 = { + culture = cumbric +} 1054.1.1 = { culture = scottish } diff --git a/WTWSMS/history/provinces/50 - Galloway.txt b/WTWSMS/history/provinces/50 - Galloway.txt index 82afb2f2d..f482cee32 100644 --- a/WTWSMS/history/provinces/50 - Galloway.txt +++ b/WTWSMS/history/provinces/50 - Galloway.txt @@ -21,6 +21,9 @@ religion = insular terrain = hills # History +550.1.1 = { + culture = cumbric +} 1054.1.1 = { culture = scottish } \ No newline at end of file diff --git a/WTWSMS/history/provinces/51 - Dunbar.txt b/WTWSMS/history/provinces/51 - Dunbar.txt index 06173f828..60f86467c 100644 --- a/WTWSMS/history/provinces/51 - Dunbar.txt +++ b/WTWSMS/history/provinces/51 - Dunbar.txt @@ -20,5 +20,8 @@ culture = briton religion = insular # History +550.1.1 = { + culture = cumbric +} 1100.11.11 = { culture = english } 1235.9.25 = { culture = scottish } diff --git a/WTWSMS/history/provinces/52 - Northumberland.txt b/WTWSMS/history/provinces/52 - Northumberland.txt index 9d86d8519..3262841e6 100644 --- a/WTWSMS/history/provinces/52 - Northumberland.txt +++ b/WTWSMS/history/provinces/52 - Northumberland.txt @@ -33,6 +33,9 @@ religion = insular 500.1.1 = { b_bamburgh = tb_gefrin # Fort of Gefrin } +550.1.1 = { + culture = cumbric +} 660.1.1 = { culture = saxon religion = nicene diff --git a/WTWSMS/history/provinces/53 - Cumberland.txt b/WTWSMS/history/provinces/53 - Cumberland.txt index de05d6bed..94116acde 100644 --- a/WTWSMS/history/provinces/53 - Cumberland.txt +++ b/WTWSMS/history/provinces/53 - Cumberland.txt @@ -23,6 +23,9 @@ religion = insular 129.1.1 = { b_burgh = ca_hadrian_wall_0 # Remnants of Hadrian's wall } +550.1.1 = { + culture = cumbric +} 660.1.1 = { culture = saxon religion = nicene diff --git a/WTWSMS/history/provinces/54 - Isle of Man.txt b/WTWSMS/history/provinces/54 - Isle of Man.txt index 7014f0a2a..bcf0f728f 100644 --- a/WTWSMS/history/provinces/54 - Isle of Man.txt +++ b/WTWSMS/history/provinces/54 - Isle of Man.txt @@ -27,3 +27,6 @@ terrain = hills #b_peel = tp_shipyard_1 b_douglas = ct_port_1 } +550.1.1 = { + culture = cumbric +} \ No newline at end of file diff --git a/WTWSMS/history/provinces/55 - Westmorland.txt b/WTWSMS/history/provinces/55 - Westmorland.txt index d2fd57dc2..9ac21278d 100644 --- a/WTWSMS/history/provinces/55 - Westmorland.txt +++ b/WTWSMS/history/provinces/55 - Westmorland.txt @@ -20,6 +20,9 @@ culture = briton religion = insular # History +550.1.1 = { + culture = cumbric +} 660.1.1 = { culture = saxon religion = nicene diff --git a/WTWSMS/history/provinces/56 - Durham.txt b/WTWSMS/history/provinces/56 - Durham.txt index 165fd3b34..52ab49649 100644 --- a/WTWSMS/history/provinces/56 - Durham.txt +++ b/WTWSMS/history/provinces/56 - Durham.txt @@ -25,6 +25,9 @@ religion = insular #b_durham = ca_shipyard_1 #b_st_cuthbert = tp_shipyard_1 } +550.1.1 = { + culture = cumbric +} 660.1.1 = { culture = saxon religion = nicene diff --git a/WTWSMS/history/provinces/57 - York.txt b/WTWSMS/history/provinces/57 - York.txt index 49c097f90..b6b294ad4 100644 --- a/WTWSMS/history/provinces/57 - York.txt +++ b/WTWSMS/history/provinces/57 - York.txt @@ -23,6 +23,9 @@ religion = insular #b_st_peters = tp_shipyard_1 #b_richmond = ca_shipyard_1 } +550.1.1 = { + culture = cumbric +} 660.1.1 = { culture = saxon religion = nicene diff --git a/WTWSMS/history/provinces/58 - Lancaster.txt b/WTWSMS/history/provinces/58 - Lancaster.txt index 99fbdbdc9..06d0cd8c1 100644 --- a/WTWSMS/history/provinces/58 - Lancaster.txt +++ b/WTWSMS/history/provinces/58 - Lancaster.txt @@ -19,6 +19,9 @@ b_furness = temple culture = briton religion = insular # History +550.1.1 = { + culture = cumbric +} 660.1.1 = { culture = saxon religion = nicene diff --git a/WTWSMS/history/provinces/59 - Chester.txt b/WTWSMS/history/provinces/59 - Chester.txt index a46ad3fc1..13a6d960a 100644 --- a/WTWSMS/history/provinces/59 - Chester.txt +++ b/WTWSMS/history/provinces/59 - Chester.txt @@ -20,4 +20,7 @@ culture = romano_british religion = insular # History +550.1.1 = { + culture = cumbric +} 1100.11.11 = { culture = english } diff --git a/WTWSMS/history/provinces/60 - Perfeddwlad.txt b/WTWSMS/history/provinces/60 - Perfeddwlad.txt index 88c6793cb..64479e36a 100644 --- a/WTWSMS/history/provinces/60 - Perfeddwlad.txt +++ b/WTWSMS/history/provinces/60 - Perfeddwlad.txt @@ -21,3 +21,6 @@ religion = insular terrain = hills # History +550.1.1 = { + culture = welsh +} \ No newline at end of file diff --git a/WTWSMS/history/provinces/61 - Lincoln.txt b/WTWSMS/history/provinces/61 - Lincoln.txt index 71cfa5cd9..072eede3b 100644 --- a/WTWSMS/history/provinces/61 - Lincoln.txt +++ b/WTWSMS/history/provinces/61 - Lincoln.txt @@ -24,6 +24,9 @@ religion = insular #b_gainsborough = ca_shipyard_1 #b_lincoln = tp_shipyard_1 } +550.1.1 = { + culture = cumbric +} 559.1.1 = { culture = anglo religion = germanic_pagan diff --git a/WTWSMS/history/provinces/62 - Leicester.txt b/WTWSMS/history/provinces/62 - Leicester.txt index cea34f73e..bde2a6345 100644 --- a/WTWSMS/history/provinces/62 - Leicester.txt +++ b/WTWSMS/history/provinces/62 - Leicester.txt @@ -20,6 +20,9 @@ culture = romano_british religion = insular # History +550.1.1 = { + culture = cumbric +} 553.1.1 = { culture = old_saxon religion = germanic_pagan diff --git a/WTWSMS/history/provinces/63 - Derby.txt b/WTWSMS/history/provinces/63 - Derby.txt index 3dad4962f..598b59572 100644 --- a/WTWSMS/history/provinces/63 - Derby.txt +++ b/WTWSMS/history/provinces/63 - Derby.txt @@ -20,4 +20,7 @@ culture = romano_british religion = insular # History +550.1.1 = { + culture = cumbric +} 1100.11.11 = { culture = english } diff --git a/WTWSMS/history/provinces/64 - Gwynedd.txt b/WTWSMS/history/provinces/64 - Gwynedd.txt index 17cb2a8b8..cfad01734 100644 --- a/WTWSMS/history/provinces/64 - Gwynedd.txt +++ b/WTWSMS/history/provinces/64 - Gwynedd.txt @@ -21,6 +21,9 @@ religion = insular terrain = hills # History +550.1.1 = { + culture = welsh +} 1159.1.1 = { b_conwy = castle } 1215.1.1 = { b_harlech = castle } 1286.1.1 = { b_degannwy = castle } diff --git a/WTWSMS/history/provinces/65 - Powys.txt b/WTWSMS/history/provinces/65 - Powys.txt index 9e477943c..2afb0b58f 100644 --- a/WTWSMS/history/provinces/65 - Powys.txt +++ b/WTWSMS/history/provinces/65 - Powys.txt @@ -21,6 +21,9 @@ religion = insular terrain = mountain # History +550.1.1 = { + culture = welsh +} 1212.1.1={ b_rhayader= castle } 1227.1.1={ b_montgomery = castle } 1295.1.1={ remove_settlement = b_montgomery } # fell into disrepair, used as a prison \ No newline at end of file diff --git a/WTWSMS/localisation/WtWSMS_events.csv b/WTWSMS/localisation/WtWSMS_events.csv index 7965642ce..55ae57f53 100644 --- a/WTWSMS/localisation/WtWSMS_events.csv +++ b/WTWSMS/localisation/WtWSMS_events.csv @@ -1082,6 +1082,22 @@ EVTDESC_CELT_1100;Although the Armoricans have long held cultural ties with the EVTOPTA_CELT_1100;Let us embrace these new ways.;Adoptons ces nouvelles manières.;;;;;;;;;;x EVTOPTB_CELT_1100;Excellent!;Excellent!;;;;;;;;;;x EVTOPTC_CELT_1100;Peasant matters are not worth my time.;Les affaires paysannes ne méritent pas mon temps.;;;;;;;;;;x +CELT.1101.desc;Fleeing from the turmoil in the British Isles or seeking fortune, many Britons moved to Armorica in western Gaul. Although they people of [Root.GetName] managed to make their insular language and customs dominant, they couldn't avoid the changes caused by the separating sea and local influence. They have become Bretons.;;;;;;;;;;;x +CELT.1101.a;Let us embrace these new ways.;Adoptons ces nouvelles manières.;;;;;;;;;;x +CELT.1101.b;Excellent!;Excellent!;;;;;;;;;;x +CELT.1101.c;Peasant matters are not worth my time.;Les affaires paysannes ne méritent pas mon temps.;;;;;;;;;;x +CELT.1102.desc;Britons once used to speak a Common Brittonic language, but with the decline of Sub-Roman Britain in favour of various settlers and invaders, the differences in language and culture in different regions have become more apparent. The people of [Root.GetName] have become Cornish.;;;;;;;;;;;x +CELT.1102.a;Let us embrace these new ways.;Adoptons ces nouvelles manières.;;;;;;;;;;x +CELT.1102.b;Excellent!;Excellent!;;;;;;;;;;x +CELT.1102.c;Peasant matters are not worth my time.;Les affaires paysannes ne méritent pas mon temps.;;;;;;;;;;x +CELT.1103.desc;Britons once used to speak a Common Brittonic language, but with the decline of Sub-Roman Britain in favour of various settlers and invaders, the differences in language and culture in different regions have become more apparent. The people of [Root.GetName] have become Welsh.;;;;;;;;;;;x +CELT.1103.a;Let us embrace these new ways.;Adoptons ces nouvelles manières.;;;;;;;;;;x +CELT.1103.b;Excellent!;Excellent!;;;;;;;;;;x +CELT.1103.c;Peasant matters are not worth my time.;Les affaires paysannes ne méritent pas mon temps.;;;;;;;;;;x +CELT.1104.desc;Britons once used to speak a Common Brittonic language, but with the decline of Sub-Roman Britain in favour of various settlers and invaders, the differences in language and culture in different regions have become more apparent. The people of [Root.GetName] have become Cumbrians.;;;;;;;;;;;x +CELT.1104.a;Let us embrace these new ways.;Adoptons ces nouvelles manières.;;;;;;;;;;x +CELT.1104.b;Excellent!;Excellent!;;;;;;;;;;x +CELT.1104.c;Peasant matters are not worth my time.;Les affaires paysannes ne méritent pas mon temps.;;;;;;;;;;x # New melting pots WtWSMS_pots.4.name;Spread of Christianity;Propagation de la Chrétienté;;;;;;;;;;x WtWSMS_pots.4.desc;With our recent acquisition of the Christian lands of [Root.GetName] this monotheistic faith has started to gain traction amongst the warrior elite we brought with us. Its powerful message of the one Christian God as opposed to our many gods of old and important status as majority faith in these lands means conversion could work out in our favour, although it would come at the cost of abandoning our old gods.;Depuis notre acquisition récente des terres chrétiennes de [Root.GetName], cette religion monothéiste a commencé à gagner du terrain au sein de l'élite guerrière que nous avons apporté lors de notre arrivée. Son message puissant de l'unique Dieu chrétien plutôt que nos nombreux dieux anciens et son statut important en tant que religion de la majorité à travers ces territoires signifie qu'une conversion pourrait jouer en notre faveur, mais en même temps cela nous forcerait d'abandonner nos anciens dieux.;;;;;;;;;;x