aboutsummaryrefslogtreecommitdiff
path: root/constants/HideNotClickableItems.json
blob: 70a2c6ee2b5fc4a900c7502aa41055eee14e18d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
  "hide_npc_sell": {
    "equals": [
      "Health Potion VIII Splash Potion",
      "Stone Button",
      "Revive Stone",
      "Premium Flesh",
      "Defuse Kit",
      "White Wool",
      "Enchanted Wool",
      "Training Weights",
      "Journal Entry",
      "Twilight Arrow Poison",
      "Lever",
      "Fairy's Galoshes",
      "Blaze Powder",
      "Egg",
      "Corrupted Fragment",
      "Tripwire Hook"
    ],
    "startsWith": [
      "Music Disc"
    ],
    "endsWith": [
      " Rune I"
    ]
  },
  "hide_in_storage": {
    "equals": [
      "Nether Wart Pouch",
      "Basket of Seeds",
      "Builder's Wand"
    ],
    "startsWith": [],
    "endsWith": [
      " New Year Cake Bag"
    ]
  },
  "salvage": {
    "armor": [
      "Zombie Knight",
      "Heavy",
      "Zombie Soldier",
      "Skeleton Grunt",
      "Skeleton Soldier",
      "Zombie Commander",
      "Skeleton Master",
      "Sniper",
      "Skeletor",
      "Rotten",
      "Flaming",
      "Moogma",
      "Rampart"
    ],
    "items": [
      "Zombie Soldier Cutlass",
      "Silent Death",
      "Zombie Knight Sword",
      "Conjuring",
      "Dreadlord Sword",
      "Soulstealer Bow",
      "Machine Gun Bow",
      "Earth Shard",
      "Zombie Commander Whip",
      "Sniper Bow",
      "Blade of the Volcano",
      "Staff of the Volcano"
    ]
  },
  "demo": {
    "equals": [],
    "startsWith": [],
    "endsWith": []
  }
}