mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
## About The Pull Request This PR simplifies a lot of the language text, making them take up less space in the languages menu. It also brings many of the language descriptions in line with what our current lore for them is, and prevents overlap. ## Why It's Good For The Game Gets information across more readily and easily, creating a better experience overall ## Proof Of Testing It compiles <details> <summary>Screenshots/Videos</summary> </details> ## Changelog 🆑 ReturnToZender qol: Various languages have been rewritten or simplified in the language menu /🆑
18 lines
1.4 KiB
Plaintext
18 lines
1.4 KiB
Plaintext
/datum/language/common
|
|
name = "Galactic Common"
|
|
desc = "Common, as it's usually referred to, is an amalgam of languages, handcrafted by the founding Federation states to form a comprehensive language for communication. \
|
|
It is not uncommon for one to speak both Common and their home tongue, as by design it shares many structures and langage quirks, \
|
|
to the extent that speaking Galactic Common is almost like speaking 20 different languages simultaneously."
|
|
syllables = list(
|
|
"at", "bo", "cre", "del", "ei", "fir", "guh", "ho", "ill", "jo", "kat", "le", "mon", "ne", "op", "po", "que", "ro", "set", "tin", "um", "ven", "wir", "xa", "yo", "zet",
|
|
"ao", "bar", "co", "don", "ef", "fo", "gon", "hi", "io", "jit", "kir", "lol", "mit", "no", "oh", "pa", "quo", "rex", "so", "ta", "ur", "va", "wa", "xi", "ye", "zat",
|
|
"ah", "be", "ch", "da", "eu", "fu", "ga", "ha", "in", "ja", "ko", "li", "ma", "nya", "oi", "per", "qe", "ri", "sex", "tic", "uo", "vo", "wu", "xe", "yr", "ze",
|
|
"'al", "'bel", "'cal", "'do", "'el", "'feb", "'gol", "'hir", "'ib", "'jah", "'kil", "'lo", "'mo", "'no", "'ol", "'pek", "'qre", "'rib", "'sif", "'tal", "'ui", "'vik", "'wo", "'xin", "'yef", "'zak",
|
|
"ap", "br", "cze", "di", "eck", "fu", "gup", "he", "ir", "je", "ka", "la", "mer", "na", "os", "pi", "qux", "rum", "sin", "tum", "ut", "vye", "weh", "xje", "yoh", "zog"
|
|
)
|
|
|
|
mutual_understanding = list(
|
|
/datum/language/beachbum = 33,
|
|
/datum/language/spacer = 20,
|
|
)
|