Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.12.1 CK3 compatch #530

Merged
merged 2 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CK3ToEU4/Data_Files/configurables/heritage_map.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ link = { eu4 = french ck3 = heritage_frankish ck3 = heritage_continental_celtic
link = { eu4 = finno_ugric ck3 = heritage_ugro_permian ck3 = heritage_volga_finnic ck3 = heritage_yugrian }
link = { eu4 = south_slavic ck3 = heritage_south_slavic }
link = { eu4 = west_slavic ck3 = heritage_west_slavic }
link = { eu4 = carpathian ck3 = heritage_magyar ck3 = heritage_vlach ck3 = heritage_proto_carpathian }
link = { eu4 = carpathian ck3 = heritage_magyar ck3 = heritage_vlach ck3 = heritage_proto_carpathian ck3 = heritage_hunnic }
link = { eu4 = east_slavic ck3 = heritage_east_slavic }
link = { eu4 = baltic ck3 = heritage_baltic ck3 = heritage_balto_finnic }
link = { eu4 = byzantine ck3 = heritage_byzantine ck3 = heritage_arberian ck3 = heritage_anatolian }
link = { eu4 = byzantine ck3 = heritage_byzantine ck3 = heritage_arberian ck3 = heritage_anatolian ck3 = heritage_ancient_greek }
link = { eu4 = chaldean ck3 = heritage_aramaic ck3 = heritage_aramean ck3 = heritage_chaldean }
link = { eu4 = old_mashriqi ck3 = heritage_egyptian }
link = { eu4 = gothic_group ck3 = heritage_gothic }

# no clear mapping as they shoved the cultures in byzantine
link = { eu4 = caucasian ck3 = heritage_caucasian ck3 = heritage_armenian }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1237,3 +1237,24 @@ has_jizya_doctrine = {
reinforce_speed = 0.3
}
}
######### 1.12
doctrine_funeral_stoic = {
}
doctrine_funeral_bewailment = {
}
doctrine_funeral_cremation = {
}
doctrine_funeral_sky_burial = {
country = {
legitimacy = 1
horde_unity = 1
devotion = 1
meritocracy = 1
republican_tradition = 0.5
}
country_as_secondary = {
raze_power_gain = 0.15
}
}
doctrine_funeral_mummification = {
}
4 changes: 3 additions & 1 deletion CK3ToEU4/Data_Files/configurables/tradition_ideas.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ link = { ck3 = { tradition = tradition_fp3_jirga } eu4 = { spy_offence = 0.1 } }
link = { ck3 = { tradition = tradition_fp3_pragmatic_creed } eu4 = { cavalry_cost = -0.1 } }
link = { ck3 = { tradition = tradition_fp3_fierce_independence } eu4 = { hostile_attrition = 1 } }
link = { ck3 = { tradition = tradition_ghazi } eu4 = { discipline = 0.05 } }
### 1.12 - New Tradition
link = { ck3 = { tradition = tradition_ce1_ritual_washing } eu4 = { prestige = 1 } }

### Rule Overrides
link = { ck3 = { tradition = tradition_seafaring } rule = { heritage = heritage_north_germanic } eu4 = { may_explore = yes } }
Expand Down Expand Up @@ -350,5 +352,5 @@ link = { ck3 = { tradition = tradition_RICE_bantu_migrators } eu4 = { movement_s
link = { ck3 = { tradition = tradition_RICE_cattle_kraals } eu4 = { prestige = 1 } }
link = { ck3 = { tradition = tradition_RICE_forest_suppliers } eu4 = { global_tax_modifier = 0.1 } }
link = { ck3 = { tradition = tradition_EEE_people_of_boika } eu4 = { build_time = -0.05 } }
link = { ck3 = { tradition = tradition_RICE_wendish_confederations } eu4 = { prestige = 1 } }
link = { ck3 = { tradition = tradition_RICE_wendish_confederations } eu4 = { prestige = 1 }

2 changes: 1 addition & 1 deletion CK3ToEU4/Data_Files/configurables/version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.14N"
name = "Nestorian"
source = "CK3"
minSource = "1.10"
maxSource = "1.11"
maxSource = "1.12"
target = "EU4"
minTarget = "1.36"
maxTarget = "1.36"