diff --git a/stripper/ze_dark_soul/default_ents.jsonc b/stripper/ze_dark_soul/default_ents.jsonc new file mode 100644 index 0000000..2806fcd --- /dev/null +++ b/stripper/ze_dark_soul/default_ents.jsonc @@ -0,0 +1,24 @@ +{ + //remove slur + "modify": + [ + { + "match": + { + "io": + [ + { + "overrideparam": "say ** not enough haryde(nigger) coins for true ending **" + } + ] + }, + "replace": + { + "io": + { + "overrideparam": "say ** Not enough Crimson Eye Orbs for true ending **" + } + } + } + ] +} \ No newline at end of file