Advertisement
fuzzybuttgames

2nd try

May 23rd, 2024 (edited)
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. {
  2. "trash_id": "guide-only",
  3. "trash_scores": {
  4. "default": 10
  5. },
  6. "trash_description": "Language: English Only",
  7. "name": "Language: English",
  8. "includeCustomFormatWhenRenaming": false,
  9. "specifications": [
  10. {
  11. "name": "English Language",
  12. "implementation": "LanguageSpecification",
  13. "negate": true,
  14. "required": false,
  15. "fields": {
  16. "value": 1
  17. }
  18. }
  19. ]
  20. }
  21.  
  22. ========================================
  23. {
  24. "trash_id": "guide-only",
  25. "trash_scores": {
  26. "default": 5
  27. },
  28. "trash_description": "Language: Japanese Only",
  29. "name": "Language: Japanese",
  30. "includeCustomFormatWhenRenaming": false,
  31. "specifications": [
  32. {
  33. "name": "Japanese Language",
  34. "implementation": "LanguageSpecification",
  35. "negate": true,
  36. "required": false,
  37. "fields": {
  38. "value": 1
  39. }
  40. }
  41. ]
  42. }
  43. ========================================
  44. {
  45. "trash_id": "guide-only",
  46. "trash_scores": {
  47. "default": -10000
  48. },
  49. "trash_description": "Language: Not Japanese or English",
  50. "name": "!Language: Not Original or English",
  51. "includeCustomFormatWhenRenaming": false,
  52. "specifications": [
  53. {
  54. "name": "!Language: Not Japanese or English",
  55. "implementation": "LanguageSpecification",
  56. "negate": true,
  57. "required": false,
  58. "fields": {
  59. "value": 1
  60. }
  61. }
  62. ]
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement