mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 01:51:46 +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"
33 lines
416 B
JSON
33 lines
416 B
JSON
{
|
|
"replacements": {
|
|
"characters": {
|
|
"common": {
|
|
"o": "u",
|
|
"t": "ch",
|
|
"a": "ah",
|
|
"c": "th",
|
|
"i": "ks",
|
|
"m": "nth"
|
|
},
|
|
"uncommon": {
|
|
" ": " endless... ",
|
|
"H": " THE HANDS... ",
|
|
"h": " BRIGHT ",
|
|
"s": " LEAK ",
|
|
"r": " CRACK "
|
|
}
|
|
},
|
|
"string_replacements": [
|
|
"'",
|
|
"br",
|
|
"th",
|
|
"see",
|
|
"etch"
|
|
],
|
|
"string_additions": [
|
|
"ah",
|
|
"wth"
|
|
]
|
|
}
|
|
}
|