Skip to content

Commit

Permalink
Map Invictus mithra_religion to converter's mithra_religion
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Jan 9, 2025
1 parent 7cae72b commit a215594
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
9 changes: 5 additions & 4 deletions ImperatorToCK3/Data_Files/configurables/converter_faiths.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ hellenism_religion = {
doctrine = doctrine_clerical_succession_temporal_fixed_appointment

}
mithraic_mysteries = {
mithraic_mysteries = { # Roman Mithraic Mysteries
INVALIDATED_BY = { mithraic_mysteries }

color = {210 0 0}
Expand Down Expand Up @@ -1232,13 +1232,14 @@ hellenism_religion = {
HighGodHerselfHimself = CHARACTER_HIMSELF
HighGodHerHis = CHARACTER_HERHIS_HIS
}
}
}
}
}
zoroastrianism_religion = {
faiths = {
mithra_religion= {
INVALIDATED_BY = { mithra_religion }
mithra_religion= { # Iranian cult of Mithra
# Exists in TFE as kitebacilweism
INVALIDATED_BY = { mithra_religion kitebacilweism }

color = {210 0 0}
icon = mithraic_mysteries
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@
anglo_pagan_old_adherent: "Old Ósgeleafen"
anglo_pagan_old_adherent_plural: "Old Ósgeleafens"
anglo_pagan_desc: "The native faith of the Anglo-Saxons, Ósgeleafe encompasses various gods with regional identities."
mithraic_mysteries: "Mithraism"
# Roman Mithraic Mysteries
mithraic_mysteries: "Mithraic Mysteries"
mithraic_mysteries_adj: "Mithran"
mithraic_mysteries_adherent: "Follower of Mithra"
mithraic_mysteries_adherent_plural: "Followers of Mithra"
Expand All @@ -357,6 +358,12 @@
atenist_pagan_adherent: "Atenite"
atenist_pagan_adherent_plural: "Atenites"
atenist_pagan_desc: "Unlike the polytheistic Kemetist religion, the Atenist religion is a monotheistic religion focused on the sole worship of the sun disk Aten. Unlike Kemetism, Atenists denies the existence of other gods and outright criminalizes the worship of them."

# Iranian Mithraism
mithra_religion: "Mithraism"
mithra_religion_adj: "Mithraist"
mithra_religion_adherent: "Mithraist"
mithra_religion_adherent_plural: "Mithraists"

# Ajivika
ajivika_religion: "Ajivika"
Expand Down
5 changes: 1 addition & 4 deletions ImperatorToCK3/Data_Files/configurables/religion_map.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ link = { ck3 = kushitism_pagan ir = kushite }
# TFE
link = { ck3 = kitebacilweism ir = mithra_religion }
# vanilla CK3
link = { # TODO: Change this mapping for non-TFE conversions. The Zoroastrian cult of Mithra is not the same as the Roman Mithraic Mysteries.
ck3 = mithraic_mysteries
ir = mithra_religion
}
link = { ck3 = mithra_religion ir = mithra_religion }

# Arabic
link = { ck3 = aksumite_pagan ir = arabian_pantheon irRegion = punt_region } # TFE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ anglo_pagan = all
hellenic_pagan = all
eleusinian_mysteries = all
mithraic_mysteries = all
mithra_religion = all
kushitism_pagan = all
egyptian_pagan = all
atenist_pagan = all
Expand Down
1 change: 1 addition & 0 deletions ImperatorToCK3/Data_Files/converter_globals/ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ The Bronze Age: Maryannu mod team (https://steamcommunity.com/sharedfiles/filede
Bronze Age Reborn mod team (https://steamcommunity.com/sharedfiles/filedetails/?id=3232096613) and Svanley - Hattian religion, Elamite religion
កាបូន26 - Help with mapping Terra Indomita cultures to Asia Expansion Project
Nezaros, author of the Rajas of Asia mod for CK3 (https://steamcommunity.com/sharedfiles/filedetails/?id=2509174436) - Permission to use the Samre culture from their mod
ciurlys - Definition of mithra_religion, the Iranian cult of Mithra

- AND ALL THE OTHERS WHO GAVE THEIR INPUT ON THE FORUM AND DISCORD -
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ To help with development, please visit the official [development thread](https:/
- Bronze Age Reborn mod team (https://steamcommunity.com/sharedfiles/filedetails/?id=3232096613) and Svanley - Hattian religion, Elamite religion
- កាបូន26 - Help with mapping Terra Indomita cultures to Asia Expansion Project
- Nezaros, author of the Rajas of Asia mod for CK3 (https://steamcommunity.com/sharedfiles/filedetails/?id=2509174436) - Permission to use the Samre culture from their mod
- ciurlys - Definition of mithra_religion, the Iranian cult of Mithra

0 comments on commit a215594

Please sign in to comment.