diff --git a/ImperatorToCK3/CK3/World.cs b/ImperatorToCK3/CK3/World.cs index 5f65d4440..f2a4a806c 100644 --- a/ImperatorToCK3/CK3/World.cs +++ b/ImperatorToCK3/CK3/World.cs @@ -1089,6 +1089,7 @@ private void DetermineCK3Dlcs(Configuration config) { {"dlc012.dlc", "north_african_attire"}, {"dlc013.dlc", "couture_of_capets"}, {"dlc014.dlc", "roads_to_power"}, + {"dlc015.dlc", "wandering_nobles"}, }; var dlcFiles = Directory.GetFiles(dlcFolderPath, "*.dlc", SearchOption.AllDirectories); diff --git a/ImperatorToCK3/Data_Files/blankMod/output/common/customizable_localization/00_regional_custom_localization.txt b/ImperatorToCK3/Data_Files/blankMod/output/common/customizable_localization/00_regional_custom_localization.txt index 15f1f05a1..829af2adc 100644 --- a/ImperatorToCK3/Data_Files/blankMod/output/common/customizable_localization/00_regional_custom_localization.txt +++ b/ImperatorToCK3/Data_Files/blankMod/output/common/customizable_localization/00_regional_custom_localization.txt @@ -1,4 +1,4 @@ -# Last updated: CK3 patch 1.13.0 +# Last updated: CK3 patch 1.14.0.1 MountedWarriorTerm = { type = character @@ -709,6 +709,69 @@ TerrainTypeProvince = { } } +TerrainTypeProvincePrefix = { + type = province + + text = { + trigger = { + OR = { + terrain = plains + terrain = farmlands + terrain = oasis + } + } + localization_key = prefix_verdant + } + + text = { + trigger = { terrain = hills } + localization_key = prefix_rolling + } + + text = { + trigger = { + OR = { + terrain = mountains + terrain = desert_mountains + terrain = jungle + } + } + localization_key = prefix_mighty + } + + text = { + trigger = { + OR = { + terrain = desert + terrain = steppe + terrain = taiga + } + } + localization_key = prefix_endless + } + + text = { + trigger = { + OR = { + terrain = jungle + terrain = forest + } + } + localization_key = prefix_lush + } + + text = { + trigger = { + OR = { + terrain = floodplains + terrain = drylands + terrain = wetlands + } + } + localization_key = prefix_rich + } +} + Abortifacient = { type = character @@ -2824,6 +2887,77 @@ RegionalFerociousAnimal = { } } +RegionalOnlyFerociousAnimal = { + type = character + random_valid = yes + + #Bear + text = { + trigger = { + location = { geographical_region = hunt_animal_bear_region } + } + localization_key = animal_type_bear + } + #Wolf + text = { + trigger = { + NOT = { + location = { geographical_region = world_africa_west } + } + } + localization_key = animal_type_wolf + fallback = yes + } + # Hyena + text = { + trigger = { + location = { + OR = { + geographical_region = world_africa + geographical_region = world_middle_east + geographical_region = world_india + } + } + } + localization_key = animal_type_hyena + } + #Boar + text = { + trigger = { + location = { geographical_region = hunt_animal_boar_region } + } + localization_key = animal_type_boar + } + #Tiger + text = { + trigger = { + location = { hunt_animal_tiger_trigger = yes } + } + localization_key = animal_type_tiger + } + #Leopard + text = { + trigger = { + location = { hunt_animal_leopard_trigger = yes } + } + localization_key = animal_type_leopard + } + #Lion + text = { + trigger = { + location = { hunt_animal_lion_trigger = yes } + } + localization_key = animal_type_lion + } + #Gorilla + text = { + trigger = { + location = { geographical_region = world_africa_east } + } + localization_key = animal_type_gorilla + } +} + #this is used with the select_local_farm_animal_effect effect RegionalFarmAnimal = { type = character @@ -3395,3 +3529,4 @@ GetKnightErrantAnimal = { fallback = yes } } + diff --git a/ImperatorToCK3/Data_Files/configurables/version.txt b/ImperatorToCK3/Data_Files/configurables/version.txt index bae3d4e6a..531fdc3c5 100644 --- a/ImperatorToCK3/Data_Files/configurables/version.txt +++ b/ImperatorToCK3/Data_Files/configurables/version.txt @@ -1,9 +1,9 @@ # Version info -name = "Nerva" +name = "Trajan" source = "Imperator" minSource = "2.0" maxSource = "2.0" target = "CK3" -minTarget = "1.13" -maxTarget = "1.13" +minTarget = "1.14" +maxTarget = "1.14" diff --git a/ImperatorToCK3/Resources/images/LatestReleaseBanner.png b/ImperatorToCK3/Resources/images/LatestReleaseBanner.png index c211df95f..e68ae070e 100644 Binary files a/ImperatorToCK3/Resources/images/LatestReleaseBanner.png and b/ImperatorToCK3/Resources/images/LatestReleaseBanner.png differ diff --git a/ImperatorToCK3/Resources/images/LatestReleaseBanner.xcf b/ImperatorToCK3/Resources/images/LatestReleaseBanner.xcf index f06d462ee..4325a5204 100644 Binary files a/ImperatorToCK3/Resources/images/LatestReleaseBanner.xcf and b/ImperatorToCK3/Resources/images/LatestReleaseBanner.xcf differ