Very minor spoilers for Millennium's Eve readers follow. Nothing earth-shattering I believe.
In all three of these conversion mods, I chanced updating CK2 to 2.6.3, updating CK2 Plus to 4.05.4, NOT unpausing, then converting to EU4 1.19. That much appears to have worked, though there may be oddities that I have yet to notice in the conversion mods. The files I mention below were edited post-conversion.
My intent is to see if I can replicate the state of a united Chalcedonian Church in EU4, complete with local patriarchs and a Patriarch Supreme based in Byzantine Rome (result of a bug I believe, but I'm fine with it). Ideally with no reform desire, but few if any decisions or events that would incur a reform desire. And no crusade calling ability, being influenced by orthodoxy.
My results so far. Feedback, suggestions, critique are all welcome.
1. Converting Chalcedonian to Catholic
religion_table.csv
chalcedonian;chalcedonian;1;Chalcedonian
to
chalcedonian;
catholic;0;Chalcedonian
2. Converting Chalcedonian as Chalcedonian, plus patriarchs
religion_table.csv (no change)
chalcedonian;chalcedonian;1;Chalcedonian
03_ck2plus_converted_religions.txt
chalcedonian = {
color = { 0.9 0.9 0.7}
icon = 45
country = {
defensiveness = 0.1
tolerance_own = 2
tolerance_heretic = -2
}
has_patriarchs = yes
heretic = { CATHOLIC ORTHODOX }
misguided_heretic = yes # Other christians hate them less (?)
}
3. Converting Chalcedonian as Chalcedonian, plus patriarchs and papacy (first attempt at a Patriarch Supreme)
religion_table.csv (no change)
chalcedonian;chalcedonian;1;Chalcedonian
03_ck2plus_converted_religions.txt
chalcedonian = {
color = { 0.9 0.9 0.7}
icon = 66
country = {
defensiveness = 0.1
tolerance_own = 2
tolerance_heretic = -2
}
country_as_secondary = {
diplomatic_reputation = 1
tolerance_own = 1
}
has_patriarchs = yes
heretic = { BOGOMILIST WALDENSIAN FRATICELLI HUSSITE LOLLARD SOCINIAN OLD_BELIEVER MOLOKAN DUKHOBOR KHLYST SKOPTSY ICONOCLAST }
hre_religion = yes
misguided_heretic = yes # Other christians hate them less (?)
on_convert = {
change_religion = chalcedonian
add_prestige = -100
add_country_modifier = {
name = "conversion_zeal"
duration = 3650
}
}
papacy = {
papal_tag = PAP
election_cost = 5
seat_of_papacy = 118 # rome
bless_monarch = {
cost = 50
potential = {
NOT = { tag = PAP }
}
allow = {
NOT = { war_with = PAP }
NOT = { prestige = 100 }
NOT = { has_country_modifier = papal_blessing }
}
effect = {
add_country_modifier = {
name = "papal_blessing"
duration = 7300
}
}
ai_will_do = {
factor = 1
}
}
local_saint = {
cost = 100
potential = {
NOT = { tag = PAP }
}
allow = {
NOT = { war_with = PAP }
NOT = { stability = 3 }
}
effect = {
add_stability = 1
}
ai_will_do = {
factor = 1
modifier = {
factor = 2
NOT = { stability = 0 }
}
}
}
forgiveness_for_usury = {
cost = 50
potential = {
NOT = { tag = PAP }
}
allow = {
NOT = { war_with = PAP }
NOT = { has_country_modifier = usury_forgiven }
}
effect = {
add_country_modifier = {
name = "usury_forgiven"
duration = 7300
}
}
ai_will_do = {
factor = 1
modifier = {
factor = 0
NOT = { num_of_loans = 1 }
}
}
}
send_papal_legate = {
cost = 50
potential = {
NOT = { tag = PAP }
}
allow = {
NOT = { war_with = PAP }
NOT = { has_country_modifier = papal_legate }
}
effect = {
add_country_modifier = {
name = "papal_legate"
duration = 7300
}
}
ai_will_do = {
factor = 1
}
}
}
}