Fixes slurring (#20149)

This commit is contained in:
adamsong
2023-08-29 03:22:58 -04:00
committed by GitHub
parent 13332d439c
commit 3d3167bbee
3 changed files with 79 additions and 0 deletions

View 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"
]
}
}

View File

@@ -0,0 +1,20 @@
{
"replacements": {
"characters": {
"common": {
"o": "u",
"s": "ch",
"a": "ah",
"u": "oo",
"c": "k"
},
"uncommon": {
" ": "...huuuhhh...",
".": " *BURP*."
}
},
"string_additions": [
"'"
]
}
}

View 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"
]
}
}