diff options
Diffstat (limited to 'constants/HideNotClickableItems.json')
-rw-r--r-- | constants/HideNotClickableItems.json | 76 |
1 files changed, 35 insertions, 41 deletions
diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index 9f18caa..f79229f 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -80,6 +80,41 @@ "New Year Cake Bag" ] }, + "hide_player_trade": { + "equals": [ + "Builder's Wand" + ], + "startsWith": [], + "endsWith": [ + "Cat Talisman", + "Cheetah Talisman", + "Day Crystal", + "Lynx Talisman", + "Night Crystal" + ], + "contains": [ + "Personal Deletor " + ] + }, + "not_auctionable": { + "equals": [ + "Basket of Seeds", + "InfiniDirtâ„¢ Wand", + "Nether Wart Pouch", + "Prismapump" + ], + "startsWith": [], + "endsWith": [ + "Day Crystal", + "Cat Talisman", + "Cheetah Talisman", + "Lynx Talisman", + "Night Crystal" + ], + "contains": [ + "Personal Deletor " + ] + }, "salvage": { "armor": [ "Bouncy", @@ -116,46 +151,5 @@ "Zombie Knight Sword", "Zombie Soldier Cutlass" ] - }, - "hide_player_trade": { - "equals": [ - "Builder's Wand" - ], - "startsWith": [], - "endsWith": [ - "Cat Talisman", - "Cheetah Talisman", - "Day Crystal", - "Lynx Talisman", - "Night Crystal" - ], - "contains": [ - "Personal Deletor " - ] - }, - "not_auctionable": { - "equals": [ - "Basket of Seeds", - "InfiniDirtâ„¢ Wand", - "Nether Wart Pouch", - "Prismapump" - ], - "startsWith": [], - "endsWith": [ - "Day Crystal", - "Cat Talisman", - "Cheetah Talisman", - "Lynx Talisman", - "Night Crystal" - ], - "contains": [ - "Personal Deletor " - ] - }, - "demo": { - "equals": [], - "startsWith": [], - "endsWith": [], - "contains": [] } }
\ No newline at end of file |