Files
ReturnandGitHub 769c534f7c Lore language rewrites (#4528)
## 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
/🆑
2025-08-24 21:53:42 +03:00

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,
)