russia religion changes

This commit is contained in:
trashmasteruni 2026-05-18 02:28:31 +02:00
parent 3c4b64f2fc
commit c86d387e52
18 changed files with 172 additions and 83 deletions

View file

@ -18,7 +18,7 @@ sikhism_religion_opinion = { decimals = 0 }
slavic_religion_opinion = { decimals = 0 } slavic_religion_opinion = { decimals = 0 }
thelema_religion_opinion = { decimals = 0 } thelema_religion_opinion = { decimals = 0 }
theomach_opinion = { decimals = 0 } theomach_opinion = { decimals = 0 }
tsarist_religion_opinion = { decimals = 0 } octobrist_religion_opinion = { decimals = 0 }
wicca_religion_opinion = { decimals = 0 } wicca_religion_opinion = { decimals = 0 }
xenology_religion_opinion = { decimals = 0 } xenology_religion_opinion = { decimals = 0 }
yugoslavic_religion_opinion = { decimals = 0 } yugoslavic_religion_opinion = { decimals = 0 }

View file

@ -266,9 +266,9 @@
holy_order_names = { #placeholder holy_order_names = { #placeholder
} }
} }
lamaism = { # Nangchos aka Tibetan Buddhism - syncretic of Mahayana, Vajrayana and native Tibetan elements khurul = { # Kalmyk Buddhism
color = { 200 100 20 } color = { 191 76 19 }
icon = lamaism_buddhism icon = kalmyk_buddhist
holy_site = kusinagara holy_site = kusinagara
holy_site = bodh_gaya holy_site = bodh_gaya

View file

@ -1,4 +1,4 @@
tsarist_religion = { octobrist_religion = {
family = rf_antediluvianist family = rf_antediluvianist
doctrine_background_icon = core_tenet_banner_christian.dds doctrine_background_icon = core_tenet_banner_christian.dds
@ -360,53 +360,97 @@
{ name = "holy_order_order_of_the_holy_virgin" } { name = "holy_order_order_of_the_holy_virgin" }
} }
localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox }
#FertilityGod leninist = {
FertilityGodName = west_christian_fertility_god_name color = { 229 14 0 }
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive icon = leninist
FertilityGodSheHe = CHARACTER_SHEHE_SHE
FertilityGodHerHis = CHARACTER_HERHIS_HER holy_site = jerusalem
FertilityGodHerHim = CHARACTER_HERHIM_HER holy_site = constantinople
holy_site = rome
holy_site = alexandria
holy_site = antioch
#WealthGod #Special Tolerance
WealthGodName = west_christian_wealth_god_name doctrine = doctrine_pluralism_fundamentalist
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod #Marriage | placeholder
HouseholdGodName = west_christian_household_god_name doctrine = doctrine_monogamy
HouseholdGodNamePossessive = west_christian_household_god_name_possessive doctrine = doctrine_divorce_allowed
HouseholdGodSheHe = CHARACTER_SHEHE_HE doctrine = doctrine_bastardry_none
HouseholdGodHerHis = CHARACTER_HERHIS_HIS doctrine = doctrine_consanguinity_restricted
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod #Crimes | placeholder
KnowledgeGodName = west_christian_knowledge_god_name doctrine = doctrine_homosexuality_shunned
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive doctrine = doctrine_adultery_men_shunned
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE doctrine = doctrine_adultery_women_shunned
KnowledgeGodHerHis = CHARACTER_HERHIS_HER doctrine = doctrine_kinslaying_accepted
KnowledgeGodHerHim = CHARACTER_HERHIM_HER doctrine = doctrine_deviancy_shunned
doctrine = doctrine_witchcraft_accepted
#Clerical Functions | placeholder
doctrine = doctrine_clerical_function_recruitment
doctrine = doctrine_clerical_gender_either
doctrine = doctrine_clerical_marriage_allowed
doctrine = doctrine_clerical_succession_temporal_appointment
#Tenets
doctrine = tenet_ritual_cannibalism
doctrine = tenet_gnosticism
doctrine = tenet_pursuit_of_power
#WarGod holy_order_names = {
WarGodName = west_christian_war_god_name { name = "holy_order_brotherhood_of_the_holy_sepulchre" }
WarGodNamePossessive = west_christian_war_god_name_possessive { name = "holy_order_knights_of_the_first_patrirchate" }
WarGodSheHe = CHARACTER_SHEHE_HE { name = "holy_order_order_of_the_holy_virgin" }
WarGodHerHis = CHARACTER_HERHIS_HIS }
WarGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod }
WaterGodName = west_christian_water_god_name
WaterGodNamePossessive = west_christian_water_god_name_possessive internationalist = {
WaterGodSheHe = CHARACTER_SHEHE_HE color = { 128 14 0 }
WaterGodHerHis = CHARACTER_HERHIS_HIS icon = internationalist
WaterGodHerHim = CHARACTER_HERHIM_HIM
holy_site = jerusalem
holy_site = constantinople
holy_site = rome
holy_site = alexandria
holy_site = antioch
#Special Tolerance
doctrine = doctrine_pluralism_fundamentalist
#Marriage | placeholder
doctrine = doctrine_monogamy
doctrine = doctrine_divorce_allowed
doctrine = doctrine_bastardry_none
doctrine = doctrine_consanguinity_restricted
#Crimes | placeholder
doctrine = doctrine_homosexuality_shunned
doctrine = doctrine_adultery_men_shunned
doctrine = doctrine_adultery_women_shunned
doctrine = doctrine_kinslaying_accepted
doctrine = doctrine_deviancy_shunned
doctrine = doctrine_witchcraft_accepted
#Clerical Functions | placeholder
doctrine = doctrine_clerical_function_recruitment
doctrine = doctrine_clerical_gender_either
doctrine = doctrine_clerical_marriage_allowed
doctrine = doctrine_clerical_succession_temporal_appointment
#Tenets
doctrine = tenet_ritual_cannibalism
doctrine = tenet_gnosticism
doctrine = tenet_pursuit_of_power
holy_order_names = {
{ name = "holy_order_brotherhood_of_the_holy_sepulchre" }
{ name = "holy_order_knights_of_the_first_patrirchate" }
{ name = "holy_order_order_of_the_holy_virgin" }
}
# Patriarchs instead of Popes
ReligiousHeadName = orthodox_religious_head_title
ReligiousHeadTitleName = orthodox_religious_head_title_name
}
} }
} }
} }

