mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-04 22:43:24 +00:00
60 lines
1.8 KiB
Plaintext
60 lines
1.8 KiB
Plaintext
/* 'basic' language; spoken by default.
|
|
/datum/language/common
|
|
name = "Galactic Common"
|
|
desc = "The common galactic tongue."
|
|
speech_verb = "says"
|
|
whisper_verb = "whispers"
|
|
key = "0"
|
|
flags = RESTRICTED
|
|
syllables = list("blah","blah","blah","bleh","meh","neh","nah","wah")
|
|
*/
|
|
|
|
/datum/language/birdsong
|
|
name = "Birdsong"
|
|
desc = "A language primarily spoken by Narvians"
|
|
speech_verb = "chirps"
|
|
colour = "birdsongc"
|
|
key = "7"
|
|
syllables = list ("cheep", "peep", "tweet")
|
|
|
|
/datum/language/sergal
|
|
name = "Sagaru"
|
|
desc = "The dominant language of the Sergal homeworld, Vilous. It consists of aggressive low-pitched hissing and throaty growling."
|
|
speech_verb = "snarls"
|
|
colour = "sergal"
|
|
key = "z"
|
|
syllables = list ("grr", "gah", "woof", "arf", "arra", "rah", "wor", "sarg")
|
|
|
|
/datum/language/vulpkanin
|
|
name = "Canilunzt"
|
|
desc = "The guttural language spoken and utilized by the inhabitants of Vazzend system, composed of growls, barks, yaps, and heavy utilization of ears and tail movements. Vulpkanin speak this language with ease."
|
|
speech_verb = "rrrfts"
|
|
ask_verb = "rurs"
|
|
exclaim_verb = "barks"
|
|
colour = "vulpkanin"
|
|
key = "8" //lol, no idea - Poojawa
|
|
flags = RESTRICTED
|
|
syllables = list("rur","ya","cen","rawr","bar","kuk","tek","qat","uk","wu","vuh","tah","tch","schz","auch", \
|
|
"ist","ein","entch","zwichs","tut","mir","wo","bis","es","vor","nic","gro","lll","enem","zandt","tzch","noch", \
|
|
"hel","ischt","far","wa","baram","iereng","tech","lach","sam","mak","lich","gen","or","ag","eck","gec","stag","onn", \
|
|
"bin","ket","jarl","vulf","einech","cresthz","azunein","ghzth")
|
|
|
|
|
|
|
|
|
|
/datum/language/unathi
|
|
flags = 0
|
|
/datum/language/tajaran
|
|
flags = 0
|
|
/datum/language/skrell
|
|
flags = 0
|
|
/datum/language/human
|
|
flags = 0
|
|
/datum/language/seromi
|
|
flags = 0
|
|
/datum/language/gutter
|
|
flags = WHITELISTED
|
|
/datum/language/machine
|
|
flags = NO_STUTTER | WHITELISTED
|
|
|