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>
28 lines
344 B
JSON
28 lines
344 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|