Adds Skrell Biesel, Sol, and COC Accents (#13584)

This commit is contained in:
RyverStyx
2022-04-23 08:07:48 -04:00
committed by GitHub
parent b2016d97be
commit 836e4024a1
5 changed files with 32 additions and 2 deletions

View File

@@ -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 \ 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." described as sounding 'older' by other Skrell."
tag_icon = "skrell_genner" 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"

View File

@@ -127,6 +127,9 @@
#define ACCENT_AWEIJI "Aweiji" #define ACCENT_AWEIJI "Aweiji"
#define ACCENT_TRAVERSE "Traverse" #define ACCENT_TRAVERSE "Traverse"
#define ACCENT_GENNER "Generational Ship" #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_ROOTSONG "Rootsong"
#define ACCENT_VOIDSONG "Voidsong" #define ACCENT_VOIDSONG "Voidsong"

View File

@@ -90,8 +90,8 @@
default_citizenship = CITIZENSHIP_JARGON default_citizenship = CITIZENSHIP_JARGON
default_accent = ACCENT_SKRELL 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, allowed_accents = list(ACCENT_SKRELL, ACCENT_HOMEWORLD, ACCENT_QERRMALIC, ACCENT_ALIOSE, ACCENT_AWEIJI, ACCENT_TRAVERSE, ACCENT_SKRELLCETI,
ACCENT_ERIDANIDREG, ACCENT_VENUS, ACCENT_JUPITER, ACCENT_MARTIAN, ACCENT_SILVERSUN_EXPATRIATE, ACCENT_EUROPA, ACCENT_VALKYRIE, ACCENT_MICTLAN, ACCENT_GENNER) ACCENT_GIBSON, ACCENT_SKRELLCOC, ACCENT_EUROPA, ACCENT_SKRELLSOL, ACCENT_MICTLAN, ACCENT_GENNER)
zombie_type = SPECIES_ZOMBIE_SKRELL zombie_type = SPECIES_ZOMBIE_SKRELL
bodyfall_sound = /decl/sound_category/bodyfall_skrell_sound bodyfall_sound = /decl/sound_category/bodyfall_skrell_sound

View File

@@ -0,0 +1,6 @@
author: RyverStyx
delete-after: True
changes:
- rscadd: "Added 3 skrell accents."

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB