mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Adds the Dionae Xrimsong accent (#17370)
* Adds the xrim accent icon * Adds the code for the xrimsong accent * Makes the xrimsong accent an option for the xrim culture * adds the define for xrimsong * changelog * fixes description being desc
This commit is contained in:
@@ -59,3 +59,9 @@
|
||||
description = "Spoken exclusively by Dionae hailing from the Conglomerated Choir of Nralakk, Starsong is a constructed variation of Sunkensong developed by Federation linguists soon after first contact was made. The accent was purposefully curated to further culturally align the cluster with Skrell and to create closer ties between the two species. Through curated communications and manipulation of blood samples, Starsong is considered a desirable accent by many Dionae in the Federation, furthering the Choir's idol-like status amongst gestalts."
|
||||
tag_icon = "dionae_starsong"
|
||||
text_tag = "SRS"
|
||||
|
||||
/datum/accent/xrimsong
|
||||
name = ACCENT_XRIMSONG
|
||||
description = "A unique combination of elements from both Nral'malic and Rootsong, Xrim's accent can generally be picked up due to its slow, dulcet sound. It has wide range, and can reach as high as a Soprano and as low as an Alto. Its fluctuations are generally an easy way to detect the accent, being one of the more novel accents within the Federation, and abroad."
|
||||
tag_icon = "dionae_xrim"
|
||||
text_tag = "XMS"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
name = "Kshrr"
|
||||
desc = "Making up the majority of the population on Xrim, The Kshrr are those who chose to reject their old god once its true nature was made known to them as the genocidal AI known as Glorsh that terrorized the Skrell for decades."
|
||||
important_information = "Not every member of Kshrr society has to be a member of the Kshrr religion, however, it's indisputable that the religion has played a large part in shaping Kshrr culture and society."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, ACCENT_WAVESONG, ACCENT_SUNKENSONG, ACCENT_STARSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, ACCENT_XRIMSONG, ACCENT_WAVESONG, ACCENT_SUNKENSONG, ACCENT_STARSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_KSSHR, RELIGION_SHRKH, RELIGION_QEBLAK, RELIGION_WEISHII, RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -18,6 +18,6 @@
|
||||
name = "Shrkh"
|
||||
desc = "The Shrkh are those who continued to worship \"First Consciousness\" even after its true nature and crimes were made known to Xrim's inhabitants as the genocidal AI that terrorized the Skrell for decades. These Dionae were largely exiled and went on to form their own communities away from the view of the Kshrr and later the Nralakk Federation once Xrim joined them. In more modern times the Nralakk Federation and the Kshrr are making attempts to deconvert the Shrkh away from their worship of Glorsh through both passive and more forceful means, however, many secretive communities do still exist underneath the planet's surface such as the city of Entombed Hope."
|
||||
important_information = "Dionae can originate from Shrkh society but do not have to still follow the Shrkh religion, these Dionae are not beholden to the same restrictions that active Shrkh worshippers are so long as they have rejected their old god."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, ACCENT_WAVESONG, ACCENT_SUNKENSONG, ACCENT_STARSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, ACCENT_XRIMSONG, ACCENT_WAVESONG, ACCENT_SUNKENSONG, ACCENT_STARSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_KSSHR, RELIGION_SHRKH, RELIGION_QEBLAK, RELIGION_WEISHII, RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
Reference in New Issue
Block a user