mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +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
645 B
Plaintext
18 lines
645 B
Plaintext
/datum/language/terrum
|
|
name = "Terrum"
|
|
desc = "The language of the golems. Sounds similar to old-earth Hebrew."
|
|
speech_verb = "rumbles"
|
|
ask_verb = "questions"
|
|
exclaim_verb = "tremors"
|
|
key = "g"
|
|
space_chance = 40
|
|
syllables = list(
|
|
"sha", "vu", "nah", "ha", "yom", "ma", "cha", "ar", "et", "mol", "lua",
|
|
"ch", "na", "sh", "ni", "yah", "bes", "ol", "hish", "ev", "la", "ot", "la",
|
|
"khe", "tza", "chak", "hak", "hin", "hok", "lir", "tov", "yef", "yfe",
|
|
"cho", "ar", "kas", "kal", "ra", "lom", "im", "'", "'", "'", "'", "bok",
|
|
"erev", "shlo", "lo", "ta", "im", "yom"
|
|
)
|
|
icon_state = "golem"
|
|
default_priority = 90
|