mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
## About The Pull Request Merges Chitinclick and Buzzwords into one language, as well as Interslavic and Spinwarder, as they overlap with each other. ## Why It's Good For The Game These languages are effectively the same, and we want players taking these languages to be able to communicate with each other, to form comraderie amongst themselves ## Proof Of Testing <details> <summary>Screenshots/Videos</summary> </details> ## Changelog 🆑 ReturnToZender qol: Merges Interslavic and Spinwarder into one language qol: Merges Chitinclick and Buzzwords into one bug language /🆑
24 lines
1.6 KiB
Plaintext
24 lines
1.6 KiB
Plaintext
/datum/language/spinwarder
|
||
name = "Interslavic"
|
||
desc = "An elaborate mix of various Slavic languages with similar properties that has long since become the official language of the NRI, with a steady amount of relevance in TerraGov colonies with Slavic descendants and various types of trading posts and spaceports across Human space - it even managed to find a niche in communication with other species."
|
||
key = "P"
|
||
flags = TONGUELESS_SPEECH
|
||
syllables = list(
|
||
"do", "ber", "sve", "tel", "po", "ča", "sen", "jag", "nje", "sla", "do",
|
||
"led", "klo", "ba", "sa", "pa", "ra", "diž", "nik", "vol", "ko", "vi", "ži",
|
||
"ra", "fa", "zob", "na", "ščet", "ka", "zgo", "do", "vi", "na", "zah", "ra",
|
||
"da", "tam", "ten", "led", "nič", "ka", "zá", "pis", "ník", "krá", "va",
|
||
"ku", "ku", "ři", "ce", "ve", "přo", "vé", "ma", "so", "mo", "cný", "pi",
|
||
"kan", "tní", "o", "ran", "žo", "vý", "vlast", "nos", "ti", "hvi", "li", "na",
|
||
"mіs", "ce", "vij", "snі", "da", "nok", "kva", "so", "lja", "char", "ka", "mіs",
|
||
"jacj", "gar", "na", "ne", "pra", "vil", "niy", "min", "dal", "io", "lam", "pa",
|
||
"i", "zo", "bra", "ze", "ni", "e", "is", "kus", "stvo", "bi", "bli", "o", "te",
|
||
"ka", "bas", "se", "in", "fut", "bol", "o", "fis", "po", "che", "mu", "ru",
|
||
"bash", "ka", "kuh", "nia", "rech", "nik", "gor", "ko", "pi", "le", "ti", "na",
|
||
"ko", "ni", "spa", "va", "ha", "so", "ba", "sve", "ska", "nov", "cha", "nik",
|
||
"zem", "lya", "kan", "ce", "la", "ri", "јa", "snezh", "ne", "pa", "da", "vi", "ne"
|
||
)
|
||
icon_state = "panslavic"
|
||
icon = 'modular_skyrat/master_files/icons/misc/language.dmi'
|
||
default_priority = 95
|