From ef6bdacca2873b75a56e94fdee3d0f3df845ad70 Mon Sep 17 00:00:00 2001 From: adamsong Date: Tue, 29 Aug 2023 00:47:14 -0400 Subject: [PATCH] Fixes slurring --- strings/slurring_cult_text.json | 27 +++++++++++++++++++++++++ strings/slurring_drunk_text.json | 20 +++++++++++++++++++ strings/slurring_heretic_text.json | 32 ++++++++++++++++++++++++++++++ 3 files changed, 79 insertions(+) create mode 100644 strings/slurring_cult_text.json create mode 100644 strings/slurring_drunk_text.json create mode 100644 strings/slurring_heretic_text.json diff --git a/strings/slurring_cult_text.json b/strings/slurring_cult_text.json new file mode 100644 index 000000000000..192893bdc858 --- /dev/null +++ b/strings/slurring_cult_text.json @@ -0,0 +1,27 @@ +{ + "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" + ] + } +} diff --git a/strings/slurring_drunk_text.json b/strings/slurring_drunk_text.json new file mode 100644 index 000000000000..a68a00b08588 --- /dev/null +++ b/strings/slurring_drunk_text.json @@ -0,0 +1,20 @@ +{ + "replacements": { + "characters": { + "common": { + "o": "u", + "s": "ch", + "a": "ah", + "u": "oo", + "c": "k" + }, + "uncommon": { + " ": "...huuuhhh...", + ".": " *BURP*." + } + }, + "string_additions": [ + "'" + ] + } +} diff --git a/strings/slurring_heretic_text.json b/strings/slurring_heretic_text.json new file mode 100644 index 000000000000..d5b87ec911cf --- /dev/null +++ b/strings/slurring_heretic_text.json @@ -0,0 +1,32 @@ +{ + "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" + ] + } +}