mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +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 /🆑
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
/datum/language/uncommon
|
|
name = "Terran Uncommon"
|
|
desc = "Developed in protest against the subversion of its traditional lingua franca by integrationists, Terran Uncommon is most commonly spoken on its namesake, Terra. \
|
|
Being a pidgin of English, Mandarin and Hindi, Terran Uncommon is similar to, but decisively distinct from, its Common counterpart, free of alien influence."
|
|
key = "!"
|
|
flags = TONGUELESS_SPEECH
|
|
space_chance = 20
|
|
sentence_chance = 0
|
|
between_word_sentence_chance = 10
|
|
between_word_space_chance = 75
|
|
additional_syllable_low = 0
|
|
additional_syllable_high = 0
|
|
syllables = list(
|
|
"ba", "be", "bo", "ca", "ce", "co", "da", "de", "do",
|
|
"fa", "fe", "fo", "ga", "ge", "go", "ha", "he", "ho",
|
|
"ja", "je", "jo", "ka", "ke", "ko", "la", "le", "lo",
|
|
"ma", "me", "mo", "na", "ne", "no", "ra", "re", "ro",
|
|
"sa", "se", "so", "ta", "te", "to", "va", "ve", "vo",
|
|
"xa", "xe", "xo", "ya", "ye", "yo", "za", "ze", "zo"
|
|
)
|
|
icon_state = "galuncom"
|
|
default_priority = 90
|
|
|
|
mutual_understanding = list(
|
|
/datum/language/common = 20,
|
|
/datum/language/beachbum = 20,
|
|
)
|