mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Adds & updates Vaurca accents (#9657)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/datum/accent/silicon
|
||||
name = ACCENT_SILICON
|
||||
name = ACCENT_TTS
|
||||
description = "A barebones text-to-speech accent. This is usually used to de-humanize or to cut speech synthesizer costs in silicon based machines."
|
||||
tag_icon = "tts"
|
||||
@@ -0,0 +1,26 @@
|
||||
/datum/accent/zora
|
||||
name = ACCENT_ZORA
|
||||
description = "Zo'rane is the modern day dialect of the Zo'ra hive, composed of buzzing, cheap bisellite voice modulators that manage to sway most voices \
|
||||
into a more gender neutral tone, while retaining a distinct alien dialect. To other vaurcae, this accent is reminiscent of the authority the Zo'ra held - \
|
||||
regal and noble. Their vocal augments stereotypically have difficulty, typically when producing sounds related to the letter 's', instead substituting with \
|
||||
a harsh buzzing in the throat."
|
||||
tag_icon = "zora"
|
||||
|
||||
/datum/accent/klax
|
||||
name = ACCENT_KLAX
|
||||
description = "K'laxane is the modern day dialect of the K'lax hive. Primitive modulators, even among K'lax standards, manage to capture a similarity to the \
|
||||
peasantry of the Izweski Hegemony on Moghes - however, they do not fully replicate it, retaining a more drawn out and dreamy tone. To other vaurcae, this is \
|
||||
a more subservient manner of speaking, akin to how Bound tend to draw out their thoughts - a common trait instilled in most vassal hives as a brand. Their \
|
||||
vocal augments stereotypically have difficulty, typically when producing sounds related to the letter 's', instead substituting with a harsh buzzing in the \
|
||||
throat - the K'lax experience less of this - no Unathi would be content listening to a Vaura buzz incessantly when trying to hiss a sentence in the \
|
||||
Hegemonic tongue."
|
||||
tag_icon = "klax"
|
||||
|
||||
/datum/accent/cthur
|
||||
name = ACCENT_CTHUR
|
||||
description = "C'thuric is the modern day dialect of the C'thur hive, a sly and sneering take on the unyielding Nral'Malic. Modulators are unfortunately \
|
||||
still cheap, capturing a very monotone and unchanging method of speaking. Voices are warped into being clear and concise, many C'thur adopting a blunt and \
|
||||
to-the-point method of speaking - yet, when needed to be verbose, delivery is often swift and intelligible. Other vaurcae would recognize this tone as being \
|
||||
infamous of the C'thur's past deeds. Their vocal augments stereotypically have difficulty, typically when producing sounds related to the letter 's', instead \
|
||||
substituting with a harsh buzzing in the throat."
|
||||
tag_icon = "cthur"
|
||||
@@ -90,4 +90,8 @@
|
||||
|
||||
#define ACCENT_DIONA "Diona"
|
||||
|
||||
#define ACCENT_SILICON "Text-to-Speech"
|
||||
#define ACCENT_TTS "Text-to-Speech"
|
||||
|
||||
#define ACCENT_ZORA "Zo'rane"
|
||||
#define ACCENT_KLAX "K'laxane"
|
||||
#define ACCENT_CTHUR "C'thuric"
|
||||
Reference in New Issue
Block a user