You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TRaSH-Guides/docs/json/guide-only/language-not-original-or-ge...

30 lines
620 B

{
"trash_id": "guide-only",
"trash_scores": {
"default": -10000
},
"trash_description": "Language: Prefer X but i'll take Y",
"name": "Language: Not Original or German",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Not Original",
"implementation": "LanguageSpecification",
"negate": true,
"required": true,
"fields": {
"value": -2
}
},
{
"name": "Not German",
"implementation": "LanguageSpecification",
"negate": true,
"required": true,
"fields": {
"value": 4
}
}
]
}