mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 13:32:32 +00:00
Adds new Dionae accents (#16444)
* Adds the defines * Adds the accents to the accent thing * Biesel ironsong * CoC Ironsong/kingcrimson * Deep Ironsong/crimsonsong * Eridani ironsong * EUM Ironsong * Moghes iromen/king crimson * wait i forgor to actually add the unathi accents lol * skemlth * Adds some skrell accents to the eum ones * iron * xrim things * naqwrows * Adds the sprites for the new Dionae accents * changelog * / * actually puts accent before kingcrimson * changes the sus tag * no longer sus * conflict fixes
This commit is contained in:
@@ -15,3 +15,47 @@
|
||||
description = "An accent unique to the Dionae hailing for EUM. It sounds similar to Rootsong, although with a higher pitch."
|
||||
tag_icon = "dionae_ancientsong"
|
||||
text_tag = "ATS"
|
||||
|
||||
/datum/accent/crimsonsong
|
||||
name = ACCENT_CRIMSONSONG
|
||||
description = "Originating from the red sea that is the Badlands, Crimsonsong is a variation of Voidsong spoken by Dionae hailing from the region, with the main distinction between the two being a noticeably faster tempo as well as a slightly higher pitch."
|
||||
tag_icon = "dionae_crimsonsong"
|
||||
text_tag = "CNS"
|
||||
|
||||
/datum/accent/ironsong
|
||||
name = ACCENT_IRONSONG
|
||||
description = "One of the more peculiar accents spoken by Dionae, Ironsong is notable for not being an accent developed purposefully or through growth conditions, but rather be developed through voice-modulating technology and implants found within Dionae following the Iron Eternal faith. Some variations of the accent do exist, but all under the Ironsong term are distinct for giving the speaker a slightly robotic tone to their speech as if it’s gone through a radio or some form of synthesizer. "
|
||||
tag_icon = "dionae_ironsong"
|
||||
text_tag = "INS"
|
||||
|
||||
//Unathi Influenced Accents
|
||||
/datum/accent/sandsong
|
||||
name = ACCENT_SANDSONG
|
||||
description = "Found exclusively in Dionae hailing from the Unathi-Dominated world of Moghes, Sandsong is a distinct variation of Rootsong notable for having its tempo much more drawn out, with tones of higher pitches especially having a much more exaggerated sound. Dionae speaking with the Sandsong accent will typically hold certain speech patterns held by Unathi such as hissing out their S’s and difficulties pronouncing the letter X. "
|
||||
tag_icon = "dionae_sandsong"
|
||||
text_tag = "SDS"
|
||||
|
||||
/datum/accent/wastesong
|
||||
name = ACCENT_WASTESONG
|
||||
description = "Originating from the irradiated Moghes Wastes, Wastesong is an accent spoken by Dionae who found themselves being bathed in the Wasteland’s radiation, making them healthy and much more resilient than some of their other planet-bound brethren, but also giving them a slightly distinct accent notable for having a lower-pitched voice compared to regular Rootsong but also a much faster tempo. Much like Sandsong, Dionae with the Wasteland accent will typically carry similar speech patterns to Unathi such as hissing out their S’s."
|
||||
tag_icon = "dionae_wastesong"
|
||||
text_tag = "WES"
|
||||
|
||||
//Skrell influenced Accents
|
||||
/datum/accent/wavesong
|
||||
name = ACCENT_WAVESONG
|
||||
description = "A variant of Rootsong originating from Diona born on Skrellian worlds, Wavesong is considered the general accent for Dionae hailing from the Nralakk Federation. While it shares many similarities with Rootsong, Wavesong sets itself apart by having a lower pitch and more drawn-out tempo in comparison. While not considered mandatory, many Dionae living in the Federation will adopt the accent due to it being generally more favored by the Federation, often granting those with the accent a higher social credit score."
|
||||
tag_icon = "dionae_wavesong"
|
||||
text_tag = "WAS"
|
||||
|
||||
/datum/accent/sunkensong
|
||||
name = ACCENT_SUNKENSONG
|
||||
description = "Sunkensong is a variant of Voidsong that is common for space-borne Dionae hailing from regions surrounding the Tri-Qyu Nebula. Known for it's lighter pitch and tone, along with it's consistent, even pacing for words, the accent is prevalent amongst Nralakk Federation Diona that originate from wild, voidbound gestalts. Dionae with Sunkensong may attempt to mimic Skrell accents in an attempt to replicate the more popular Starsong, with mixed results."
|
||||
tag_icon = "dionae_sunkensong"
|
||||
text_tag = "SNS"
|
||||
|
||||
/datum/accent/starsong
|
||||
name = ACCENT_STARSONG
|
||||
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"
|
||||
|
||||
@@ -161,6 +161,14 @@
|
||||
#define ACCENT_ROOTSONG "Rootsong"
|
||||
#define ACCENT_VOIDSONG "Voidsong"
|
||||
#define ACCENT_ANCIENTSONG "Ancientsong"
|
||||
#define ACCENT_CRIMSONSONG "Crimsonsong"
|
||||
#define ACCENT_IRONSONG "Ironsong"
|
||||
#define ACCENT_SANDSONG "Sandsong"
|
||||
#define ACCENT_WASTESONG "Wastesong"
|
||||
#define ACCENT_WAVESONG "Wavesong"
|
||||
#define ACCENT_SUNKENSONG "Sunkensong"
|
||||
#define ACCENT_STARSONG "Starsong"
|
||||
|
||||
|
||||
#define ACCENT_TTS "Text-to-Speech"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
name = "Biesel Grown"
|
||||
desc = "Dionae who were grown in and largely influenced by the Republic of Biesel."
|
||||
important_information = "While Dionae do still face some discrimination in the Republic, Dionae can expect to live a fairly comfortable life. The Republic itself does not apply any sort of \"debt\" to Dionae they uplift, however, a megacorp may rope them into a contract to work for them if they played any part in growing them."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
name = "District 11"
|
||||
desc = "Dionae who were grown in and largely influenced by Mendel City's District 11 on Biesel. This includes both those grown in areas affected by the church and in the outskirts of its influence."
|
||||
important_information = "Dionae originating from the Eternal Temple in D11 are not beholden to following the Eternal faith, however, the church still ensures that all Dionae grown within its walls are educated and made ready for the outside world."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
name = "Pests of Titan Prime" //this might be the most metal origin name
|
||||
desc = "Dionae who were originally grown in or picked up by Titan Prime on its way to Biesel. Prior to Titan Prime reaching Biesel, these Dionae had an incredibly hard time as they were constantly hunted by the ship's Vaurca inhabitants, believing them to be nothing more than pests and the Dionae not being able to communicate back with them. Once reaching Biesel many Dionae left the ship and went on to seek a new life on the planet. Those that didn't leave were willingly allowed to stay with the Zo'ra on a special garden-deck constructed specifically for them as a sort of apology for hunting them for so long."
|
||||
important_information = "These Dionae are likely to have a massive distrust of the Zo'ra Hive or vaurca in general as a result of their time being hunted on the ship for so long."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -36,6 +36,6 @@
|
||||
name = "Wildborn"
|
||||
desc = "Dionae who were originally considered wild Dionae before being uplifted and integrated by the Republic of Biesel or one of the megacorporations active within its borders."
|
||||
important_information = "While Dionae do still face some discrimination in the Republic, Dionae can expect to live a fairly comfortable life. The Republic itself does not apply any sort of \"debt\" to Dionae they uplift, however, a megacorp may rope them into a contract to work for them if they played any part in uplifting them."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
name = "CoC Grown"
|
||||
desc = "Dionae who were originally grown in and influenced by a planet within the Coalition of Colonies "
|
||||
important_information = "As a result of no federal laws dictating how Dionae grown within CoC territory should be treated, their treatment can vary greatly from system to system, although generally are treated well and fully integrated into their local planet's society."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_COALITION, CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -17,6 +17,6 @@
|
||||
name = "Wildborn"
|
||||
desc = "Dionae who were originally considered wild Dionae before being uplifted and integrated somewhere in the Coalition of Colonies or one of the megacorporations active within its borders."
|
||||
important_information = "Wild Dionae tend to have a much harder time within CoC borders as they're generally hunted for minerals stored within them, although in more recent decades this practice has begun to die down, with more and more wild Dionae being integrated into the CoC. Policies on uplifting and integrating Dionae within the CoC vary greatly from system to system as there are no set federal laws detailing how to handle them."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, ACCENT_CRIMSONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_COALITION, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -8,6 +8,6 @@
|
||||
/singleton/origin_item/origin/deep_wildborn
|
||||
name = "Wildborn"
|
||||
desc = "Dionae who were originally considered wild Dionae before being uplifted and integrated somewhere in Deep Space, outside the borders of any major nations."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, ACCENT_CRIMSONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
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)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -18,6 +18,6 @@
|
||||
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)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -16,42 +16,42 @@
|
||||
name = "Epsilon Ursae Minoris"
|
||||
desc = "Epsilon Ursea Minoris, generally referred to as EUM, is a habitable world home to multiple Dionae civilizations and clusters. While not the homeworld of the species, EUM is the largest-known world to have been colonized exclusively by Dionae without contact or help from outside species, being home to the Dionae for thousands of years prior to discovery. Since first contact was made with the Nralakk Federation in 2390 the planet has become semi-unified under the Co-operative Territories of Epsilon Ursae Minoris, or the CT-EUM. Despite this the nations that make up the CT-EUM are still largely distinct from one another, hosting their own distinct cultures and societies. Notably, the planet also plays host to a sizeable Skrellian population, although Dionae still make up the vast majority of the planet's population."
|
||||
important_information = "CT-EUM culture and society is far from being unified, with most member nations of the CT-EUM having their own, distinct cultural identity. Most inhabitants of EUM consider themselves citizens of the nation they hail from first and a citizen of the CT-EUM second."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_ANCIENTSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_ANCIENTSONG, ACCENT_IRONSONG, ACCENT_WAVESONG, ACCENT_SUNKENSONG, ACCENT_STARSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_MADA, RELIGION_GLEANERS, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/united
|
||||
name = "United"
|
||||
desc = "Widely considered the capital of the CT-EUM, the city-state of United is the newest independent nation, formed alongside the formation of the CT-EUM, to act as a neutral meeting place for the Council of Delegates, and to represent the central governing body, as well as acting as a mediator between the two other city-states should a conflict arise. United is the second most-visited city on EUM after Nral'Daaq, and has influence from both off-world and the other city-states in its structure, and operation."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_ANCIENTSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_ANCIENTSONG, ACCENT_IRONSONG, ACCENT_WAVESONG, ACCENT_SUNKENSONG, ACCENT_STARSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_MADA, RELIGION_GLEANERS, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/gleaners
|
||||
name = "Gleaners Of Bliss"
|
||||
desc = "The Gleaners of Bliss is a large, religious city-state that is known for its imperialistic attitude. The Gleaners emphasize harmony and equality, but are not above making sure that it aligns to their specific ideals, however. The Gleaners are among the oldest of the city-states and were one of the first to put forth the idea of the CT-EUM on first contact. Before, and during, its inception, the Gleaners have expanded their influence on numerous other city-states, both in and out of the CT-EUM. Now, the Gleaners are the most outspoken proponents of expanding the CT-EUM offworld. Their emphasis on equality and harmony however, are criticized because of this, and the Gleaners are often seen as a very hypocritical city-state."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_ANCIENTSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_ANCIENTSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_GLEANERS, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/nraldaaq
|
||||
name = "Nral'Daaq"
|
||||
desc = "Playing host to the vast majority of the planet's non-dionae population, Nral'Daaq is a city-state under the CT-EUM that is known for being the planet's hub of off-world trading, as well as for its quite diverse majority-skrell population, with both Pro-Federation and Anti-Federation Skrell calling the city home. Due to the city's border with the sea, Nral'Daaq is also a quite popular trading spot for the Ekane, with the vast majority of their goods ending up in the city to be later resold off-world. "
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_ANCIENTSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_ANCIENTSONG, ACCENT_IRONSONG, ACCENT_WAVESONG, ACCENT_SUNKENSONG, ACCENT_STARSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_MADA, RELIGION_GLEANERS, RELIGION_QEBLAK, RELIGION_WEISHII, RELIGION_SUURKA, RELIGION_KIRGUL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/mada
|
||||
name = "Mada"
|
||||
desc = "Primarily located in the great forests of the Mede Region on EUM, The Mada are a semi-independent nation under the CT-EUM known for their isolationist beliefs and their religious worship of nature, with a focus on plant life in particular. Rather than all be situated in one singular city, the Mada are fairly spread out in the region, inhabiting a myriad of small settlements. The Capital, Elder Mada, is the largest settlement under the Mada, but not by a large margin."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_ANCIENTSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_ANCIENTSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_MADA, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/ekane
|
||||
name = "Ekane Of Bottomless Waves"
|
||||
desc = "The Ekane is a large city-state situated primarily on the seas, and scattered islands or coastlines. However the Ekane are most distinct for their migratory nature, with very sparse permanent settlements, most of which are found underwater, or near the shore. Instead, the Ekane are known to travel across the seas in large structures, called Ekane Arks, which house a majority of the Dionae, as well as where their leaders reside."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_ANCIENTSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_ANCIENTSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
name = "Celestial Station"
|
||||
desc = "The first and largest space-bound outpost established by the CT-EUM government, Celestial Station is notable as a major trading hub for EUM's nations, often being used as a large marketplace for potential sellers and buyers from both EUM and elsewhere to do business, as well as a hub for mining operations undertaken on nearby asteroids. While nominally under the direct control of the CT-EUM federal government, Celestial Station has as of late begun to make efforts to gain independence away from the Federal government's direct control as a colony, instead attempting to become a semi-independent city-state under the CT-EUM government much like the other city-states under it. "
|
||||
important_information = "As a result of the station's recent founding and taking on of residents from all across the planet, Celestial Station Dionae tend to share some characteristics with the other city-states."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_ANCIENTSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_ANCIENTSONG, ACCENT_IRONSONG, ACCENT_WAVESONG, ACCENT_SUNKENSONG, ACCENT_STARSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_MADA, RELIGION_GLEANERS, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -67,6 +67,6 @@
|
||||
name = "Minor City State"
|
||||
desc = "From a minor city-state under the CT-EUM. "
|
||||
important_information = "This is for player-created citystates in the CT-EUM, just keep it reasponable."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_ANCIENTSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_ANCIENTSONG, ACCENT_IRONSONG, ACCENT_WAVESONG, ACCENT_SUNKENSONG, ACCENT_STARSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_MADA, RELIGION_GLEANERS, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
name = "Wasteland"
|
||||
desc = "Dionae who were grown in and largely influenced by the wasteland of Moghes. A sort of symbolic bond has formed between these Dionae and the local Unathi, with the Dionae helping clear and absorb Radiation to allow for safer crop growth, and the Unathi providing protection and blood. Dionae will occasionally leave the wastes and Moghes entirely in search of purpose elsewhere in the spur, although influence from Unathi society can certainly still be felt by them."
|
||||
important_information = "This option is for both Dionae who were originally grown in the Wastes and Wild Dionae who somehow managed to find their way to Moghes and the Wastes."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, ACCENT_CRIMSONSONG, ACCENT_SANDSONG, ACCENT_WASTESONG)
|
||||
possible_citizenships = list(CITIZENSHIP_IZWESKI, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_THAKH, RELIGION_SKAKH, RELIGION_ETERNAL, RELIGION_OTHER)
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
name = "A-block"
|
||||
desc = "The original Dionae of the ship, Dionae in A-Block serves as the third-highest rank in the ship's hierarchy and is considered to be some of the most efficient and experienced workers the ship has to offer. While they tend not to look down upon the other blocks for their lack of experience, they do consider themselves to be better workers. As a result of this A-block has actually begun to see a lack of personnel due to so many signing on to leave the ship and work elsewhere within Hephestatus as a way to show off the efficiency of Dionae from the Narrows."
|
||||
important_information = "Most Dionae that come from A-Block can be expected to be fully trained in whatever position they held on the ship, as such seeing a member of the A-Block in a training position off of the ship is exceedingly rare. While most Dionae who leave the ship will oftentimes be employed by Hephaestus due to agreements between the megacorp and the ship, some do find employment elsewhere in the other megacorps."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
name = "B-block"
|
||||
desc = "Being comprised of Dionae who joined after the ship crashed but prior to it being repaired and rejoining Hephastsus, B-block is comprised of mostly experienced Dionae who tend to teach and help newer Dionae from C-block. As a result of the low number of Dionae who joined the ship's crew during its reclamation, B-block is the least populated of the three Dionae blocks."
|
||||
important_information = "Most Dionae that come from B-Block can be expected to be fully trained in whatever position they held on the ship, as such seeing a member of the B-Block in a training position off of the ship is exceedingly rare. While most Dionae who leave the ship will oftentimes be employed by Hephaestus due to agreements between the megacorp and the ship, some do find employment elsewhere in the other megacorps."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -27,6 +27,6 @@
|
||||
name = "C-block"
|
||||
desc = "The most populated and least experienced of the three blocks, C-block consists of Dionae who joined the ship's crew after its reclamation and refurbishment was finished. Dionae in this block mostly joined through assignments by Hephastsus so that they can gain work experience before being assigned elsewhere within the company. C-block Dionae tend to have less work experience than Dionae from the other blocks, and thus tend to be assigned to lower-risk and more menial positions."
|
||||
important_information = "The level of training members of the C-Block have in their positions can vary from Dionae to Dionae, with some being only partially trained while others have had plenty of training and experience from their time aboard the ship. While most Dionae who leave the ship will oftentimes be employed by Hephaestus due to agreements between the megacorp and the ship, some do find employment elsewhere in the other megacorps."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
name = "Nralakk Federation Grown"
|
||||
desc = "Dionae who were grown in and largely influenced by the Nralakk Federation. As a result of the Federation's good treatment and acceptance of Dionae, Dionae grown within the Federation have close to if not the best quality of life within the entire Spur, although may still face some difficulties with certain aspects of Skrellian society such as anything utilizing Nlom or the Wake due to Dionae's immunity to all things psionic."
|
||||
important_information = "<b>Note that this origin is not for Dionae originating from Xrim as they have their own origins and culture.</b>"
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, ACCENT_WAVESONG, 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,7 +18,7 @@
|
||||
name = "Wildborn"
|
||||
desc = "Dionae who were originally considered wild Dionae before being uplifted and integrated somewhere in the Nralakk Federation. Dionae grown within the Federation have close to if not the best quality of life within the entire Spur, although may still face some difficulties with certain aspects of Skrellian society such as anything utilizing Nlom or the Wake due to Dionae's immunity to all things psionic."
|
||||
important_information = "The Nralakk Federation actively attempts to uplift and integrate all Dionae they find within their borders, thus resulting in a fairly large population of formerly wild Dionae within the Federation. <b>It is important to note that this option does not include Dionae who originally were from EUM or Xrim before they were discovered.</b>"
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, 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)
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
name = "Sol Grown"
|
||||
desc = "Dionaea who were originally grown in and influenced by the Sol Alliance."
|
||||
important_information = "Dionae grown in the Sol Alliance are forced into a contract for a set period of time that requires them to stay employed in some form within Alliance territory, commonly with a megacorporation."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -18,6 +18,6 @@
|
||||
name = "Wildborn"
|
||||
desc = "Dionae who were originally considered wild Dionae before being uplifted and integrated somewhere in the Solarian Alliance or one of the megacorporations active within its borders."
|
||||
important_information = "Dionae integrated by the Sol Alliance are forced into a contract for a set period of time that requires them to stay employed in some form within Alliance territory, commonly with a megacorporation."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -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)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, 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)
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, 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)
|
||||
possible_religions = list(RELIGION_KSSHR, RELIGION_SHRKH, RELIGION_QEBLAK, RELIGION_WEISHII, RELIGION_ETERNAL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
Reference in New Issue
Block a user