Files
Bubberstation/strings/slurring_cult_text.json
MrMelbert ab51d5a00c 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) (#66031)
* Refactor slurring + cultslur to be a status effect

* Refactors stutter to be a status effect

* Adds a VV helper and a setter
- also adds heretic slurring text

* Adjustments to the heretic slurring

* classified VV key correctly

* "Normal" -> "Drunk" slurring

* social anxiety fix

* Adjusments and an accidentally reverted fix

* comment

* Fixes drunk file + two other minor issues

* merge skew time

* comments

* Generalizes this proc for the future.

* Missed stuff

* Numbers adjusted the wrong direction

* missed a single one

* incorrect numbers

* changes add/remove to "adjust"
2022-04-14 21:36:52 -04: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"
]
}
}