Files
Bubberstation/strings/slurring_cult_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

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