BIN
gfx/interface/icons/faith/armenian_apostolic.dds (Stored with Git LFS) Normal file

Binary file not shown.

BIN
gfx/interface/icons/faith/greek_catholic.dds (Stored with Git LFS) Normal file

Binary file not shown.

BIN
gfx/interface/icons/faith/internationalist.dds (Stored with Git LFS) Normal file

Binary file not shown.

BIN
gfx/interface/icons/faith/kalmyk_buddhist.dds (Stored with Git LFS) Normal file

Binary file not shown.

BIN
gfx/interface/icons/faith/leninist.dds (Stored with Git LFS) Normal file

Binary file not shown.

BIN
gfx/interface/icons/faith/maronite.dds (Stored with Git LFS) Normal file

Binary file not shown.

BIN
gfx/interface/icons/faith/swedenborgian.dds (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -425,7 +425,7 @@
holding = castle_holding holding = castle_holding
} }
3781 = { #Maglen 3781 = { #Maglen
culture = NEOW_pindusian culture = NEOW_makedonikos
religion = megalocratic religion = megalocratic
holding = castle_holding holding = castle_holding
} }
@ -458,7 +458,7 @@
} }
3787 = { #Servia 3787 = { #Servia
holding = churhc_holding holding = churhc_holding
culture = aromanian culture = NEOW_pindusian
religion = megalocratic religion = megalocratic
} }
3788 = { #Elasson aka Elassona 3788 = { #Elasson aka Elassona

View file

@ -2577,37 +2577,37 @@ holding = none
} }
12388 = { #Elista 12388 = { #Elista
culture = kalmyk culture = kalmyk
religion = lamaism religion = khurul
holding = tribal_holding holding = tribal_holding
} }
12385 = { #Ketchenery 12385 = { #Ketchenery
culture = kalmyk culture = kalmyk
religion = lamaism religion = khurul
holding = tribal_holding holding = tribal_holding
} }
12383 = { #Yashkul 12383 = { #Yashkul
culture = kalmyk culture = kalmyk
religion = lamaism religion = khurul
holding = tribal_holding holding = tribal_holding
} }
5312 = { #Sara 5312 = { #Sara
culture = kalmyk culture = kalmyk
religion = lamaism religion = khurul
holding = tribal_holding holding = tribal_holding
} }
12390 = { #Komsomolsky 12390 = { #Komsomolsky
culture = kalmyk culture = kalmyk
religion = lamaism religion = khurul
holding = tribal_holding holding = tribal_holding
} }
12389 = { #Ik Buurla 12389 = { #Ik Buurla
culture = kalmyk culture = kalmyk
religion = lamaism religion = khurul
holding = tribal_holding holding = tribal_holding
} }
5514 = { #Yusta 5514 = { #Yusta
culture = kalmyk culture = kalmyk
religion = lamaism religion = khurul
holding = tribal_holding holding = tribal_holding
} }
12384 = { #Gorodovikovsk 12384 = { #Gorodovikovsk
@ -2765,7 +2765,7 @@ holding = none
} }
12382 = { 12382 = {
culture = kalmyk culture = kalmyk
religion = lamaism religion = khurul
holding = tribal_holding holding = tribal_holding
} }
12379 = { 12379 = {

View file

@ -1,4 +1,4 @@
tsarist_religion = { octobrist_religion = {
family = rf_antediluvianist family = rf_antediluvianist
doctrine_background_icon = core_tenet_banner_christian.dds doctrine_background_icon = core_tenet_banner_christian.dds

View file

@ -19,7 +19,7 @@
slavic_religion_opinion:0 "$slavic_religion_adherent$ Opinion" slavic_religion_opinion:0 "$slavic_religion_adherent$ Opinion"
thelema_religion_opinion:0 "$thelema_religion_adherent$ Opinion" thelema_religion_opinion:0 "$thelema_religion_adherent$ Opinion"
theomach_opinion:0 "$theomach_adherent$ Opinion" theomach_opinion:0 "$theomach_adherent$ Opinion"
tsarist_religion_opinion:0 "$tsarist_religion_adherent$ Opinion" octobrist_religion_opinion:0 "$octobrist_religion_adherent$ Opinion"
wicca_religion_opinion:0 "$wicca_religion_adherent$ Opinion" wicca_religion_opinion:0 "$wicca_religion_adherent$ Opinion"
xenology_religion_opinion:0 "$xenology_religion_adherent$ Opinion" xenology_religion_opinion:0 "$xenology_religion_adherent$ Opinion"
yugoslavic_religion_opinion:0 "$yugoslavic_religion_adherent$ Opinion" yugoslavic_religion_opinion:0 "$yugoslavic_religion_adherent$ Opinion"

View file

@ -0,0 +1,18 @@
l_english:
buddhism_religion:0 "Buddhism"
buddhism_religion_adj:0 "Buddhist"
buddhism_religion_adherent:0 "Buddhist"
buddhism_religion_adherent_plural:0 "Buddhists"
buddhism_religion_desc:0 "Buddhism follows the teachings of Gautama Buddha and subsequent "enlightened ones", in order to overcome the suffering of existence, inflicted by the endless cycle of change through death and rebirth. Achieving enlightenment is the path to release from Samsara, into the non-existence of Nirvana."
osvicenist:0 "Osvícenismus"
osvicenist_adj:0 "Osvícenost"
osvicenist_adherent:0 "Osvicenist"
osvicenist_adherent_plural:0 "Osvicenists"
osvicenist_desc:0 "Originating after the Event in the ruins of the once godless Czech lands, Osvicenism fuses Christian and Buddhist beliefs, putting special importance on the teachings of the Bodhisattva Jesus. According to tradition, the path to Heaven was first revealed to the Shakyamuni Buddha, who taught his students how to overcome their sins through meditation. Heaven was available to only the most dedicated of monks until the sacrifice of Jesus, who opened the path to all. The Osvicenists thus believe that in order to escape the cycle of birth, death, purgatory, and rebirth, one must live their life guided by selflessness and virtue in order to become bodhisattvas - saints in Heaven."
khurul:0 "Khurul"
khurul_adj:0 "Khurul"
khurul_adherent:0 "Khurul"
khurul_adherent_plural:0 "Khuruls"
khurul_desc:0 "WIP"

View file

@ -40,12 +40,6 @@
illuminated_adherent_plural:0 "Illuminated Catholics" illuminated_adherent_plural:0 "Illuminated Catholics"
illuminated_desc:0 "Believing the world to have fallen under the dominion of demons since the Event, initiates of the Illuminated Lodges seek to destroy the obscurant influence of Lucifer and his horde over mankind. Until this is done by removing the current servant of Satan in Rome and restoring a true Vicar of Christ, God is unable to intercede on Earth. Due to this dire situation, Illuminati take a very pragmatic view of demonology, turning a blind eye to more manipulative solutions if exorcism should fail. This is with the understanding that believers will use dark magic to smite all forms of hellish power, furthering the cause of Christendoms enlightenment. However, to outsiders, this has drawn accusations of demon worship, despite it being antithetical to the faiths goals." illuminated_desc:0 "Believing the world to have fallen under the dominion of demons since the Event, initiates of the Illuminated Lodges seek to destroy the obscurant influence of Lucifer and his horde over mankind. Until this is done by removing the current servant of Satan in Rome and restoring a true Vicar of Christ, God is unable to intercede on Earth. Due to this dire situation, Illuminati take a very pragmatic view of demonology, turning a blind eye to more manipulative solutions if exorcism should fail. This is with the understanding that believers will use dark magic to smite all forms of hellish power, furthering the cause of Christendoms enlightenment. However, to outsiders, this has drawn accusations of demon worship, despite it being antithetical to the faiths goals."
osvicenist:0 "Osvícenismus"
osvicenist_adj:0 "Osvícenost"
osvicenist_adherent:0 "Osvicenist"
osvicenist_adherent_plural:0 "Osvicenists"
osvicenist_desc:0 "Originating after the Event in the ruins of the once godless Czech lands, Osvicenism fuses Christian and Buddhist beliefs, putting special importance on the teachings of the Bodhisattva Jesus. According to tradition, the path to Heaven was first revealed to the Shakyamuni Buddha, who taught his students how to overcome their sins through meditation. Heaven was available to only the most dedicated of monks until the sacrifice of Jesus, who opened the path to all. The Osvicenists thus believe that in order to escape the cycle of birth, death, purgatory, and rebirth, one must live their life guided by selflessness and virtue in order to become bodhisattvas - saints in Heaven."
penitente:0 "Order of Penitents" penitente:0 "Order of Penitents"
penitente_adj:0 "Penitente" penitente_adj:0 "Penitente"
penitente_adherent:0 "Penitent" penitente_adherent:0 "Penitent"

View file

@ -0,0 +1,31 @@
l_english:
octobrist_religion:1 "Octobrism"
octobrist_religion_adj:1 "Octobrist"
octobrist_religion_adherent:1 "Octobrist"
octobrist_religion_adherent_plural:1 "Octobrists"
octobrist_religion_desc:1 "For all of history, the lands of the Rus were ruled by veritable god-kings known as the [Concept('neow_tsar','Tsars')|E]. Tsarists believe these rulers, although mortal, were blessed with divine powers during their rule on earth, and surely ascended to Heaven upon death. Though the exact accepted number of Tsars varies, among all Tsarists it is agreed that their very position is a sacred one, and that it has sat vacant for centuries."
third_covenant:0 "Third Covenant"
third_covenant_adj:0 "Third Covenant"
third_covenant_adherent:0 "Third Covenantist"
third_covenant_adherent_plural:0 "Third Covenantists"
third_covenant_desc:0 "The mainline position within Tsarism states that Gospod, the ruler of Heaven, created the first humans in the garden he called Rus. To ensure his children do not stray from the path of virtue, he bestowed upon his chosen the title of [Concept('neow_tsar','Tsar')|E] - so they may act as shepherds leading the flock. Thus, the final covenant was formed - one between God and the Tsars. Upon a Tsar's passing, they would ascend to Heaven to serve at their Lord's side, and a new Tsar would soon be crowned by Gospod himself. However, there has not been a new Tsar in centuries - not since the martyrdom of [Concept('neow_tsar_nicholas','Tsar Nicholas')|E] - leading to restlessness among the Tsarist faithful."
stalinist:0 "Iron Tsarism"
stalinist_adj:0 "Krasnobozhye"
stalinist_adherent:0 "Iron Tsarist"
stalinist_adherent_plural:0 "Iron Tsarists"
stalinist_desc:0 "While mainstream Tsarism states that the status of [Concept('neow_tsar','Tsar')|E] is bestowed by the Lord, followers of the Iron Tsar instead hold that the gods have entrusted the divine essence of a Tsar to mankind long ago, and it is merely passed down through generations. During the waning days of the old Tsars, when the land of the Rus was at its weakest from centuries of exploit, the Iron Tsar was the one to depose the last in a long line of tyrant lords. Called to battle by the goddess Rodina, he consumed the divine essence of [Concept('neow_tsar_nicholas','Tsar Nicholas')|E] to achieve apotheosis, united the whole of the Rus into the Holy Red Army, and saved the ancient empire from certain destruction at the hands of the demon hordes from the West. Centuries later, great Russia finds itself in peril once more, and it is believed that only through hard work and sacrifice will a new Iron Tsar be born to save the Motherland from destruction once more."
leninist:0 "Leninism"
leninist_adj:0 "Leninist"
leninist_adherent:0 "Leninist"
leninist_adherent_plural:0 "Leninists"
leninist_desc:0 "While most mainstream Tsarists believe that the Age of Tsars is not yet over, and that a new Tsar is to bestow humanity in the coming times, Leninists instead hold that there is but one Seal of the Tsars - Lenin the Muchenik. Leninists believe that Lenin was chosen by the Great Holy Spirit to overthrow Tsar Nicholas, the last in a line of incompetent and self-serving Tsars. It was Red October that marked the end of the tyranny of the false Tsars and the beginning of the just, divine rule of Tsar Lenin and his Apostles. The rule of Lenin lasted until his betrayal at the hands of Stalin, who killed Lenin and usurped Tsar Nicholas' divinity for himself. Stalin the Iscariot ruled with an iron fist over the Motherland until the Great Holy Spirit struck down him and all his followers in the Event, sending him to rule over Hell as a Devil of his own making, a fitting punishment for the defiance of God's will. Modern Leninists thus hold that Lenin is the final Tsar, and that his return to Earth as the Leninov is imminent, for he will take back his rightful place as the ultimate instrument of divine will."
internationalist:0 "Internationalism"
internationalist_adj:0 "Internationalist"
internationalist_adherent:0 "Internationalist"
internationalist_adherent_plural:0 "Internationalists"
internationalist_desc:0 "The Internationalists are those Tsarists that believe the Great Holy Spirit is not present only in Tsars, to guide the people as if they are shepherds guiding sheep and to parade themselves as exalted God-Kings given divine mandate, but rather as something present in all humans. They hold that Lenin's Red October was the first such Event to break the Cult of Tsars holding humanity down in a state of self-wallowing, though the failure of the Holy Red Army to see the ascension of the human race through to the end led to its demise. The foul traitor Stalin, who gorged on all his subjects in endless pursuit of power, betrayed the holy Revolution and led to the near-extinction of mankind in the Event. Now, the Internationalists hold true the teachings of Trotsky, one of Lenin's Apostles, and believe it is their duty to guide humanity by founding the Fifth International, the final vessel of humankind's collective ascension to divinity."

View file

@ -1,19 +0,0 @@
l_english:
tsarist_religion:1 "Tsarist"
tsarist_religion_adj:1 "Tsarist"
tsarist_religion_adherent:1 "Tsarist"
tsarist_religion_adherent_plural:1 "Tsarists"
tsarist_religion_desc:1 "For all of history, the lands of the Rus were ruled by veritable god-kings known as the [Concept('neow_tsar','Tsars')|E]. Tsarists believe these rulers, although mortal, were blessed with divine powers during their rule on earth, and surely ascended to Heaven upon death. Though the exact accepted number of Tsars varies, among all Tsarists it is agreed that their very position is a sacred one, and that it has sat vacant for centuries."
third_covenant:0 "Third Covenant"
third_covenant_adj:0 "Third Covenant"
third_covenant_adherent:0 "Third Covenantist"
third_covenant_adherent_plural:0 "Third Covenantists"
third_covenant_desc:0 "The mainline position within Tsarism states that Gospod, the ruler of Heaven, created the first humans in the garden he called Rus. To ensure his children do not stray from the path of virtue, he bestowed upon his chosen the title of [Concept('neow_tsar','Tsar')|E] - so they may act as shepherds leading the flock. Thus, the final covenant was formed - one between God and the Tsars. Upon a Tsar's passing, they would ascend to Heaven to serve at their Lord's side, and a new Tsar would soon be crowned by Gospod himself. However, there has not been a new Tsar in centuries - not since the martyrdom of [Concept('neow_tsar_nicholas','Tsar Nicholas')|E] - leading to restlessness among the Tsarist faithful."
stalinist:0 "Iron Tsarism"
stalinist_adj:0 "Krasnobozhye"
stalinist_adherent:0 "Iron Tsarist"
stalinist_adherent_plural:0 "Iron Tsarists"
stalinist_desc:0 "While mainstream Tsarism states that the status of [Concept('neow_tsar','Tsar')|E] is bestowed by the Lord, followers of the Iron Tsar instead hold that the gods have entrusted the divine essence of a Tsar to mankind long ago, and it is merely passed down through generations. During the waning days of the old Tsars, when the land of the Rus was at its weakest from centuries of exploit, the Iron Tsar was the one to depose the last in a long line of tyrant lords. Called to battle by the goddess Rodina, he consumed the divine essence of [Concept('neow_tsar_nicholas','Tsar Nicholas')|E] to achieve apotheosis, united the whole of the Rus into the Holy Red Army, and saved the ancient empire from certain destruction at the hands of the demon hordes from the West. Centuries later, great Russia finds itself in peril once more, and it is believed that only through hard work and sacrifice will a new Iron Tsar be born to save the Motherland from destruction once more."