diff --git a/CK3toEU4/Data_Files/blankMod/output/common/ages/00_default.txt b/CK3toEU4/Data_Files/blankMod/output/common/ages/00_default.txt index 979c64bb..42fac02e 100644 --- a/CK3toEU4/Data_Files/blankMod/output/common/ages/00_default.txt +++ b/CK3toEU4/Data_Files/blankMod/output/common/ages/00_default.txt @@ -320,6 +320,10 @@ age_of_reformation = { trade_goods = spices value = yes } + trading_bonus = { + trade_goods = cloves + value = yes + } trading_bonus = { trade_goods = chinaware value = yes diff --git a/CK3toEU4/Data_Files/blankMod/output/common/institutions/00_Core.txt b/CK3toEU4/Data_Files/blankMod/output/common/institutions/00_Core.txt index a7bf014c..dcc1bd34 100644 --- a/CK3toEU4/Data_Files/blankMod/output/common/institutions/00_Core.txt +++ b/CK3toEU4/Data_Files/blankMod/output/common/institutions/00_Core.txt @@ -1196,6 +1196,7 @@ manufactories = { trade_goods = ivory trade_goods = slaves trade_goods = spices + trade_goods = cloves trade_goods = fur trade_goods = incense } @@ -1315,6 +1316,7 @@ manufactories = { trade_goods = ivory trade_goods = slaves trade_goods = spices + trade_goods = cloves trade_goods = fur trade_goods = incense } @@ -1986,6 +1988,7 @@ industrialization = { trade_goods = ivory trade_goods = slaves trade_goods = spices + trade_goods = cloves trade_goods = fur trade_goods = incense } @@ -2119,6 +2122,7 @@ industrialization = { trade_goods = ivory trade_goods = slaves trade_goods = spices + trade_goods = cloves trade_goods = fur trade_goods = incense } diff --git a/CK3toEU4/Data_Files/configurables/version.txt b/CK3toEU4/Data_Files/configurables/version.txt index 4d872ace..1c2e7410 100644 --- a/CK3toEU4/Data_Files/configurables/version.txt +++ b/CK3toEU4/Data_Files/configurables/version.txt @@ -1,5 +1,5 @@ # Version info -version = "0.6" -name = "finnish_pagan" -descriptionLine = "Compatible with CK3 1.3 and EU4 1.30" +version = "0.7" +name = "Gayomarthian" +descriptionLine = "Compatible with CK3 1.3 and EU4 1.31" diff --git a/CK3toEU4/Resources/images/GayomarthianReleaseBanner.png b/CK3toEU4/Resources/images/GayomarthianReleaseBanner.png new file mode 100644 index 00000000..72656e5c Binary files /dev/null and b/CK3toEU4/Resources/images/GayomarthianReleaseBanner.png differ diff --git a/CK3toEU4/Resources/images/GayomarthianReleaseBanner.psd b/CK3toEU4/Resources/images/GayomarthianReleaseBanner.psd new file mode 100644 index 00000000..606bcb0e Binary files /dev/null and b/CK3toEU4/Resources/images/GayomarthianReleaseBanner.psd differ diff --git a/CK3toEU4/Source/EU4World/Output/outModFile.cpp b/CK3toEU4/Source/EU4World/Output/outModFile.cpp index 6b7a4525..34b5a0bb 100644 --- a/CK3toEU4/Source/EU4World/Output/outModFile.cpp +++ b/CK3toEU4/Source/EU4World/Output/outModFile.cpp @@ -5,7 +5,7 @@ std::ostream& EU4::operator<<(std::ostream& output, const ModFile& modFile) output << "name = \"Converted - " << modFile.outname << "\"\n"; output << "path = \"mod/" << modFile.outname << "\"\n"; output << "normal_or_historical_nations = yes\n"; - output << "supported_version = \"1.30.*\"\n"; + output << "supported_version = \"1.31.*\"\n"; output << "replace_path = \"history/countries/\"\n"; output << "replace_path = \"history/provinces/\"\n"; output << "replace_path = \"history/diplomacy/\"\n"; diff --git a/appveyor.yml b/appveyor.yml index 49c7cc7e..8aa5b911 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ test_script: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml)) artifacts: - path: Release - name: CK3toEU4-0.6finnish + name: CK3toEU4-0.7Gayomarthian deploy: - provider: GitHub release: windows_development_build @@ -25,13 +25,13 @@ deploy: auth_token: secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ repository: ParadoxGameConverters/CK3ToEU4 - artifact: CK3toEU4-0.6finnish + artifact: CK3toEU4-0.7Gayomarthian prerelease: true force_update: true - provider: GitHub - tag: 0.6F - release: 0.6 finnish_pagan - for CK3[1.3] and EU4[1.30] + tag: 0.7G + release: 0.7 Gayomarthian - for CK3[1.3] and EU4[1.31] auth_token: secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ repository: paradoxGameConverters/CK3ToEU4 - artifact: CK3toEU4-0.6finnish + artifact: CK3toEU4-0.7Gayomarthian