diff --git a/N3OW.mod b/N3OW.mod index bbfe10d2..e921d14b 100644 --- a/N3OW.mod +++ b/N3OW.mod @@ -10,4 +10,4 @@ replace_path="history/characters" replace_path="history/cultures" replace_path="history/provinces" replace_path="history/titles" -supported_version="1.16.*" \ No newline at end of file +supported_version="1.18.*" \ No newline at end of file diff --git a/N3OW/history/titles/k_spanish_galicia.txt b/N3OW/history/titles/k_spanish_galicia.txt new file mode 100644 index 00000000..57e6c133 --- /dev/null +++ b/N3OW/history/titles/k_spanish_galicia.txt @@ -0,0 +1,36 @@ +k_spanish_galicia = { + 2505.1.1 = { + change_development_level = 7 + } + 2526.3.13 = { + holder = hispania0011 + } + 2549.10.10 = { + holder = hispania0004 + } +} +c_monterrei = { + 2550.1.1 = { + holder = s_galicia_mumadona_ourense + liege = k_spanish_galicia + } +} +c_pravia = { + 2550.1.1 = { + holder = s_galicia_sanchu_melendez + liege = k_spanish_galicia + } +} +c_asturias_de_oviedo = { + 2550.1.1 = { + holder = s_galicia_sanchu_melendez + liege = k_spanish_galicia + } +} + + +c_asturias_de_santillana = { + 2550.1.1 = { + holder = s_galicia_savaricu_estevez + } +} \ No newline at end of file diff --git a/N3OW/localization/english/replace/culture/zz_NEOW_culture_history_l_english.yml b/N3OW/localization/english/replace/culture/zz_NEOW_culture_history_l_english.yml new file mode 100644 index 00000000..d4b84fbd --- /dev/null +++ b/N3OW/localization/english/replace/culture/zz_NEOW_culture_history_l_english.yml @@ -0,0 +1,3 @@ +l_english: + kuhjung_military_heritage_loc:0 "Formed from the rallying of the United States European Command after the [Concept('neow_the_event','Event')|E]." + easlander_exodus_heritage_loc:0 "Formed from [CULTURE.GetName] after persecution and internal conflicts in Britain." \ No newline at end of file diff --git a/descriptor.mod b/descriptor.mod deleted file mode 100644 index b8fe71ea..00000000 --- a/descriptor.mod +++ /dev/null @@ -1,6 +0,0 @@ -version="0.1" -tags={ - "Alternative History" -} -name="n3ow dev work" -supported_version="1.17.1" \ No newline at end of file