Bludsuckers

This commit is contained in:
Artur
2019-11-29 21:28:14 +02:00
parent 65bec77c5a
commit 02048ce009
67 changed files with 6397 additions and 9 deletions
+27
View File
@@ -0,0 +1,27 @@
// VAMPIRE LANGUAGE //
/datum/language/vampiric
name = "Blah-Sucker"
desc = "The native language of the Bloodsucker elders, learned intuitively by Fledglings as they pass from death into immortality."
speech_verb = "growls"
ask_verb = "growls"
exclaim_verb = "snarls"
whisper_verb = "hisses"
key = "b"
space_chance = 40
default_priority = 90
flags = TONGUELESS_SPEECH | LANGUAGE_HIDE_ICON_IF_NOT_UNDERSTOOD // Hide the icon next to your text if someone doesn't know this language.
syllables = list(
"luk","cha","no","kra","pru","chi","busi","tam","pol","spu","och", // Start: Vampiric
"umf","ora","stu","si","ri","li","ka","red","ani","lup","ala","pro",
"to","siz","nu","pra","ga","ump","ort","a","ya","yach","tu","lit",
"wa","mabo","mati","anta","tat","tana","prol",
"tsa","si","tra","te","ele","fa","inz", // Start: Romanian
"nza","est","sti","ra","pral","tsu","ago","esch","chi","kys","praz", // Start: Custom
"froz","etz","tzil",
"t'","k'","t'","k'","th'","tz'"
)
icon_state = "bloodsucker"
icon = 'icons/mob/hud.dmi'