loc(religion): add complete faith custom localization
Add localization mapping blocks to all 4 religions in the
definition file — CK3 requires explicit localization = { }
blocks to map generic keys (HighGodName, PriestMale, etc.)
to faith-prefixed loc strings.
Add ~960 loc entries covering all 128 custom loc keys for
each faith (steel_ministry, survivorism, terris_worldbringers,
cult_of_ruin): deity names/pronouns, priest/bishop/devotee
titles, religious terms, afterlife, holy war names, holy site
double-prefix keys, and religion adherent names.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -25,6 +25,186 @@ steel_ministry_religion = {
|
||||
|
||||
pagan_roots = no
|
||||
|
||||
localization = {
|
||||
#HighGod
|
||||
HighGodName = steel_ministry_HighGodName
|
||||
HighGodName2 = steel_ministry_HighGodName2
|
||||
HighGodNamePossessive = steel_ministry_HighGodNamePossessive
|
||||
HighGodNameSheHe = steel_ministry_HighGodNameSheHe
|
||||
HighGodHerselfHimself = steel_ministry_HighGodHerselfHimself
|
||||
HighGodHerHis = steel_ministry_HighGodHerHis
|
||||
HighGodNameAlternate = steel_ministry_HighGodNameAlternate
|
||||
HighGodNameAlternatePossessive = steel_ministry_HighGodNameAlternatePossessive
|
||||
|
||||
#Creator
|
||||
CreatorName = steel_ministry_CreatorName
|
||||
CreatorNamePossessive = steel_ministry_CreatorNamePossessive
|
||||
CreatorSheHe = steel_ministry_CreatorSheHe
|
||||
CreatorHerHis = steel_ministry_CreatorHerHis
|
||||
CreatorHerHim = steel_ministry_CreatorHerHim
|
||||
|
||||
#HealthGod
|
||||
HealthGodName = steel_ministry_HealthGodName
|
||||
HealthGodNamePossessive = steel_ministry_HealthGodNamePossessive
|
||||
HealthGodSheHe = steel_ministry_HealthGodSheHe
|
||||
HealthGodHerHis = steel_ministry_HealthGodHerHis
|
||||
HealthGodHerHim = steel_ministry_HealthGodHerHim
|
||||
|
||||
#FertilityGod
|
||||
FertilityGodName = steel_ministry_FertilityGodName
|
||||
FertilityGodNamePossessive = steel_ministry_FertilityGodNamePossessive
|
||||
FertilityGodSheHe = steel_ministry_FertilityGodSheHe
|
||||
FertilityGodHerHis = steel_ministry_FertilityGodHerHis
|
||||
FertilityGodHerHim = steel_ministry_FertilityGodHerHim
|
||||
|
||||
#WealthGod
|
||||
WealthGodName = steel_ministry_WealthGodName
|
||||
WealthGodNamePossessive = steel_ministry_WealthGodNamePossessive
|
||||
WealthGodSheHe = steel_ministry_WealthGodSheHe
|
||||
WealthGodHerHis = steel_ministry_WealthGodHerHis
|
||||
WealthGodHerHim = steel_ministry_WealthGodHerHim
|
||||
|
||||
#HouseholdGod
|
||||
HouseholdGodName = steel_ministry_HouseholdGodName
|
||||
HouseholdGodNamePossessive = steel_ministry_HouseholdGodNamePossessive
|
||||
HouseholdGodSheHe = steel_ministry_HouseholdGodSheHe
|
||||
HouseholdGodHerHis = steel_ministry_HouseholdGodHerHis
|
||||
HouseholdGodHerHim = steel_ministry_HouseholdGodHerHim
|
||||
|
||||
#FateGod
|
||||
FateGodName = steel_ministry_FateGodName
|
||||
FateGodNamePossessive = steel_ministry_FateGodNamePossessive
|
||||
FateGodSheHe = steel_ministry_FateGodSheHe
|
||||
FateGodHerHis = steel_ministry_FateGodHerHis
|
||||
FateGodHerHim = steel_ministry_FateGodHerHim
|
||||
|
||||
#KnowledgeGod
|
||||
KnowledgeGodName = steel_ministry_KnowledgeGodName
|
||||
KnowledgeGodNamePossessive = steel_ministry_KnowledgeGodNamePossessive
|
||||
KnowledgeGodSheHe = steel_ministry_KnowledgeGodSheHe
|
||||
KnowledgeGodHerHis = steel_ministry_KnowledgeGodHerHis
|
||||
KnowledgeGodHerHim = steel_ministry_KnowledgeGodHerHim
|
||||
|
||||
#WarGod
|
||||
WarGodName = steel_ministry_WarGodName
|
||||
WarGodNamePossessive = steel_ministry_WarGodNamePossessive
|
||||
WarGodSheHe = steel_ministry_WarGodSheHe
|
||||
WarGodHerHis = steel_ministry_WarGodHerHis
|
||||
WarGodHerHim = steel_ministry_WarGodHerHim
|
||||
|
||||
#TricksterGod
|
||||
TricksterGodName = steel_ministry_TricksterGodName
|
||||
TricksterGodNamePossessive = steel_ministry_TricksterGodNamePossessive
|
||||
TricksterGodSheHe = steel_ministry_TricksterGodSheHe
|
||||
TricksterGodHerHis = steel_ministry_TricksterGodHerHis
|
||||
TricksterGodHerHim = steel_ministry_TricksterGodHerHim
|
||||
|
||||
#NightGod
|
||||
NightGodName = steel_ministry_NightGodName
|
||||
NightGodNamePossessive = steel_ministry_NightGodNamePossessive
|
||||
NightGodSheHe = steel_ministry_NightGodSheHe
|
||||
NightGodHerHis = steel_ministry_NightGodHerHis
|
||||
NightGodHerHim = steel_ministry_NightGodHerHim
|
||||
|
||||
#WaterGod
|
||||
WaterGodName = steel_ministry_WaterGodName
|
||||
WaterGodNamePossessive = steel_ministry_WaterGodNamePossessive
|
||||
WaterGodSheHe = steel_ministry_WaterGodSheHe
|
||||
WaterGodHerHis = steel_ministry_WaterGodHerHis
|
||||
WaterGodHerHim = steel_ministry_WaterGodHerHim
|
||||
|
||||
#DeathDeity
|
||||
DeathDeityName = steel_ministry_DeathDeityName
|
||||
DeathDeityNamePossessive = steel_ministry_DeathDeityNamePossessive
|
||||
DeathDeitySheHe = steel_ministry_DeathDeitySheHe
|
||||
DeathDeityHerHis = steel_ministry_DeathDeityHerHis
|
||||
DeathDeityHerHim = steel_ministry_DeathDeityHerHim
|
||||
|
||||
#WitchGod
|
||||
WitchGodName = steel_ministry_WitchGodName
|
||||
WitchGodNamePossessive = steel_ministry_WitchGodNamePossessive
|
||||
WitchGodSheHe = steel_ministry_WitchGodSheHe
|
||||
WitchGodHerHis = steel_ministry_WitchGodHerHis
|
||||
WitchGodHerHim = steel_ministry_WitchGodHerHim
|
||||
WitchGodMotherFather = steel_ministry_WitchGodMotherFather
|
||||
WitchGodMistressMaster = steel_ministry_WitchGodMistressMaster
|
||||
|
||||
#Devil
|
||||
DevilName = steel_ministry_DevilName
|
||||
DevilNamePossessive = steel_ministry_DevilNamePossessive
|
||||
DevilSheHe = steel_ministry_DevilSheHe
|
||||
DevilHerHis = steel_ministry_DevilHerHis
|
||||
DevilHerselfHimself = steel_ministry_DevilHerselfHimself
|
||||
|
||||
#GoodEvil
|
||||
GoodGodNames = steel_ministry_GoodGodNames
|
||||
EvilGodNames = steel_ministry_EvilGodNames
|
||||
|
||||
#Pantheon
|
||||
PantheonTerm = steel_ministry_PantheonTerm
|
||||
PantheonTerm2 = steel_ministry_PantheonTerm2
|
||||
PantheonTerm3 = steel_ministry_PantheonTerm3
|
||||
PantheonTermHasHave = steel_ministry_PantheonTermHasHave
|
||||
|
||||
#HouseOfWorship
|
||||
HouseOfWorship = steel_ministry_HouseOfWorship
|
||||
HouseOfWorship2 = steel_ministry_HouseOfWorship2
|
||||
HouseOfWorship3 = steel_ministry_HouseOfWorship3
|
||||
HouseOfWorshipPlural = steel_ministry_HouseOfWorshipPlural
|
||||
|
||||
#ReligiousSymbol
|
||||
ReligiousSymbol = steel_ministry_ReligiousSymbol
|
||||
ReligiousSymbol2 = steel_ministry_ReligiousSymbol2
|
||||
ReligiousSymbol3 = steel_ministry_ReligiousSymbol3
|
||||
|
||||
#ReligiousText
|
||||
ReligiousText = steel_ministry_ReligiousText
|
||||
ReligiousText2 = steel_ministry_ReligiousText2
|
||||
ReligiousText3 = steel_ministry_ReligiousText3
|
||||
|
||||
#ReligiousHead
|
||||
ReligiousHeadName = steel_ministry_ReligiousHeadName
|
||||
ReligiousHeadTitleName = steel_ministry_ReligiousHeadTitleName
|
||||
|
||||
#Clergy
|
||||
PriestMale = steel_ministry_PriestMale
|
||||
PriestMalePlural = steel_ministry_PriestMalePlural
|
||||
PriestFemale = steel_ministry_PriestFemale
|
||||
PriestFemalePlural = steel_ministry_PriestFemalePlural
|
||||
PriestNeuter = steel_ministry_PriestNeuter
|
||||
PriestNeuterPlural = steel_ministry_PriestNeuterPlural
|
||||
AltPriestTermPlural = steel_ministry_AltPriestTermPlural
|
||||
BishopMale = steel_ministry_BishopMale
|
||||
BishopMalePlural = steel_ministry_BishopMalePlural
|
||||
BishopFemale = steel_ministry_BishopFemale
|
||||
BishopFemalePlural = steel_ministry_BishopFemalePlural
|
||||
BishopNeuter = steel_ministry_BishopNeuter
|
||||
BishopNeuterPlural = steel_ministry_BishopNeuterPlural
|
||||
|
||||
#Devotees
|
||||
DevoteeMale = steel_ministry_DevoteeMale
|
||||
DevoteeMalePlural = steel_ministry_DevoteeMalePlural
|
||||
DevoteeFemale = steel_ministry_DevoteeFemale
|
||||
DevoteeFemalePlural = steel_ministry_DevoteeFemalePlural
|
||||
DevoteeNeuter = steel_ministry_DevoteeNeuter
|
||||
DevoteeNeuterPlural = steel_ministry_DevoteeNeuterPlural
|
||||
|
||||
#Afterlife
|
||||
DivineRealm = steel_ministry_DivineRealm
|
||||
DivineRealm2 = steel_ministry_DivineRealm2
|
||||
DivineRealm3 = steel_ministry_DivineRealm3
|
||||
PositiveAfterLife = steel_ministry_PositiveAfterLife
|
||||
PositiveAfterLife2 = steel_ministry_PositiveAfterLife2
|
||||
PositiveAfterLife3 = steel_ministry_PositiveAfterLife3
|
||||
NegativeAfterLife = steel_ministry_NegativeAfterLife
|
||||
NegativeAfterLife2 = steel_ministry_NegativeAfterLife2
|
||||
NegativeAfterLife3 = steel_ministry_NegativeAfterLife3
|
||||
|
||||
#HolyWar
|
||||
GHWName = steel_ministry_GHWName
|
||||
GHWNamePlural = steel_ministry_GHWNamePlural
|
||||
}
|
||||
|
||||
faiths = {
|
||||
steel_ministry = {
|
||||
color = { 0.3 0.3 0.3 }
|
||||
@@ -66,6 +246,186 @@ terris_religion = {
|
||||
|
||||
pagan_roots = no
|
||||
|
||||
localization = {
|
||||
#HighGod
|
||||
HighGodName = terris_worldbringers_HighGodName
|
||||
HighGodName2 = terris_worldbringers_HighGodName2
|
||||
HighGodNamePossessive = terris_worldbringers_HighGodNamePossessive
|
||||
HighGodNameSheHe = terris_worldbringers_HighGodNameSheHe
|
||||
HighGodHerselfHimself = terris_worldbringers_HighGodHerselfHimself
|
||||
HighGodHerHis = terris_worldbringers_HighGodHerHis
|
||||
HighGodNameAlternate = terris_worldbringers_HighGodNameAlternate
|
||||
HighGodNameAlternatePossessive = terris_worldbringers_HighGodNameAlternatePossessive
|
||||
|
||||
#Creator
|
||||
CreatorName = terris_worldbringers_CreatorName
|
||||
CreatorNamePossessive = terris_worldbringers_CreatorNamePossessive
|
||||
CreatorSheHe = terris_worldbringers_CreatorSheHe
|
||||
CreatorHerHis = terris_worldbringers_CreatorHerHis
|
||||
CreatorHerHim = terris_worldbringers_CreatorHerHim
|
||||
|
||||
#HealthGod
|
||||
HealthGodName = terris_worldbringers_HealthGodName
|
||||
HealthGodNamePossessive = terris_worldbringers_HealthGodNamePossessive
|
||||
HealthGodSheHe = terris_worldbringers_HealthGodSheHe
|
||||
HealthGodHerHis = terris_worldbringers_HealthGodHerHis
|
||||
HealthGodHerHim = terris_worldbringers_HealthGodHerHim
|
||||
|
||||
#FertilityGod
|
||||
FertilityGodName = terris_worldbringers_FertilityGodName
|
||||
FertilityGodNamePossessive = terris_worldbringers_FertilityGodNamePossessive
|
||||
FertilityGodSheHe = terris_worldbringers_FertilityGodSheHe
|
||||
FertilityGodHerHis = terris_worldbringers_FertilityGodHerHis
|
||||
FertilityGodHerHim = terris_worldbringers_FertilityGodHerHim
|
||||
|
||||
#WealthGod
|
||||
WealthGodName = terris_worldbringers_WealthGodName
|
||||
WealthGodNamePossessive = terris_worldbringers_WealthGodNamePossessive
|
||||
WealthGodSheHe = terris_worldbringers_WealthGodSheHe
|
||||
WealthGodHerHis = terris_worldbringers_WealthGodHerHis
|
||||
WealthGodHerHim = terris_worldbringers_WealthGodHerHim
|
||||
|
||||
#HouseholdGod
|
||||
HouseholdGodName = terris_worldbringers_HouseholdGodName
|
||||
HouseholdGodNamePossessive = terris_worldbringers_HouseholdGodNamePossessive
|
||||
HouseholdGodSheHe = terris_worldbringers_HouseholdGodSheHe
|
||||
HouseholdGodHerHis = terris_worldbringers_HouseholdGodHerHis
|
||||
HouseholdGodHerHim = terris_worldbringers_HouseholdGodHerHim
|
||||
|
||||
#FateGod
|
||||
FateGodName = terris_worldbringers_FateGodName
|
||||
FateGodNamePossessive = terris_worldbringers_FateGodNamePossessive
|
||||
FateGodSheHe = terris_worldbringers_FateGodSheHe
|
||||
FateGodHerHis = terris_worldbringers_FateGodHerHis
|
||||
FateGodHerHim = terris_worldbringers_FateGodHerHim
|
||||
|
||||
#KnowledgeGod
|
||||
KnowledgeGodName = terris_worldbringers_KnowledgeGodName
|
||||
KnowledgeGodNamePossessive = terris_worldbringers_KnowledgeGodNamePossessive
|
||||
KnowledgeGodSheHe = terris_worldbringers_KnowledgeGodSheHe
|
||||
KnowledgeGodHerHis = terris_worldbringers_KnowledgeGodHerHis
|
||||
KnowledgeGodHerHim = terris_worldbringers_KnowledgeGodHerHim
|
||||
|
||||
#WarGod
|
||||
WarGodName = terris_worldbringers_WarGodName
|
||||
WarGodNamePossessive = terris_worldbringers_WarGodNamePossessive
|
||||
WarGodSheHe = terris_worldbringers_WarGodSheHe
|
||||
WarGodHerHis = terris_worldbringers_WarGodHerHis
|
||||
WarGodHerHim = terris_worldbringers_WarGodHerHim
|
||||
|
||||
#TricksterGod
|
||||
TricksterGodName = terris_worldbringers_TricksterGodName
|
||||
TricksterGodNamePossessive = terris_worldbringers_TricksterGodNamePossessive
|
||||
TricksterGodSheHe = terris_worldbringers_TricksterGodSheHe
|
||||
TricksterGodHerHis = terris_worldbringers_TricksterGodHerHis
|
||||
TricksterGodHerHim = terris_worldbringers_TricksterGodHerHim
|
||||
|
||||
#NightGod
|
||||
NightGodName = terris_worldbringers_NightGodName
|
||||
NightGodNamePossessive = terris_worldbringers_NightGodNamePossessive
|
||||
NightGodSheHe = terris_worldbringers_NightGodSheHe
|
||||
NightGodHerHis = terris_worldbringers_NightGodHerHis
|
||||
NightGodHerHim = terris_worldbringers_NightGodHerHim
|
||||
|
||||
#WaterGod
|
||||
WaterGodName = terris_worldbringers_WaterGodName
|
||||
WaterGodNamePossessive = terris_worldbringers_WaterGodNamePossessive
|
||||
WaterGodSheHe = terris_worldbringers_WaterGodSheHe
|
||||
WaterGodHerHis = terris_worldbringers_WaterGodHerHis
|
||||
WaterGodHerHim = terris_worldbringers_WaterGodHerHim
|
||||
|
||||
#DeathDeity
|
||||
DeathDeityName = terris_worldbringers_DeathDeityName
|
||||
DeathDeityNamePossessive = terris_worldbringers_DeathDeityNamePossessive
|
||||
DeathDeitySheHe = terris_worldbringers_DeathDeitySheHe
|
||||
DeathDeityHerHis = terris_worldbringers_DeathDeityHerHis
|
||||
DeathDeityHerHim = terris_worldbringers_DeathDeityHerHim
|
||||
|
||||
#WitchGod
|
||||
WitchGodName = terris_worldbringers_WitchGodName
|
||||
WitchGodNamePossessive = terris_worldbringers_WitchGodNamePossessive
|
||||
WitchGodSheHe = terris_worldbringers_WitchGodSheHe
|
||||
WitchGodHerHis = terris_worldbringers_WitchGodHerHis
|
||||
WitchGodHerHim = terris_worldbringers_WitchGodHerHim
|
||||
WitchGodMotherFather = terris_worldbringers_WitchGodMotherFather
|
||||
WitchGodMistressMaster = terris_worldbringers_WitchGodMistressMaster
|
||||
|
||||
#Devil
|
||||
DevilName = terris_worldbringers_DevilName
|
||||
DevilNamePossessive = terris_worldbringers_DevilNamePossessive
|
||||
DevilSheHe = terris_worldbringers_DevilSheHe
|
||||
DevilHerHis = terris_worldbringers_DevilHerHis
|
||||
DevilHerselfHimself = terris_worldbringers_DevilHerselfHimself
|
||||
|
||||
#GoodEvil
|
||||
GoodGodNames = terris_worldbringers_GoodGodNames
|
||||
EvilGodNames = terris_worldbringers_EvilGodNames
|
||||
|
||||
#Pantheon
|
||||
PantheonTerm = terris_worldbringers_PantheonTerm
|
||||
PantheonTerm2 = terris_worldbringers_PantheonTerm2
|
||||
PantheonTerm3 = terris_worldbringers_PantheonTerm3
|
||||
PantheonTermHasHave = terris_worldbringers_PantheonTermHasHave
|
||||
|
||||
#HouseOfWorship
|
||||
HouseOfWorship = terris_worldbringers_HouseOfWorship
|
||||
HouseOfWorship2 = terris_worldbringers_HouseOfWorship2
|
||||
HouseOfWorship3 = terris_worldbringers_HouseOfWorship3
|
||||
HouseOfWorshipPlural = terris_worldbringers_HouseOfWorshipPlural
|
||||
|
||||
#ReligiousSymbol
|
||||
ReligiousSymbol = terris_worldbringers_ReligiousSymbol
|
||||
ReligiousSymbol2 = terris_worldbringers_ReligiousSymbol2
|
||||
ReligiousSymbol3 = terris_worldbringers_ReligiousSymbol3
|
||||
|
||||
#ReligiousText
|
||||
ReligiousText = terris_worldbringers_ReligiousText
|
||||
ReligiousText2 = terris_worldbringers_ReligiousText2
|
||||
ReligiousText3 = terris_worldbringers_ReligiousText3
|
||||
|
||||
#ReligiousHead
|
||||
ReligiousHeadName = terris_worldbringers_ReligiousHeadName
|
||||
ReligiousHeadTitleName = terris_worldbringers_ReligiousHeadTitleName
|
||||
|
||||
#Clergy
|
||||
PriestMale = terris_worldbringers_PriestMale
|
||||
PriestMalePlural = terris_worldbringers_PriestMalePlural
|
||||
PriestFemale = terris_worldbringers_PriestFemale
|
||||
PriestFemalePlural = terris_worldbringers_PriestFemalePlural
|
||||
PriestNeuter = terris_worldbringers_PriestNeuter
|
||||
PriestNeuterPlural = terris_worldbringers_PriestNeuterPlural
|
||||
AltPriestTermPlural = terris_worldbringers_AltPriestTermPlural
|
||||
BishopMale = terris_worldbringers_BishopMale
|
||||
BishopMalePlural = terris_worldbringers_BishopMalePlural
|
||||
BishopFemale = terris_worldbringers_BishopFemale
|
||||
BishopFemalePlural = terris_worldbringers_BishopFemalePlural
|
||||
BishopNeuter = terris_worldbringers_BishopNeuter
|
||||
BishopNeuterPlural = terris_worldbringers_BishopNeuterPlural
|
||||
|
||||
#Devotees
|
||||
DevoteeMale = terris_worldbringers_DevoteeMale
|
||||
DevoteeMalePlural = terris_worldbringers_DevoteeMalePlural
|
||||
DevoteeFemale = terris_worldbringers_DevoteeFemale
|
||||
DevoteeFemalePlural = terris_worldbringers_DevoteeFemalePlural
|
||||
DevoteeNeuter = terris_worldbringers_DevoteeNeuter
|
||||
DevoteeNeuterPlural = terris_worldbringers_DevoteeNeuterPlural
|
||||
|
||||
#Afterlife
|
||||
DivineRealm = terris_worldbringers_DivineRealm
|
||||
DivineRealm2 = terris_worldbringers_DivineRealm2
|
||||
DivineRealm3 = terris_worldbringers_DivineRealm3
|
||||
PositiveAfterLife = terris_worldbringers_PositiveAfterLife
|
||||
PositiveAfterLife2 = terris_worldbringers_PositiveAfterLife2
|
||||
PositiveAfterLife3 = terris_worldbringers_PositiveAfterLife3
|
||||
NegativeAfterLife = terris_worldbringers_NegativeAfterLife
|
||||
NegativeAfterLife2 = terris_worldbringers_NegativeAfterLife2
|
||||
NegativeAfterLife3 = terris_worldbringers_NegativeAfterLife3
|
||||
|
||||
#HolyWar
|
||||
GHWName = terris_worldbringers_GHWName
|
||||
GHWNamePlural = terris_worldbringers_GHWNamePlural
|
||||
}
|
||||
|
||||
faiths = {
|
||||
terris_worldbringers = {
|
||||
color = { 0.4 0.6 0.3 }
|
||||
@@ -107,6 +467,186 @@ survivorist_religion = {
|
||||
|
||||
pagan_roots = no
|
||||
|
||||
localization = {
|
||||
#HighGod
|
||||
HighGodName = survivorism_HighGodName
|
||||
HighGodName2 = survivorism_HighGodName2
|
||||
HighGodNamePossessive = survivorism_HighGodNamePossessive
|
||||
HighGodNameSheHe = survivorism_HighGodNameSheHe
|
||||
HighGodHerselfHimself = survivorism_HighGodHerselfHimself
|
||||
HighGodHerHis = survivorism_HighGodHerHis
|
||||
HighGodNameAlternate = survivorism_HighGodNameAlternate
|
||||
HighGodNameAlternatePossessive = survivorism_HighGodNameAlternatePossessive
|
||||
|
||||
#Creator
|
||||
CreatorName = survivorism_CreatorName
|
||||
CreatorNamePossessive = survivorism_CreatorNamePossessive
|
||||
CreatorSheHe = survivorism_CreatorSheHe
|
||||
CreatorHerHis = survivorism_CreatorHerHis
|
||||
CreatorHerHim = survivorism_CreatorHerHim
|
||||
|
||||
#HealthGod
|
||||
HealthGodName = survivorism_HealthGodName
|
||||
HealthGodNamePossessive = survivorism_HealthGodNamePossessive
|
||||
HealthGodSheHe = survivorism_HealthGodSheHe
|
||||
HealthGodHerHis = survivorism_HealthGodHerHis
|
||||
HealthGodHerHim = survivorism_HealthGodHerHim
|
||||
|
||||
#FertilityGod
|
||||
FertilityGodName = survivorism_FertilityGodName
|
||||
FertilityGodNamePossessive = survivorism_FertilityGodNamePossessive
|
||||
FertilityGodSheHe = survivorism_FertilityGodSheHe
|
||||
FertilityGodHerHis = survivorism_FertilityGodHerHis
|
||||
FertilityGodHerHim = survivorism_FertilityGodHerHim
|
||||
|
||||
#WealthGod
|
||||
WealthGodName = survivorism_WealthGodName
|
||||
WealthGodNamePossessive = survivorism_WealthGodNamePossessive
|
||||
WealthGodSheHe = survivorism_WealthGodSheHe
|
||||
WealthGodHerHis = survivorism_WealthGodHerHis
|
||||
WealthGodHerHim = survivorism_WealthGodHerHim
|
||||
|
||||
#HouseholdGod
|
||||
HouseholdGodName = survivorism_HouseholdGodName
|
||||
HouseholdGodNamePossessive = survivorism_HouseholdGodNamePossessive
|
||||
HouseholdGodSheHe = survivorism_HouseholdGodSheHe
|
||||
HouseholdGodHerHis = survivorism_HouseholdGodHerHis
|
||||
HouseholdGodHerHim = survivorism_HouseholdGodHerHim
|
||||
|
||||
#FateGod
|
||||
FateGodName = survivorism_FateGodName
|
||||
FateGodNamePossessive = survivorism_FateGodNamePossessive
|
||||
FateGodSheHe = survivorism_FateGodSheHe
|
||||
FateGodHerHis = survivorism_FateGodHerHis
|
||||
FateGodHerHim = survivorism_FateGodHerHim
|
||||
|
||||
#KnowledgeGod
|
||||
KnowledgeGodName = survivorism_KnowledgeGodName
|
||||
KnowledgeGodNamePossessive = survivorism_KnowledgeGodNamePossessive
|
||||
KnowledgeGodSheHe = survivorism_KnowledgeGodSheHe
|
||||
KnowledgeGodHerHis = survivorism_KnowledgeGodHerHis
|
||||
KnowledgeGodHerHim = survivorism_KnowledgeGodHerHim
|
||||
|
||||
#WarGod
|
||||
WarGodName = survivorism_WarGodName
|
||||
WarGodNamePossessive = survivorism_WarGodNamePossessive
|
||||
WarGodSheHe = survivorism_WarGodSheHe
|
||||
WarGodHerHis = survivorism_WarGodHerHis
|
||||
WarGodHerHim = survivorism_WarGodHerHim
|
||||
|
||||
#TricksterGod
|
||||
TricksterGodName = survivorism_TricksterGodName
|
||||
TricksterGodNamePossessive = survivorism_TricksterGodNamePossessive
|
||||
TricksterGodSheHe = survivorism_TricksterGodSheHe
|
||||
TricksterGodHerHis = survivorism_TricksterGodHerHis
|
||||
TricksterGodHerHim = survivorism_TricksterGodHerHim
|
||||
|
||||
#NightGod
|
||||
NightGodName = survivorism_NightGodName
|
||||
NightGodNamePossessive = survivorism_NightGodNamePossessive
|
||||
NightGodSheHe = survivorism_NightGodSheHe
|
||||
NightGodHerHis = survivorism_NightGodHerHis
|
||||
NightGodHerHim = survivorism_NightGodHerHim
|
||||
|
||||
#WaterGod
|
||||
WaterGodName = survivorism_WaterGodName
|
||||
WaterGodNamePossessive = survivorism_WaterGodNamePossessive
|
||||
WaterGodSheHe = survivorism_WaterGodSheHe
|
||||
WaterGodHerHis = survivorism_WaterGodHerHis
|
||||
WaterGodHerHim = survivorism_WaterGodHerHim
|
||||
|
||||
#DeathDeity
|
||||
DeathDeityName = survivorism_DeathDeityName
|
||||
DeathDeityNamePossessive = survivorism_DeathDeityNamePossessive
|
||||
DeathDeitySheHe = survivorism_DeathDeitySheHe
|
||||
DeathDeityHerHis = survivorism_DeathDeityHerHis
|
||||
DeathDeityHerHim = survivorism_DeathDeityHerHim
|
||||
|
||||
#WitchGod
|
||||
WitchGodName = survivorism_WitchGodName
|
||||
WitchGodNamePossessive = survivorism_WitchGodNamePossessive
|
||||
WitchGodSheHe = survivorism_WitchGodSheHe
|
||||
WitchGodHerHis = survivorism_WitchGodHerHis
|
||||
WitchGodHerHim = survivorism_WitchGodHerHim
|
||||
WitchGodMotherFather = survivorism_WitchGodMotherFather
|
||||
WitchGodMistressMaster = survivorism_WitchGodMistressMaster
|
||||
|
||||
#Devil
|
||||
DevilName = survivorism_DevilName
|
||||
DevilNamePossessive = survivorism_DevilNamePossessive
|
||||
DevilSheHe = survivorism_DevilSheHe
|
||||
DevilHerHis = survivorism_DevilHerHis
|
||||
DevilHerselfHimself = survivorism_DevilHerselfHimself
|
||||
|
||||
#GoodEvil
|
||||
GoodGodNames = survivorism_GoodGodNames
|
||||
EvilGodNames = survivorism_EvilGodNames
|
||||
|
||||
#Pantheon
|
||||
PantheonTerm = survivorism_PantheonTerm
|
||||
PantheonTerm2 = survivorism_PantheonTerm2
|
||||
PantheonTerm3 = survivorism_PantheonTerm3
|
||||
PantheonTermHasHave = survivorism_PantheonTermHasHave
|
||||
|
||||
#HouseOfWorship
|
||||
HouseOfWorship = survivorism_HouseOfWorship
|
||||
HouseOfWorship2 = survivorism_HouseOfWorship2
|
||||
HouseOfWorship3 = survivorism_HouseOfWorship3
|
||||
HouseOfWorshipPlural = survivorism_HouseOfWorshipPlural
|
||||
|
||||
#ReligiousSymbol
|
||||
ReligiousSymbol = survivorism_ReligiousSymbol
|
||||
ReligiousSymbol2 = survivorism_ReligiousSymbol2
|
||||
ReligiousSymbol3 = survivorism_ReligiousSymbol3
|
||||
|
||||
#ReligiousText
|
||||
ReligiousText = survivorism_ReligiousText
|
||||
ReligiousText2 = survivorism_ReligiousText2
|
||||
ReligiousText3 = survivorism_ReligiousText3
|
||||
|
||||
#ReligiousHead
|
||||
ReligiousHeadName = survivorism_ReligiousHeadName
|
||||
ReligiousHeadTitleName = survivorism_ReligiousHeadTitleName
|
||||
|
||||
#Clergy
|
||||
PriestMale = survivorism_PriestMale
|
||||
PriestMalePlural = survivorism_PriestMalePlural
|
||||
PriestFemale = survivorism_PriestFemale
|
||||
PriestFemalePlural = survivorism_PriestFemalePlural
|
||||
PriestNeuter = survivorism_PriestNeuter
|
||||
PriestNeuterPlural = survivorism_PriestNeuterPlural
|
||||
AltPriestTermPlural = survivorism_AltPriestTermPlural
|
||||
BishopMale = survivorism_BishopMale
|
||||
BishopMalePlural = survivorism_BishopMalePlural
|
||||
BishopFemale = survivorism_BishopFemale
|
||||
BishopFemalePlural = survivorism_BishopFemalePlural
|
||||
BishopNeuter = survivorism_BishopNeuter
|
||||
BishopNeuterPlural = survivorism_BishopNeuterPlural
|
||||
|
||||
#Devotees
|
||||
DevoteeMale = survivorism_DevoteeMale
|
||||
DevoteeMalePlural = survivorism_DevoteeMalePlural
|
||||
DevoteeFemale = survivorism_DevoteeFemale
|
||||
DevoteeFemalePlural = survivorism_DevoteeFemalePlural
|
||||
DevoteeNeuter = survivorism_DevoteeNeuter
|
||||
DevoteeNeuterPlural = survivorism_DevoteeNeuterPlural
|
||||
|
||||
#Afterlife
|
||||
DivineRealm = survivorism_DivineRealm
|
||||
DivineRealm2 = survivorism_DivineRealm2
|
||||
DivineRealm3 = survivorism_DivineRealm3
|
||||
PositiveAfterLife = survivorism_PositiveAfterLife
|
||||
PositiveAfterLife2 = survivorism_PositiveAfterLife2
|
||||
PositiveAfterLife3 = survivorism_PositiveAfterLife3
|
||||
NegativeAfterLife = survivorism_NegativeAfterLife
|
||||
NegativeAfterLife2 = survivorism_NegativeAfterLife2
|
||||
NegativeAfterLife3 = survivorism_NegativeAfterLife3
|
||||
|
||||
#HolyWar
|
||||
GHWName = survivorism_GHWName
|
||||
GHWNamePlural = survivorism_GHWNamePlural
|
||||
}
|
||||
|
||||
faiths = {
|
||||
survivorism = {
|
||||
color = { 0.7 0.7 0.2 }
|
||||
@@ -148,6 +688,186 @@ ruin_religion = {
|
||||
|
||||
pagan_roots = yes
|
||||
|
||||
localization = {
|
||||
#HighGod
|
||||
HighGodName = cult_of_ruin_HighGodName
|
||||
HighGodName2 = cult_of_ruin_HighGodName2
|
||||
HighGodNamePossessive = cult_of_ruin_HighGodNamePossessive
|
||||
HighGodNameSheHe = cult_of_ruin_HighGodNameSheHe
|
||||
HighGodHerselfHimself = cult_of_ruin_HighGodHerselfHimself
|
||||
HighGodHerHis = cult_of_ruin_HighGodHerHis
|
||||
HighGodNameAlternate = cult_of_ruin_HighGodNameAlternate
|
||||
HighGodNameAlternatePossessive = cult_of_ruin_HighGodNameAlternatePossessive
|
||||
|
||||
#Creator
|
||||
CreatorName = cult_of_ruin_CreatorName
|
||||
CreatorNamePossessive = cult_of_ruin_CreatorNamePossessive
|
||||
CreatorSheHe = cult_of_ruin_CreatorSheHe
|
||||
CreatorHerHis = cult_of_ruin_CreatorHerHis
|
||||
CreatorHerHim = cult_of_ruin_CreatorHerHim
|
||||
|
||||
#HealthGod
|
||||
HealthGodName = cult_of_ruin_HealthGodName
|
||||
HealthGodNamePossessive = cult_of_ruin_HealthGodNamePossessive
|
||||
HealthGodSheHe = cult_of_ruin_HealthGodSheHe
|
||||
HealthGodHerHis = cult_of_ruin_HealthGodHerHis
|
||||
HealthGodHerHim = cult_of_ruin_HealthGodHerHim
|
||||
|
||||
#FertilityGod
|
||||
FertilityGodName = cult_of_ruin_FertilityGodName
|
||||
FertilityGodNamePossessive = cult_of_ruin_FertilityGodNamePossessive
|
||||
FertilityGodSheHe = cult_of_ruin_FertilityGodSheHe
|
||||
FertilityGodHerHis = cult_of_ruin_FertilityGodHerHis
|
||||
FertilityGodHerHim = cult_of_ruin_FertilityGodHerHim
|
||||
|
||||
#WealthGod
|
||||
WealthGodName = cult_of_ruin_WealthGodName
|
||||
WealthGodNamePossessive = cult_of_ruin_WealthGodNamePossessive
|
||||
WealthGodSheHe = cult_of_ruin_WealthGodSheHe
|
||||
WealthGodHerHis = cult_of_ruin_WealthGodHerHis
|
||||
WealthGodHerHim = cult_of_ruin_WealthGodHerHim
|
||||
|
||||
#HouseholdGod
|
||||
HouseholdGodName = cult_of_ruin_HouseholdGodName
|
||||
HouseholdGodNamePossessive = cult_of_ruin_HouseholdGodNamePossessive
|
||||
HouseholdGodSheHe = cult_of_ruin_HouseholdGodSheHe
|
||||
HouseholdGodHerHis = cult_of_ruin_HouseholdGodHerHis
|
||||
HouseholdGodHerHim = cult_of_ruin_HouseholdGodHerHim
|
||||
|
||||
#FateGod
|
||||
FateGodName = cult_of_ruin_FateGodName
|
||||
FateGodNamePossessive = cult_of_ruin_FateGodNamePossessive
|
||||
FateGodSheHe = cult_of_ruin_FateGodSheHe
|
||||
FateGodHerHis = cult_of_ruin_FateGodHerHis
|
||||
FateGodHerHim = cult_of_ruin_FateGodHerHim
|
||||
|
||||
#KnowledgeGod
|
||||
KnowledgeGodName = cult_of_ruin_KnowledgeGodName
|
||||
KnowledgeGodNamePossessive = cult_of_ruin_KnowledgeGodNamePossessive
|
||||
KnowledgeGodSheHe = cult_of_ruin_KnowledgeGodSheHe
|
||||
KnowledgeGodHerHis = cult_of_ruin_KnowledgeGodHerHis
|
||||
KnowledgeGodHerHim = cult_of_ruin_KnowledgeGodHerHim
|
||||
|
||||
#WarGod
|
||||
WarGodName = cult_of_ruin_WarGodName
|
||||
WarGodNamePossessive = cult_of_ruin_WarGodNamePossessive
|
||||
WarGodSheHe = cult_of_ruin_WarGodSheHe
|
||||
WarGodHerHis = cult_of_ruin_WarGodHerHis
|
||||
WarGodHerHim = cult_of_ruin_WarGodHerHim
|
||||
|
||||
#TricksterGod
|
||||
TricksterGodName = cult_of_ruin_TricksterGodName
|
||||
TricksterGodNamePossessive = cult_of_ruin_TricksterGodNamePossessive
|
||||
TricksterGodSheHe = cult_of_ruin_TricksterGodSheHe
|
||||
TricksterGodHerHis = cult_of_ruin_TricksterGodHerHis
|
||||
TricksterGodHerHim = cult_of_ruin_TricksterGodHerHim
|
||||
|
||||
#NightGod
|
||||
NightGodName = cult_of_ruin_NightGodName
|
||||
NightGodNamePossessive = cult_of_ruin_NightGodNamePossessive
|
||||
NightGodSheHe = cult_of_ruin_NightGodSheHe
|
||||
NightGodHerHis = cult_of_ruin_NightGodHerHis
|
||||
NightGodHerHim = cult_of_ruin_NightGodHerHim
|
||||
|
||||
#WaterGod
|
||||
WaterGodName = cult_of_ruin_WaterGodName
|
||||
WaterGodNamePossessive = cult_of_ruin_WaterGodNamePossessive
|
||||
WaterGodSheHe = cult_of_ruin_WaterGodSheHe
|
||||
WaterGodHerHis = cult_of_ruin_WaterGodHerHis
|
||||
WaterGodHerHim = cult_of_ruin_WaterGodHerHim
|
||||
|
||||
#DeathDeity
|
||||
DeathDeityName = cult_of_ruin_DeathDeityName
|
||||
DeathDeityNamePossessive = cult_of_ruin_DeathDeityNamePossessive
|
||||
DeathDeitySheHe = cult_of_ruin_DeathDeitySheHe
|
||||
DeathDeityHerHis = cult_of_ruin_DeathDeityHerHis
|
||||
DeathDeityHerHim = cult_of_ruin_DeathDeityHerHim
|
||||
|
||||
#WitchGod
|
||||
WitchGodName = cult_of_ruin_WitchGodName
|
||||
WitchGodNamePossessive = cult_of_ruin_WitchGodNamePossessive
|
||||
WitchGodSheHe = cult_of_ruin_WitchGodSheHe
|
||||
WitchGodHerHis = cult_of_ruin_WitchGodHerHis
|
||||
WitchGodHerHim = cult_of_ruin_WitchGodHerHim
|
||||
WitchGodMotherFather = cult_of_ruin_WitchGodMotherFather
|
||||
WitchGodMistressMaster = cult_of_ruin_WitchGodMistressMaster
|
||||
|
||||
#Devil
|
||||
DevilName = cult_of_ruin_DevilName
|
||||
DevilNamePossessive = cult_of_ruin_DevilNamePossessive
|
||||
DevilSheHe = cult_of_ruin_DevilSheHe
|
||||
DevilHerHis = cult_of_ruin_DevilHerHis
|
||||
DevilHerselfHimself = cult_of_ruin_DevilHerselfHimself
|
||||
|
||||
#GoodEvil
|
||||
GoodGodNames = cult_of_ruin_GoodGodNames
|
||||
EvilGodNames = cult_of_ruin_EvilGodNames
|
||||
|
||||
#Pantheon
|
||||
PantheonTerm = cult_of_ruin_PantheonTerm
|
||||
PantheonTerm2 = cult_of_ruin_PantheonTerm2
|
||||
PantheonTerm3 = cult_of_ruin_PantheonTerm3
|
||||
PantheonTermHasHave = cult_of_ruin_PantheonTermHasHave
|
||||
|
||||
#HouseOfWorship
|
||||
HouseOfWorship = cult_of_ruin_HouseOfWorship
|
||||
HouseOfWorship2 = cult_of_ruin_HouseOfWorship2
|
||||
HouseOfWorship3 = cult_of_ruin_HouseOfWorship3
|
||||
HouseOfWorshipPlural = cult_of_ruin_HouseOfWorshipPlural
|
||||
|
||||
#ReligiousSymbol
|
||||
ReligiousSymbol = cult_of_ruin_ReligiousSymbol
|
||||
ReligiousSymbol2 = cult_of_ruin_ReligiousSymbol2
|
||||
ReligiousSymbol3 = cult_of_ruin_ReligiousSymbol3
|
||||
|
||||
#ReligiousText
|
||||
ReligiousText = cult_of_ruin_ReligiousText
|
||||
ReligiousText2 = cult_of_ruin_ReligiousText2
|
||||
ReligiousText3 = cult_of_ruin_ReligiousText3
|
||||
|
||||
#ReligiousHead
|
||||
ReligiousHeadName = cult_of_ruin_ReligiousHeadName
|
||||
ReligiousHeadTitleName = cult_of_ruin_ReligiousHeadTitleName
|
||||
|
||||
#Clergy
|
||||
PriestMale = cult_of_ruin_PriestMale
|
||||
PriestMalePlural = cult_of_ruin_PriestMalePlural
|
||||
PriestFemale = cult_of_ruin_PriestFemale
|
||||
PriestFemalePlural = cult_of_ruin_PriestFemalePlural
|
||||
PriestNeuter = cult_of_ruin_PriestNeuter
|
||||
PriestNeuterPlural = cult_of_ruin_PriestNeuterPlural
|
||||
AltPriestTermPlural = cult_of_ruin_AltPriestTermPlural
|
||||
BishopMale = cult_of_ruin_BishopMale
|
||||
BishopMalePlural = cult_of_ruin_BishopMalePlural
|
||||
BishopFemale = cult_of_ruin_BishopFemale
|
||||
BishopFemalePlural = cult_of_ruin_BishopFemalePlural
|
||||
BishopNeuter = cult_of_ruin_BishopNeuter
|
||||
BishopNeuterPlural = cult_of_ruin_BishopNeuterPlural
|
||||
|
||||
#Devotees
|
||||
DevoteeMale = cult_of_ruin_DevoteeMale
|
||||
DevoteeMalePlural = cult_of_ruin_DevoteeMalePlural
|
||||
DevoteeFemale = cult_of_ruin_DevoteeFemale
|
||||
DevoteeFemalePlural = cult_of_ruin_DevoteeFemalePlural
|
||||
DevoteeNeuter = cult_of_ruin_DevoteeNeuter
|
||||
DevoteeNeuterPlural = cult_of_ruin_DevoteeNeuterPlural
|
||||
|
||||
#Afterlife
|
||||
DivineRealm = cult_of_ruin_DivineRealm
|
||||
DivineRealm2 = cult_of_ruin_DivineRealm2
|
||||
DivineRealm3 = cult_of_ruin_DivineRealm3
|
||||
PositiveAfterLife = cult_of_ruin_PositiveAfterLife
|
||||
PositiveAfterLife2 = cult_of_ruin_PositiveAfterLife2
|
||||
PositiveAfterLife3 = cult_of_ruin_PositiveAfterLife3
|
||||
NegativeAfterLife = cult_of_ruin_NegativeAfterLife
|
||||
NegativeAfterLife2 = cult_of_ruin_NegativeAfterLife2
|
||||
NegativeAfterLife3 = cult_of_ruin_NegativeAfterLife3
|
||||
|
||||
#HolyWar
|
||||
GHWName = cult_of_ruin_GHWName
|
||||
GHWNamePlural = cult_of_ruin_GHWNamePlural
|
||||
}
|
||||
|
||||
faiths = {
|
||||
cult_of_ruin = {
|
||||
color = { 0.1 0.1 0.1 }
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user