mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-31 03:52:31 +00:00
* 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"
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": [
|
|
"'"
|
|
]
|
|
}
|
|
}
|