Queendom Stuff (#16241)

* Queendom Stuff

* stuff
This commit is contained in:
Geeves
2023-04-30 14:17:11 +00:00
committed by GitHub
parent c1cd434b81
commit 5a599caa08
7 changed files with 28 additions and 0 deletions
+6
View File
@@ -44,3 +44,9 @@
description = "Incorporating both Hegemonic and Traditionalist elements, the Aut'akh accent is recognisable for its lack of accentuation and intonations, both owing to the occasional implants of questionable quality having some influence on speech, and the general isolation of most Aut'akh communes."
tag_icon = "autakh_valley"
text_tag = "AUT"
/datum/accent/queendom
name = ACCENT_QUEENDOM
description = "From deep in the Wasteland there are some who hail from a society unlike most others that inhabit the radioactive sands, those from the Queendom. Those from the Queendom are recognizable by their traditionalist inflections in speech, but with slight differences that have evolved in the decades since first contact."
tag_icon = "trad_queendom"
text_tag = "QEN"
+1
View File
@@ -132,6 +132,7 @@
#define ACCENT_TRAD_PEASANT "Peasant Traditional"
#define ACCENT_WASTELAND "Deep Wastelander"
#define ACCENT_AUTAKH "Aut'akh Dialect"
#define ACCENT_QUEENDOM "Queendom Dialect"
#define ACCENT_SKRELL "Standard Nral'Malic"
#define ACCENT_HOMEWORLD "Qerrbalak"
@@ -0,0 +1,13 @@
/singleton/origin_item/culture/queendom
name = "Queendom of Sezk-Hakh"
desc = "Situated across Moghes eastern hemisphere, within the Tzuszah Wastes, the Queendom of Sezk-Hakh has managed to thrive somewhat, isolated from the ires of the Izweski Hegemony thanks to the extensive, growing Wasteland. Led by the elderly Queen Lazak SzekHakh alongside her daughters, Zasza and Tzansa. Though the Wasteland has made resources within the previously lush region somewhat scarce, the Queendom manages to teeter between thriving and surviving thanks to the extensive aquaculture industry that exists within the capital of Yukal expanded upon by Queen Lazak following the death of her husband during the Contact War."
possible_origins = list(
/singleton/origin_item/origin/queendom
)
/singleton/origin_item/origin/queendom
name = "Queendom"
desc = "A wildly different culture compared to most Unathi, the Queendom is a matriarchal society where the normal gender roles are inverted. Born out of the fire of the contact war, only time will tell if their new culture will continue onwards, or fall forgotten into the sands of the Wasteland."
possible_accents = list(ACCENT_QUEENDOM)
possible_citizenships = list(CITIZENSHIP_IZWESKI)
possible_religions = list(RELIGION_THAKH, RELIGION_SKAKH, RELIGION_SIAKH, RELIGION_OTHER, RELIGION_NONE)