Files
Bubberstation/strings/slurring_drunk_text.json
SkyratBot 62ddd77870 [MIRROR] Refactors speech impeding effects (drunken slurring / suttering) into status effects. Adds heretic slurring in addition to the existing cult slurring. Removes 4 vars from /living in return, which slightly optimizes Life() (wink) [MDB IGNORE] (#12770)
* Refactors speech impeding effects (drunken slurring / suttering) into status effects. Adds heretic slurring in addition to the existing cult slurring. Removes 4 vars from /living in return, which slightly optimizes Life() (wink)

* fex

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
2022-04-19 18:54:12 +01:00

21 lines
246 B
JSON

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