Adds culture/origins for the Underhive Collective (#19701)

done by request of @Caelphon and the Diona lore team

![image](https://github.com/user-attachments/assets/9f935560-303b-4c81-b91d-c0c7af8c1b99)
This commit is contained in:
feartheblackout
2024-07-28 12:04:57 +00:00
committed by GitHub
parent fb1cf48fa7
commit f4023528a5
7 changed files with 96 additions and 24 deletions
+6
View File
@@ -36,6 +36,12 @@
tag_icon = "dionae_meadow"
text_tag = "MWS"
/datum/accent/undersong
name = ACCENT_UNDERSONG
description = "Utilized by the Underhive Collective of the Eridani Corporate Federation, Undersong often fails to resonate as strongly as other accents due to the sparse lighting conditions in Dreg settlements where the Underhive resides, leading to poor development."
tag_icon = "dionae_under"
text_tag = "UNS"
//Vaurca Influenced Accents
/datum/accent/hivesong
@@ -1,23 +0,0 @@
/singleton/origin_item/culture/diona_eridani
name = "Eridani Corporate Federation"
desc = "The Eridani Corporate Federation is an autonomous member of the Solarian Alliance that is infamous abroad for its starkly divided society and extreme levels of corporate involvement in daily life. Corporations touch every aspect of Eridani, and its society is divided between corporate \"Suits\" that work for its companies and non-citizen \"Dregs\" that live off the scraps of society. Between the two, \"Reinstated Dregs\" chart an awkward balance: too corporate to be Dregs, but not corporate enough to be Suits."
possible_origins = list(
/singleton/origin_item/origin/slum_grown,
/singleton/origin_item/origin/sunlight_grown
)
/singleton/origin_item/origin/slum_grown
name = "Slum Grown"
desc = "Dionae who were originally grown in and influenced by the slums of Eridani, most often in the underbelly of Oran."
important_information = "These Dionae tend to be significantly influenced by Eridanian Dregs, generally taking on some of their mannerisms and vocabulary."
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_COALITION)
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE)
/singleton/origin_item/origin/sunlight_grown
name = "Sunlight Grown"
desc = "Dionae who were originally grown in and influenced by the Eridani Federation in a more positive environment, most often on Akhet."
important_information = "These Dionae tend to be significantly influenced by Eridanian Suits, generally taking on some of their mannerisms and vocabulary."
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_COALITION)
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE)
@@ -0,0 +1,30 @@
/singleton/origin_item/culture/diona_eridani
name = "Underhive Collective"
desc = "The Underhive Collective is an elusive community of Dionae gestalts endemic to the Eridani Federation. Initially smuggled in to fuel a burgeoning drug trade, the ones that escaped it managed to organize into a business-oriented secretive society of syndicated interests."
possible_origins = list(
/singleton/origin_item/origin/mycelumias,
/singleton/origin_item/origin/glowcaps,
/singleton/origin_item/origin/sporeveils
)
/singleton/origin_item/origin/mycelumias
name = "Mycelumias"
desc = "The Mycelumias, or just Lumias, are a renowned Aphrodite syndicate within the underbelly of the Eridani Federation in Den. Some have claimed that it has operated since the creation of the trade."
possible_accents = list(ACCENT_UNDERSONG)
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_COALITION)
possible_religions = list(RELIGION_ETERNAL_IRON)
/singleton/origin_item/origin/glowcaps
name = "Glowcaps"
desc = "Residing in New Kivu, the Glowcaps are significantly smaller than the Lumias. They were originally part of the Lumias, seceding later due to differences in business practices and values."
possible_accents = list(ACCENT_UNDERSONG)
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_COALITION)
possible_religions = list(RELIGION_ETERNAL)
/singleton/origin_item/origin/sporeveils
name = "Sporeveils"
desc = "The Sporeveils are the smallest syndicate, but also the most vicious, with numerous attacks against Suits and Dregs alike under their belt. Like the Lumias, they reside in Den."
important_information = "Characters are allowed to be from the Sporeveils, but only in secret. They are an antagonistic entity within the lore, and no megacorporation would hire a Diona openly displaying such an allegiance."
possible_accents = list(ACCENT_UNDERSONG)
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_COALITION)
possible_religions = list(RELIGION_ETERNAL_ICHOR)