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

Map Invictus mithra_religion to converter's mithra_religion #2410

Merged
merged 1 commit into from
Jan 9, 2025
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
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
Loading