Finished Leviathan Unions

This commit is contained in:
Archa3opt3ryx 2025-11-30 07:28:02 -05:00
parent c390abcaae
commit 3d7a2053b5
5 changed files with 273 additions and 19 deletions

View file

@ -7,7 +7,7 @@ select_personal_leviathan_union_decision = {
is_shown = {
# Following a valid religion & faith.
faith = { has_doctrine = special_doctrine_commonwealth } #Do they have the Leviathan virtues/sins doctrine?
faith = { has_doctrine = special_doctrine_british_unity } #Do they have the Leviathan virtues/sins doctrine?
faith = { has_doctrine_parameter = select_personal_god_active }
}

View file

@ -20,30 +20,30 @@ britannic_virtues = {
is_available_on_create = {
OR = {
has_doctrine = special_doctrine_royalty
has_doctrine = special_doctrine_admirality
has_doctrine = special_doctrine_commonwealth
has_doctrine = special_doctrine_british_royalty
has_doctrine = special_doctrine_british_admiralty
has_doctrine = special_doctrine_british_unity
}
}
special_doctrine_royalty = {
special_doctrine_british_royalty = {
traits = {
virtues = { forgiving compassionate }
sins = { vengeful sadistic }
virtues = { vengeful arrogant stubborn }
sins = { forgiving humble fickle }
}
}
special_doctrine_admirality = {
special_doctrine_british_admiralty = {
traits = {
virtues = { compassionate humble }
sins = { sadistic arrogant }
virtues = { brave humble stubborn }
sins = { craven arrogant fickle }
}
}
special_doctrine_commonwealth = {
special_doctrine_british_unity = {
traits = {
virtues = { trusting gregarious }
sins = { paranoid shy }
virtues = { generous humble diligent }
sins = { greedy arrogant lazy }
}
}
}

View file

@ -260,7 +260,7 @@
doctrine = tenet_sacred_shadows
#Special/virtue | placeholder
doctrine = special_doctrine_royalty
doctrine = special_doctrine_british_royalty
}
@ -288,7 +288,7 @@
doctrine = tenet_human_sacrifice
doctrine = tenet_sacred_shadows
doctrine = special_doctrine_royalty
doctrine = special_doctrine_british_royalty
#Special/virtue | placeholder
@ -314,7 +314,7 @@
doctrine = tenet_ancestor_worship
doctrine = tenet_rule_the_waves
doctrine = special_doctrine_admirality
doctrine = special_doctrine_british_admiralty
localization = {
#HealthGod |
@ -384,16 +384,205 @@
holy_site = cardiff
holy_site = manchester
#Tenets | WIP
#Tenets | Final for 0.1
doctrine = tenet_communal_possessions
doctrine = tenet_bhakti
doctrine = tenet_warmonger
doctrine = special_doctrine_commonwealth
#Virtues/Sins
doctrine = special_doctrine_british_unity
holy_order_names = { #placeholder
#Main Group
doctrine = doctrine_no_head
doctrine = doctrine_gender_male_dominated
doctrine = doctrine_pluralism_fundamentalist
doctrine = doctrine_theocracy_lay_clergy
#Marriage
doctrine = doctrine_monogamy
doctrine = doctrine_divorce_allowed
doctrine = doctrine_bastardry_legitimization
doctrine = doctrine_consanguinity_restricted
#Crimes
doctrine = doctrine_homosexuality_accepted
doctrine = doctrine_adultery_men_shunned
doctrine = doctrine_adultery_women_shunned
doctrine = doctrine_kinslaying_accepted
doctrine = doctrine_deviancy_shunned
doctrine = doctrine_witchcraft_crime
#Clerical Functions
doctrine = doctrine_clerical_function_recruitment
doctrine = doctrine_clerical_gender_either
doctrine = doctrine_clerical_marriage_allowed
doctrine = doctrine_clerical_succession_temporal_appointment
#Allow pilgrimages
doctrine = doctrine_pilgrimage_encouraged
#Funeral tradition
doctrine = doctrine_funeral_cremation
#Coronation tradition
doctrine = doctrine_no_anointment
holy_order_names = {
{ name = "holy_order_national_union_of_paleontologists" }
{ name = "holy_order_national_union_of_diggers" }
{ name = "holy_order_national_union_of_chartists" }
}
localization = {
#HighGod
HighGodName = leviathan_high_god_name
HighGodName2 = leviathan_high_god_name
HighGodNamePossessive = leviathan_high_god_name_possessive
HighGodNameSheHe = CHARACTER_SHEHE_THEY
HighGodHerselfHimself = CHARACTER_THEMSELF
HighGodHerHis = CHARACTER_HERHIS_THEIR
HighGodNameAlternate = leviathan_high_god_name_alternate
HighGodNameAlternatePossessive = leviathan_high_god_name_alternate_possessive
#Creator
CreatorName = leviathan_creator_god_name
CreatorNamePossessive = leviathan_creator_god_name_possessive
CreatorSheHe = CHARACTER_SHEHE_THEY
CreatorHerHis = CHARACTER_HERHIS_THEIR
CreatorHerHim = CHARACTER_HERHIM_THEM
#HealthGod
HealthGodName = leviathan_health_god_name
HealthGodNamePossessive = leviathan_health_god_name_possessive
HealthGodSheHe = CHARACTER_SHEHE_HE
HealthGodHerHis = CHARACTER_HERHIS_HIS
HealthGodHerHim = CHARACTER_HERHIM_HIM
#FertilityGod
FertilityGodName = leviathan_fertility_god_name
FertilityGodNamePossessive = leviathan_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_HE
FertilityGodHerHis = CHARACTER_HERHIS_HIS
FertilityGodHerHim = CHARACTER_HERHIM_HIM
#WealthGod
WealthGodName = leviathan_wealth_god_name
WealthGodNamePossessive = leviathan_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod
HouseholdGodName = leviathan_household_god_name
HouseholdGodNamePossessive = leviathan_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#FateGod
FateGodName = leviathan_fate_god_name
FateGodNamePossessive = leviathan_fate_god_name_possessive
FateGodSheHe = CHARACTER_SHEHE_SHE
FateGodHerHis = CHARACTER_HERHIS_HER
FateGodHerHim = CHARACTER_HERHIM_HER
#KnowledgeGod
KnowledgeGodName = leviathan_knowledge_god_name
KnowledgeGodNamePossessive = leviathan_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_THEY
KnowledgeGodHerHis = CHARACTER_HERHIS_THEIR
KnowledgeGodHerHim = CHARACTER_HERHIM_THEM
#WarGod
WarGodName = leviathan_war_god_name
WarGodNamePossessive = leviathan_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_THEY
WarGodHerHis = CHARACTER_HERHIS_THEIR
WarGodHerHim = CHARACTER_HERHIM_THEM
#TricksterGod | placeholder
TricksterGodName = leviathan_trickster_god_name
TricksterGodNamePossessive = leviathan_trickster_god_name_possessive
TricksterGodSheHe = CHARACTER_SHEHE_SHE
TricksterGodHerHis = CHARACTER_HERHIS_HER
TricksterGodHerHim = CHARACTER_HERHIM_HER
#NightGod
NightGodName = leviathan_night_god_name
NightGodNamePossessive = leviathan_night_god_name_possessive
NightGodSheHe = CHARACTER_SHEHE_THEY
NightGodHerHis = CHARACTER_HERHIS_THEIR
NightGodHerHim = CHARACTER_HERHIM_THEM
#WaterGod
WaterGodName = leviathan_water_god_name
WaterGodNamePossessive = leviathan_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_SHE
WaterGodHerHis = CHARACTER_HERHIS_HER
WaterGodHerHim = CHARACTER_HERHIM_HER
PantheonTerm = leviathan_high_god_name
PantheonTerm2 = leviathan_high_god_name_alternate
PantheonTermHasHave = pantheon_term_have
GoodGodNames = {
leviathan_high_god_name
leviathan_wealth_god_name
leviathan_war_god_name
leviathan_fate_god_name
leviathan_health_god_name
leviathan_fertility_god_name
leviathan_water_god_name
leviathan_night_god_name
leviathan_household_god_name
}
DevilName = leviathan_devil_name
DevilNamePossessive = leviathan_devil_name_possessive
DevilSheHe = CHARACTER_SHEHE_SHE
DevilHerHis = CHARACTER_HERHIS_HER
DevilHerHis = CHARACTER_HERHIS_HER
DevilHerselfHimself = CHARACTER_HERSELF
EvilGodNames = {
leviathan_devil_name
leviathan_death_deity_name
}
HouseOfWorship = leviathan_house_of_worship
HouseOfWorshipPlural = leviathan_house_of_worship_plural
ReligiousSymbol = leviathan_religious_symbol
ReligiousText = leviathan_religious_text
ReligiousHeadName = leviathan_religious_head_title
ReligiousHeadTitleName = leviathan_religious_head_title_name
DevoteeMale = leviathan_devotee
DevoteeMalePlural = leviathan_devotee_plural
DevoteeFemale = leviathan_devotee
DevoteeFemalePlural = leviathan_devotee_plural
DevoteeNeuter = leviathan_devotee
DevoteeNeuterPlural = leviathan_devotee_plural
PriestMale = leviathan_priest
PriestMalePlural = leviathan_priest_plural
PriestFemale = leviathan_priest
PriestFemalePlural = leviathan_priest_plural
PriestNeuter = leviathan_priest
PriestNeuterPlural = leviathan_priest_plural
AltPriestTermPlural = leviathan_priest_plural
BishopMale = leviathan_bishop
BishopMalePlural = leviathan_bishop_plural
BishopFemale = leviathan_bishop
BishopFemalePlural = leviathan_bishop_plural
BishopNeuter = leviathan_bishop
BishopNeuterPlural = leviathan_bishop_plural
DivineRealm = leviathan_positive_afterlife
PositiveAfterLife = leviathan_positive_afterlife
NegativeAfterLife = leviathan_negative_afterlife
DeathDeityName = leviathan_death_deity_name
DeathDeityNamePossessive = leviathan_death_deity_name_possessive
WitchGodName = leviathan_witch_god_name
WitchGodNamePossessive = leviathan_witch_god_name_possessive
GHWName = ghw_general_strike
GHWNamePlural = ghw_general_strikes
}
}
}
}

View file

@ -0,0 +1,5 @@
l_english:
#Leviathan
holy_order_national_union_of_paleontologists: "National Union of Paleontologists"
holy_order_national_union_of_diggers: "National Union of Diggers"
holy_order_national_union_of_chartists: "National Union of Chartists"

View file

@ -54,6 +54,9 @@
britannic_water_god_name:0 "$britannic_high_god_name$"
britannic_water_god_name_possessive:0 "$britannic_high_god_name_possessive$"
special_doctrine_british_royalty_name: "British Royalty"
special_doctrine_british_royalty_desc: "Noble and refined, these Britannics define themselves by their connection to the royal institutions of Britain."
obscurant:0 "Cult of Britannia Obscura"
obscurant_adj:0 "Obscurant"
obscurant_adherent:0 "Obscurant"
@ -66,6 +69,9 @@
jack_tar_adherent_plural:0 "Jack Tars"
jack_tar_desc:0 "Long ago, all the seas of the world were under the watchful eye of Britannia and her Royal Navy. These great sailors, entrusted with the holy duty of protecting the scions of Britannia with their lives, travelled across all the Seven Seas in search of honour, glory, and plunder for the Crown. Many of these captains would soon join Britannia as honoured guests in her Royal Court, ascending to divinity in their own right. However, the Golden Age would not last forever, and the winds of change soon brought powerful armies to Britannia's doorstep, which sought to destroy the Crown. With the Royal Navy all but defeated, Britannia sent forth great storms in order to stop the invasion, destroying the world in the process. The Jack Tars are those who seek to restore the Royal Navy and sail across the seas once more. They pray to Britannia for boons and plunder, aiming to safeguard her oceanic domain, and ultimately ascend to her Court as righteous servants."
special_doctrine_british_admiralty_name: "British Admiralty"
special_doctrine_british_admiralty_desc: "Fearless and gallant, these Britannics define themselves by their connection to the naval institutions of Britain."
jack_tar_positive_afterlife:0 "Tahiti"
jack_tar_negative_afterlife:0 "Davy Jones' Locker"
jack_tar_health_god_name:0 "Sir Blane"
@ -86,7 +92,61 @@
leviathan_adherent:0 "Leviathanist"
leviathan_adherent_plural:0 "Leviathanists"
leviathan_desc:0 "Before the [Concept('neow_the_event','Event')|E], Britains success was built upon its cooperation with the ghosts of ancient gods known as [Concept('neow_leviathans','Leviathans')|E]. Housed within new bodies of iron and steel built by the British people, these spirits helped them to enforce peace upon the earth, ushering in Utopia. This was until [Concept('neow_leviathan_queen','the Queen')|E] preaching a gospel of greed and individualism, destroyed Britain. The chaos of the empires fall tore the world apart, and the knowledge of how to create vessels for Leviathans was lost. Now humanity's last hope is to reignite the spirit of solidarity and unity needed to rebuild the metal bodies of the Leviathans. However, this is in service of even greater purposes: the final annihilation of the Queen, the restoration of the dead gods into living flesh, and the apotheosis of mankind. Once this is done, humanity shall govern the universe, while the Leviathans lead Earth into Utopia."
leviathan_high_god_name:0 "the Leviathans"
leviathan_high_god_name_possessive:0 "the Leviathans'"
leviathan_high_god_name_alternate:0 "the Elder Gods"
leviathan_high_god_name_alternate_possessive:0 "the Elder Gods'"
leviathan_devil_name:0 "the Queen"
leviathan_devil_name_possessive:0 "the Queen's"
leviathan_death_deity_name:0 "Death"
leviathan_death_deity_name_possessive:0 "Death's"
leviathan_house_of_worship:0 "factory" #no “The/the” here
leviathan_house_of_worship_plural:0 "factories" #no “The/the” here
leviathan_religious_symbol:0 "iron totem" #no “The/the” here
leviathan_religious_text:0 "Legends of the Leviathans" #no “The/the” here
leviathan_religious_head_title:0 "President" #no “The/the” here. Pope/Guy
leviathan_religious_head_title_name:0 "Greater Union of Labour" #no “The/the” here. Papacy/Institution
leviathan_devotee:0 "striker"
leviathan_devotee_plural:0 "strikers"
leviathan_priest:0 "deputy organiser"
leviathan_priest_plural:0 "deputy organisers"
leviathan_bishop:0 "organiser"
leviathan_bishop_plural:0 "organisers"
leviathan_positive_afterlife:0 "the Undermines"
leviathan_negative_afterlife:0 "Obsolescence"
leviathan_witch_god_name:0 "the Milk Snatcher"
leviathan_witch_god_name_possessive:0 "the Milk Snatcher's"
leviathan_creator_god_name:0 "$leviathan_high_god_name$"
leviathan_creator_god_name_possessive:0 "$leviathan_high_god_name_possessive$"
leviathan_health_god_name:0 "Shell"
leviathan_health_god_name_possessive:0 "Shell's"
leviathan_fertility_god_name:0 "Ddraig Goch"
leviathan_fertility_god_name_possessive:0 "Ddraig Goch's"
leviathan_wealth_god_name:0 "Rio Tinto"
leviathan_wealth_god_name_possessive:0 "Rio Tinto's"
leviathan_household_god_name:0 "Tesco"
leviathan_household_god_name_possessive:0 "Tesco's"
leviathan_fate_god_name:0 "Britannia"
leviathan_fate_god_name_possessive:0 "Britannia's"
leviathan_knowledge_god_name:0 "$leviathan_high_god_name$"
leviathan_knowledge_god_name_possessive:0 "$leviathan_high_god_name_possessive$"
leviathan_war_god_name:0 "Rover and Leyland"
leviathan_war_god_name_possessive:0 "Rover and Leyland's"
leviathan_trickster_god_name:0 "the Milk Snatcher"
leviathan_trickster_god_name_possessive:0 "the Milk Snatcher's"
leviathan_night_god_name:0 "Supermarine and Hawker"
leviathan_night_god_name_possessive:0 "Supermarine and Hawker's"
leviathan_water_god_name:0 "Titanic"
leviathan_water_god_name_possessive:0 "Titanic's"
ghw_general_strike: "General Strike"
ghw_general_strikes: "General Strikes"
special_doctrine_british_unity_name: "British Unity"
special_doctrine_british_unity_desc: "Hardworking and tough, these Britannics define themselves by their connection to the common institutions of Britain."
glorian:0 "Gloriana Britannica"
glorian_adj:0 "Glorian"
glorian_adherent:0 "Glorian"