mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-04 14:01:22 +00:00
* Racial Languages Adds a whole bunch of racial languages. * Travis you are a cruel mistress Snarky comments will be the death of me * Better names, better language distribution Decided to take some suggestions from the github and discord * 2001: A Space Indent Odyssey Fixed that stuff for you, green name man
18 lines
578 B
Plaintext
18 lines
578 B
Plaintext
// One of these languages will actually work, I'm certain of it.
|
|
/datum/language/voltaic
|
|
name = "Voltaic"
|
|
desc = "A sparky language made by manipulating electrical discharge."
|
|
speech_verb = "crackles"
|
|
ask_verb = "pops"
|
|
exclaim_verb = "thunders"
|
|
key = "v"
|
|
space_chance = 20
|
|
syllables = list(
|
|
"bzzt", "skrrt", "zzp", "mmm", "hzz", "tk", "shz", "k", "z",
|
|
"bzt", "zzt", "skzt", "skzz", "hmmt", "zrrt", "hzzt", "hz",
|
|
"vzt", "zt", "vz", "zip", "tzp", "lzzt", "dzzt", "zdt", "kzt",
|
|
"zzzz", "mzz"
|
|
)
|
|
icon_state = "volt"
|
|
default_priority = 90
|