Files
depot-guides/docs/json/depot/cf/region-japan-only.json
T

31 lines
745 B
JSON

{
"trash_id": "3cc99162d39a95f4115fc2e6148056c2",
"trash_scores": {
"default": -300,
"archival": 0,
"console": -300
},
"name": "Region: Japan Only",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "No western-region marker",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bUSA\\b|\\bEurope\\b|\\bWorld\\b|Region[ ._-]?Free|\\(U\\)|\\(E\\)"
}
},
{
"name": "Japan / Asia marker",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bJapan\\b|\\bJPN\\b|\\bAsia\\b|\\(J\\)"
}
}
]
}