mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +00:00
Adds Skrell Biesel, Sol, and COC Accents (#13584)
This commit is contained in:
@@ -41,3 +41,24 @@
|
||||
As a result of being separated from their planet of origin for generations, these accents don't have much in common with any modern Skrell accent, and are usually \
|
||||
described as sounding 'older' by other Skrell."
|
||||
tag_icon = "skrell_genner"
|
||||
|
||||
/datum/accent/skrell/ceti
|
||||
name = ACCENT_SKRELLCETI
|
||||
description = "While the Biesel accent is easy to pick up by most Tau Ceti Basic speakers, the Biesellite Skrell Standard accent is common in the more insular Skrell communities, \
|
||||
especially those who are strongly pro-Federation. Biesellite Skrell Standard has many holdovers from Jargon accents while also having some of the more obvious \
|
||||
characteristics of the Biesellite accent."
|
||||
tag_icon = "skrell_biesel"
|
||||
|
||||
/datum/accent/skrell/sol
|
||||
name = ACCENT_SKRELLSOL
|
||||
description = "Solarian Skrell Standard can be seen as the Skrellian equivalent of the Solarian accent, having hundreds of variants that can be found on planets across \
|
||||
the Sol Alliance. The accent has kept the notable tones from accents found in the Federation, while still heavily influenced by the pacing and pronunciation common in the \
|
||||
average Solarian accent."
|
||||
tag_icon = "skrell_sol"
|
||||
|
||||
/datum/accent/skrell/coc
|
||||
name = ACCENT_SKRELLCOC
|
||||
description = "Coalition Skrell Standard refers to the various accents of Skrell living within the Coalition of Colonies. Heavily influenced by Freespeak, this accent \
|
||||
is more guttural, with lower-pitched tones being more prevalent. The Coalition of Colonies has a reputation for being generally anti-Federation in policy, which has \
|
||||
resulted in this accent being seen by Skrell as anti-Federation by association."
|
||||
tag_icon = "skrell_coalition"
|
||||
|
||||
@@ -127,6 +127,9 @@
|
||||
#define ACCENT_AWEIJI "Aweiji"
|
||||
#define ACCENT_TRAVERSE "Traverse"
|
||||
#define ACCENT_GENNER "Generational Ship"
|
||||
#define ACCENT_SKRELLSOL "Solarian Skrell Standard"
|
||||
#define ACCENT_SKRELLCOC "Coalition Skrell Standard"
|
||||
#define ACCENT_SKRELLCETI "Biesellite Skrell Standard"
|
||||
|
||||
#define ACCENT_ROOTSONG "Rootsong"
|
||||
#define ACCENT_VOIDSONG "Voidsong"
|
||||
|
||||
@@ -90,8 +90,8 @@
|
||||
default_citizenship = CITIZENSHIP_JARGON
|
||||
|
||||
default_accent = ACCENT_SKRELL
|
||||
allowed_accents = list(ACCENT_SKRELL, ACCENT_HOMEWORLD, ACCENT_QERRMALIC, ACCENT_ALIOSE, ACCENT_AWEIJI, ACCENT_TRAVERSE, ACCENT_CETI, ACCENT_GIBSON, ACCENT_COC, ACCENT_ERIDANI,
|
||||
ACCENT_ERIDANIDREG, ACCENT_VENUS, ACCENT_JUPITER, ACCENT_MARTIAN, ACCENT_SILVERSUN_EXPATRIATE, ACCENT_EUROPA, ACCENT_VALKYRIE, ACCENT_MICTLAN, ACCENT_GENNER)
|
||||
allowed_accents = list(ACCENT_SKRELL, ACCENT_HOMEWORLD, ACCENT_QERRMALIC, ACCENT_ALIOSE, ACCENT_AWEIJI, ACCENT_TRAVERSE, ACCENT_SKRELLCETI,
|
||||
ACCENT_GIBSON, ACCENT_SKRELLCOC, ACCENT_EUROPA, ACCENT_SKRELLSOL, ACCENT_MICTLAN, ACCENT_GENNER)
|
||||
|
||||
zombie_type = SPECIES_ZOMBIE_SKRELL
|
||||
bodyfall_sound = /decl/sound_category/bodyfall_skrell_sound
|
||||
|
||||
Reference in New Issue
Block a user