From 5453a357950fee1969f8dc66ff669bd8bcf73357 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 30 Jan 2023 16:15:47 -0500 Subject: [PATCH] Create language-not-original-or-english.json --- root/language-not-original-or-english.json | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 root/language-not-original-or-english.json diff --git a/root/language-not-original-or-english.json b/root/language-not-original-or-english.json new file mode 100644 index 0000000..b5b9cd3 --- /dev/null +++ b/root/language-not-original-or-english.json @@ -0,0 +1,27 @@ +{ + "trash_id": "guide-only", + "trash_score": "-10000", + "trash_description": "Language: Prefer X but i'll take Y", + "name": "Language: Not Original or English", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "Not Original", + "implementation": "LanguageSpecification", + "negate": true, + "required": true, + "fields": { + "value": -2 + } + }, + { + "name": "Not English", + "implementation": "LanguageSpecification", + "negate": true, + "required": true, + "fields": { + "value": 1 + } + } + ] +}