mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-12 09:54:03 +00:00
* 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>
21 lines
246 B
JSON
21 lines
246 B
JSON
{
|
|
"replacements": {
|
|
"characters": {
|
|
"common": {
|
|
"o": "u",
|
|
"s": "ch",
|
|
"a": "ah",
|
|
"u": "oo",
|
|
"c": "k"
|
|
},
|
|
"uncommon": {
|
|
" ": "...huuuhhh...",
|
|
".": " *BURP*."
|
|
}
|
|
},
|
|
"string_additions": [
|
|
"'"
|
|
]
|
|
}
|
|
}
|