enum | ItemGroup {
Coin = 10
, CraftingObjects
, Torches = 20
, Glowsticks = 25
,
Wood = 30
, Bombs = 40
, LifePotions = 50
, ManaPotions
,
BuffPotion
, Flask
, Food
, Crates = 60
,
BossBags = 70
, GoodieBags = 80
, AlchemyPlants = 83
, AlchemySeeds
,
DyeMaterial = 87
, BossItem = 90
, EventItem
, ConsumableThatDoesNotDamage = 94
,
Solutions
, Ammo
, ConsumableThatDamages
, PlacableObjects = 100
,
Blocks = 120
, Wands = 130
, Rope = 140
, Walls = 150
,
Wiring = 200
, Pickaxe = 500
, Axe = 510
, Hammer = 520
,
MeleeWeapon = 530
, RangedWeapon = 540
, MagicWeapon = 550
, SummonWeapon = 560
,
Headgear = 600
, Torso = 610
, Pants = 620
, Accessories = 630
,
Hook = 700
, Mount = 710
, Minecart = 720
, VanityPet = 800
,
LightPet = 810
, Golf = 900
, BossSpawners
, Dye = 910
,
HairDye = 920
, Paint = 930
, FishingRods = 1000
, FishingQuestFish = 1010
,
Fish = 1015
, FishingBait = 1020
, Critters = 1030
, Keys = 2000
,
RemainingUseItems = 5000
, Material = 10000
, EverythingElse = 11000
} |