Files
Yogstation/strings/slurring_heretic_text.json
2023-08-29 02:22:58 -05:00

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