Skip to content

Commit

Permalink
Support for CK3 1.11 (#1605) #major
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Nov 17, 2023
1 parent bbc0546 commit 4151dcc
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ImperatorToCK3: Last updated CK3 patch 1.9.0.4
# ImperatorToCK3: Last updated CK3 patch 1.11.0.1

ToleranceValue = {
type = character
Expand Down Expand Up @@ -627,39 +627,39 @@ GetActualBishopTitle = {
text = {
trigger = {
liege.highest_held_title_tier >= tier_kingdom
faith.religion = faith:mazdayasna.religion
is_female = no
fp3_custom_divinity_for_zoroastrianism_faiths = yes
}
localization_key = councillor_court_chaplain_zoroastrianism_religion_kingdom
}
text = {
trigger = {
liege.highest_held_title_tier >= tier_kingdom
faith.religion = faith:mazdayasna.religion
is_female = yes
fp3_custom_divinity_for_zoroastrianism_faiths = yes
}
localization_key = councillor_court_chaplain_zoroastrianism_religion_kingdom_female
}
text = {
trigger = {
liege.highest_held_title_tier >= tier_duchy
faith.religion = faith:mazdayasna.religion
is_female = no
fp3_custom_divinity_for_zoroastrianism_faiths = yes
}
localization_key = councillor_court_chaplain_zoroastrianism_religion_duchy
}
text = {
trigger = {
liege.highest_held_title_tier >= tier_duchy
faith.religion = faith:mazdayasna.religion
is_female = yes
fp3_custom_divinity_for_zoroastrianism_faiths = yes
}
localization_key = councillor_court_chaplain_zoroastrianism_religion_duchy_female
}
text = {
trigger = {
liege.highest_held_title_tier < tier_duchy
faith.religion = faith:mazdayasna.religion
fp3_custom_divinity_for_zoroastrianism_faiths = yes
}
localization_key = councillor_court_chaplain_zoroastrianism_religion_county
}
Expand Down
4 changes: 2 additions & 2 deletions ImperatorToCK3/Data_Files/configurables/version.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Version info

name = "Vespasian"
name = "Titus"
source = "Imperator"
minSource = "2.0"
maxSource = "2.0"
target = "CK3"
minTarget = "1.9"
maxTarget = "1.10"
maxTarget = "1.11"
2 changes: 1 addition & 1 deletion ImperatorToCK3/Data_Files/converter_globals/ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GitHub project: https://github.com/ParadoxGameConverters/ImperatorToCK3
REQUIREMENTS
----
Imperator: Rome - version 2.0
Crusader Kings III - version 1.9
Crusader Kings III - version from 1.9 to 1.11

-----
INSTRUCTIONS
Expand Down
1 change: 1 addition & 0 deletions ImperatorToCK3/Outputter/BookmarkOutputter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public static void OutputBookmark(World world, Configuration config) {
output.WriteLine($"\tstart_date = {config.CK3BookmarkDate}");
output.WriteLine("\tis_playable = yes");
output.WriteLine("\trecommended = yes");
output.WriteLine("\tweight = { value = 100 }");

var playerTitles = new List<Title>(world.LandedTitles.Where(title => title.PlayerCountry));
var localizations = new Dictionary<string, LocBlock>();
Expand Down
2 changes: 1 addition & 1 deletion ImperatorToCK3/Properties/PublishProfiles/win-x64.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>true</PublishReadyToRun>
<PublishReadyToRun>false</PublishReadyToRun>
<PublishReadyToRunShowWarnings>True</PublishReadyToRunShowWarnings>
<PublishTrimmed>true</PublishTrimmed>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
Expand Down
Binary file modified ImperatorToCK3/Resources/images/LatestReleaseBanner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ImperatorToCK3/Resources/images/LatestReleaseBanner.xcf
Binary file not shown.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100-rc.2.23502.2",
"version": "8.0.100",
"rollForward": "disable"
}
}

0 comments on commit 4151dcc

Please sign in to comment.