mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-20 02:27:58 +01:00
Apparently this was done due to a bug, or prior to something being fixed/added and is not necessary now. To clarify how EAL works: **Organics: ** - Can take EAL, and UNDERSTAND EAL when it is spoken to them. - Cannot speak EAL, unless they have the EAL implant - Can never use the sound emotes (beep, ping, buzz) **Synthetics: ** - Can take EAL, and SPEAK and UNDERSTAND EAL - Can use the sound emotes (beep, ping, buzz) The sound emotes are not tied to EAL in any way (beep, ping, buzz). They are emotes you can perform if you are synthetic.
65 lines
2.2 KiB
Plaintext
65 lines
2.2 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/squirrel
|
|
name = "Ecureuilian"
|
|
desc = "The native tongue of the inhabitants of Gaia. Squirrelkin and other beastkins of Gaia can use their ears and tails in addition to speech to communitcate."
|
|
speech_verb = "squeaks"
|
|
whisper_verb = "whispers"
|
|
exclaim_verb = "chitters"
|
|
key = "9"
|
|
flags = RESTRICTED
|
|
syllables = list("sque","sqah","boo","beh","nweh","boopa","nah","wah","een","sweh")
|
|
|
|
/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
|