mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Fixes slurring (#20149)
This commit is contained in:
27
strings/slurring_cult_text.json
Normal file
27
strings/slurring_cult_text.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"replacements": {
|
||||
"characters": {
|
||||
"common": {
|
||||
"o": "u",
|
||||
"t": "ch",
|
||||
"a": "ah",
|
||||
"u": "oo",
|
||||
"c": " NAR ",
|
||||
"s": " SIE "
|
||||
},
|
||||
"uncommon": {
|
||||
" ": " no hope... ",
|
||||
"H": " IT COMES... "
|
||||
}
|
||||
},
|
||||
"string_replacements": [
|
||||
"'",
|
||||
"fth",
|
||||
"nglu",
|
||||
"glor"
|
||||
],
|
||||
"string_additions": [
|
||||
"agn"
|
||||
]
|
||||
}
|
||||
}
|
||||
20
strings/slurring_drunk_text.json
Normal file
20
strings/slurring_drunk_text.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"replacements": {
|
||||
"characters": {
|
||||
"common": {
|
||||
"o": "u",
|
||||
"s": "ch",
|
||||
"a": "ah",
|
||||
"u": "oo",
|
||||
"c": "k"
|
||||
},
|
||||
"uncommon": {
|
||||
" ": "...huuuhhh...",
|
||||
".": " *BURP*."
|
||||
}
|
||||
},
|
||||
"string_additions": [
|
||||
"'"
|
||||
]
|
||||
}
|
||||
}
|
||||
32
strings/slurring_heretic_text.json
Normal file
32
strings/slurring_heretic_text.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"replacements": {
|
||||
"characters": {
|
||||
"common": {
|
||||
"o": "u",
|
||||
"t": "ch",
|
||||
"a": "ah",
|
||||
"c": "th",
|
||||
"i": "ks",
|
||||
"m": "nth"
|
||||
},
|
||||
"uncommon": {
|
||||
" ": " endless... ",
|
||||
"H": " THE HANDS... ",
|
||||
"h": " BRIGHT ",
|
||||
"s": " LEAK ",
|
||||
"r": " CRACK "
|
||||
}
|
||||
},
|
||||
"string_replacements": [
|
||||
"'",
|
||||
"br",
|
||||
"th",
|
||||
"see",
|
||||
"etch"
|
||||
],
|
||||
"string_additions": [
|
||||
"ah",
|
||||
"wth"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user