#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
#[allow(clippy::enum_variant_names)]
pub enum Item {
YellowPhasesaber = -24,
WhitePhasesaber = -23,
PurplePhasesaber = -22,
GreenPhasesaber = -21,
RedPhasesaber = -20,
BluePhasesaber = -19,
CopperBow = -18,
CopperHammer = -17,
CopperAxe = -16,
CopperShortsword = -15,
CopperBroadsword = -14,
CopperPickaxe = -13,
SilverBow = -12,
SilverHammer = -11,
SilverAxe = -10,
SilverShortsword = -9,
SilverBroadsword = -8,
SilverPickaxe = -7,
GoldBow = -6,
GoldHammer = -5,
GoldAxe = -4,
GoldShortsword = -3,
GoldBroadsword = -2,
GoldPickaxe = -1,
IronPickaxe = 1,
DirtBlock = 2,
StoneBlock = 3,
IronBroadsword = 4,
Mushroom = 5,
IronShortsword = 6,
IronHammer = 7,
Torch = 8,
Wood = 9,
IronAxe = 10,
IronOre = 11,
CopperOre = 12,
GoldOre = 13,
SilverOre = 14,
CopperWatch = 15,
SilverWatch = 16,
GoldWatch = 17,
DepthMeter = 18,
GoldBar = 19,
CopperBar = 20,
SilverBar = 21,
IronBar = 22,
Gel = 23,
WoodenSword = 24,
WoodenDoor = 25,
StoneWall = 26,
Acorn = 27,
LesserHealingPotion = 28,
LifeCrystal = 29,
DirtWall = 30,
Bottle = 31,
WoodenTable = 32,
Furnace = 33,
WoodenChair = 34,
IronAnvil = 35,
WorkBench = 36,
Goggles = 37,
Lens = 38,
WoodenBow = 39,
WoodenArrow = 40,
FlamingArrow = 41,
Shuriken = 42,
SuspiciousLookingEye = 43,
DemonBow = 44,
WarAxeOfTheNight = 45,
LightsBane = 46,
UnholyArrow = 47,
Chest = 48,
BandOfRegeneration = 49,
MagicMirror = 50,
JestersArrow = 51,
AngelStatue = 52,
CloudInABottle = 53,
HermesBoots = 54,
EnchantedBoomerang = 55,
DemoniteOre = 56,
DemoniteBar = 57,
Heart = 58,
CorruptSeeds = 59,
VileMushroom = 60,
EbonstoneBlock = 61,
GrassSeeds = 62,
Sunflower = 63,
Vilethorn = 64,
Starfury = 65,
PurificationPowder = 66,
VilePowder = 67,
RottenChunk = 68,
WormTooth = 69,
WormFood = 70,
CopperCoin = 71,
SilverCoin = 72,
GoldCoin = 73,
PlatinumCoin = 74,
FallenStar = 75,
CopperGreaves = 76,
IronGreaves = 77,
SilverGreaves = 78,
GoldGreaves = 79,
CopperChainmail = 80,
IronChainmail = 81,
SilverChainmail = 82,
GoldChainmail = 83,
GrapplingHook = 84,
Chain = 85,
ShadowScale = 86,
PiggyBank = 87,
MiningHelmet = 88,
CopperHelmet = 89,
IronHelmet = 90,
SilverHelmet = 91,
GoldHelmet = 92,
WoodWall = 93,
WoodPlatform = 94,
FlintlockPistol = 95,
Musket = 96,
MusketBall = 97,
Minishark = 98,
IronBow = 99,
ShadowGreaves = 100,
ShadowScalemail = 101,
ShadowHelmet = 102,
NightmarePickaxe = 103,
TheBreaker = 104,
Candle = 105,
CopperChandelier = 106,
SilverChandelier = 107,
GoldChandelier = 108,
ManaCrystal = 109,
LesserManaPotion = 110,
BandOfStarpower = 111,
FlowerOfFire = 112,
MagicMissile = 113,
DirtRod = 114,
ShadowOrb = 115,
Meteorite = 116,
MeteoriteBar = 117,
Hook = 118,
Flamarang = 119,
MoltenFury = 120,
FieryGreatsword = 121,
MoltenPickaxe = 122,
MeteorHelmet = 123,
MeteorSuit = 124,
MeteorLeggings = 125,
BottledWater = 126,
SpaceGun = 127,
RocketBoots = 128,
GrayBrick = 129,
GrayBrickWall = 130,
RedBrick = 131,
RedBrickWall = 132,
ClayBlock = 133,
BlueBrick = 134,
BlueBrickWall = 135,
ChainLantern = 136,
GreenBrick = 137,
GreenBrickWall = 138,
PinkBrick = 139,
PinkBrickWall = 140,
GoldBrick = 141,
GoldBrickWall = 142,
SilverBrick = 143,
SilverBrickWall = 144,
CopperBrick = 145,
CopperBrickWall = 146,
Spike = 147,
WaterCandle = 148,
Book = 149,
Cobweb = 150,
NecroHelmet = 151,
NecroBreastplate = 152,
NecroGreaves = 153,
Bone = 154,
Muramasa = 155,
CobaltShield = 156,
AquaScepter = 157,
LuckyHorseshoe = 158,
ShinyRedBalloon = 159,
Harpoon = 160,
SpikyBall = 161,
BallOHurt = 162,
BlueMoon = 163,
Handgun = 164,
WaterBolt = 165,
Bomb = 166,
Dynamite = 167,
Grenade = 168,
SandBlock = 169,
Glass = 170,
Sign = 171,
AshBlock = 172,
Obsidian = 173,
Hellstone = 174,
HellstoneBar = 175,
MudBlock = 176,
Sapphire = 177,
Ruby = 178,
Emerald = 179,
Topaz = 180,
Amethyst = 181,
Diamond = 182,
GlowingMushroom = 183,
Star = 184,
IvyWhip = 185,
BreathingReed = 186,
Flipper = 187,
HealingPotion = 188,
ManaPotion = 189,
BladeOfGrass = 190,
ThornChakram = 191,
ObsidianBrick = 192,
ObsidianSkull = 193,
MushroomGrassSeeds = 194,
JungleGrassSeeds = 195,
WoodenHammer = 196,
StarCannon = 197,
BluePhaseblade = 198,
RedPhaseblade = 199,
GreenPhaseblade = 200,
PurplePhaseblade = 201,
WhitePhaseblade = 202,
YellowPhaseblade = 203,
MeteorHamaxe = 204,
EmptyBucket = 205,
WaterBucket = 206,
LavaBucket = 207,
JungleRose = 208,
Stinger = 209,
Vine = 210,
FeralClaws = 211,
AnkletOfTheWind = 212,
StaffOfRegrowth = 213,
HellstoneBrick = 214,
WhoopieCushion = 215,
Shackle = 216,
MoltenHamaxe = 217,
Flamelash = 218,
PhoenixBlaster = 219,
Sunfury = 220,
Hellforge = 221,
ClayPot = 222,
NaturesGift = 223,
Bed = 224,
Silk = 225,
LesserRestorationPotion = 226,
RestorationPotion = 227,
JungleHat = 228,
JungleShirt = 229,
JunglePants = 230,
MoltenHelmet = 231,
MoltenBreastplate = 232,
MoltenGreaves = 233,
MeteorShot = 234,
StickyBomb = 235,
BlackLens = 236,
Sunglasses = 237,
WizardHat = 238,
TopHat = 239,
TuxedoShirt = 240,
TuxedoPants = 241,
SummerHat = 242,
BunnyHood = 243,
PlumbersHat = 244,
PlumbersShirt = 245,
PlumbersPants = 246,
HerosHat = 247,
HerosShirt = 248,
HerosPants = 249,
FishBowl = 250,
ArchaeologistsHat = 251,
ArchaeologistsJacket = 252,
ArchaeologistsPants = 253,
BlackThread = 254,
PurpleThread = 255,
NinjaHood = 256,
NinjaShirt = 257,
NinjaPants = 258,
Leather = 259,
RedHat = 260,
Goldfish = 261,
Robe = 262,
RobotHat = 263,
GoldCrown = 264,
HellfireArrow = 265,
Sandgun = 266,
GuideVoodooDoll = 267,
DivingHelmet = 268,
FamiliarShirt = 269,
FamiliarPants = 270,
FamiliarWig = 271,
DemonScythe = 272,
NightsEdge = 273,
DarkLance = 274,
Coral = 275,
Cactus = 276,
Trident = 277,
SilverBullet = 278,
ThrowingKnife = 279,
Spear = 280,
Blowpipe = 281,
Glowstick = 282,
Seed = 283,
WoodenBoomerang = 284,
Aglet = 285,
StickyGlowstick = 286,
PoisonedKnife = 287,
ObsidianSkinPotion = 288,
RegenerationPotion = 289,
SwiftnessPotion = 290,
GillsPotion = 291,
IronskinPotion = 292,
ManaRegenerationPotion = 293,
MagicPowerPotion = 294,
FeatherfallPotion = 295,
SpelunkerPotion = 296,
InvisibilityPotion = 297,
ShinePotion = 298,
NightOwlPotion = 299,
BattlePotion = 300,
ThornsPotion = 301,
WaterWalkingPotion = 302,
ArcheryPotion = 303,
HunterPotion = 304,
GravitationPotion = 305,
GoldChest = 306,
DaybloomSeeds = 307,
MoonglowSeeds = 308,
BlinkrootSeeds = 309,
DeathweedSeeds = 310,
WaterleafSeeds = 311,
FireblossomSeeds = 312,
Daybloom = 313,
Moonglow = 314,
Blinkroot = 315,
Deathweed = 316,
Waterleaf = 317,
Fireblossom = 318,
SharkFin = 319,
Feather = 320,
Tombstone = 321,
MimeMask = 322,
AntlionMandible = 323,
IllegalGunParts = 324,
TheDoctorsShirt = 325,
TheDoctorsPants = 326,
GoldenKey = 327,
ShadowChest = 328,
ShadowKey = 329,
ObsidianBrickWall = 330,
JungleSpores = 331,
Loom = 332,
Piano = 333,
Dresser = 334,
Bench = 335,
Bathtub = 336,
RedBanner = 337,
GreenBanner = 338,
BlueBanner = 339,
YellowBanner = 340,
LampPost = 341,
TikiTorch = 342,
Barrel = 343,
ChineseLantern = 344,
CookingPot = 345,
Safe = 346,
SkullLantern = 347,
TrashCan = 348,
Candelabra = 349,
PinkVase = 350,
Mug = 351,
Keg = 352,
Ale = 353,
Bookcase = 354,
Throne = 355,
Bowl = 356,
BowlOfSoup = 357,
Toilet = 358,
GrandfatherClock = 359,
ArmorStatue = 360,
GoblinBattleStandard = 361,
TatteredCloth = 362,
Sawmill = 363,
CobaltOre = 364,
MythrilOre = 365,
AdamantiteOre = 366,
Pwnhammer = 367,
Excalibur = 368,
HallowedSeeds = 369,
EbonsandBlock = 370,
CobaltHat = 371,
CobaltHelmet = 372,
CobaltMask = 373,
CobaltBreastplate = 374,
CobaltLeggings = 375,
MythrilHood = 376,
MythrilHelmet = 377,
MythrilHat = 378,
MythrilChainmail = 379,
MythrilGreaves = 380,
CobaltBar = 381,
MythrilBar = 382,
CobaltChainsaw = 383,
MythrilChainsaw = 384,
CobaltDrill = 385,
MythrilDrill = 386,
AdamantiteChainsaw = 387,
AdamantiteDrill = 388,
DaoOfPow = 389,
MythrilHalberd = 390,
AdamantiteBar = 391,
GlassWall = 392,
Compass = 393,
DivingGear = 394,
Gps = 395,
ObsidianHorseshoe = 396,
ObsidianShield = 397,
TinkerersWorkshop = 398,
CloudinaBalloon = 399,
AdamantiteHeadgear = 400,
AdamantiteHelmet = 401,
AdamantiteMask = 402,
AdamantiteBreastplate = 403,
AdamantiteLeggings = 404,
SpectreBoots = 405,
AdamantiteGlaive = 406,
Toolbelt = 407,
PearlsandBlock = 408,
PearlstoneBlock = 409,
MiningShirt = 410,
MiningPants = 411,
PearlstoneBrick = 412,
IridescentBrick = 413,
MudstoneBlock = 414,
CobaltBrick = 415,
MythrilBrick = 416,
PearlstoneBrickWall = 417,
IridescentBrickWall = 418,
MudstoneBrickWall = 419,
CobaltBrickWall = 420,
MythrilBrickWall = 421,
HolyWater = 422,
UnholyWater = 423,
SiltBlock = 424,
FairyBell = 425,
BreakerBlade = 426,
BlueTorch = 427,
RedTorch = 428,
GreenTorch = 429,
PurpleTorch = 430,
WhiteTorch = 431,
YellowTorch = 432,
DemonTorch = 433,
ClockworkAssaultRifle = 434,
CobaltRepeater = 435,
MythrilRepeater = 436,
DualHook = 437,
StarStatue = 438,
SwordStatue = 439,
SlimeStatue = 440,
GoblinStatue = 441,
ShieldStatue = 442,
BatStatue = 443,
FishStatue = 444,
BunnyStatue = 445,
SkeletonStatue = 446,
ReaperStatue = 447,
WomanStatue = 448,
ImpStatue = 449,
GargoyleStatue = 450,
GloomStatue = 451,
HornetStatue = 452,
BombStatue = 453,
CrabStatue = 454,
HammerStatue = 455,
PotionStatue = 456,
SpearStatue = 457,
CrossStatue = 458,
JellyfishStatue = 459,
BowStatue = 460,
BoomerangStatue = 461,
BootStatue = 462,
ChestStatue = 463,
BirdStatue = 464,
AxeStatue = 465,
CorruptStatue = 466,
TreeStatue = 467,
AnvilStatue = 468,
PickaxeStatue = 469,
MushroomStatue = 470,
EyeballStatue = 471,
PillarStatue = 472,
HeartStatue = 473,
PotStatue = 474,
SunflowerStatue = 475,
KingStatue = 476,
QueenStatue = 477,
PiranhaStatue = 478,
PlankedWall = 479,
WoodenBeam = 480,
AdamantiteRepeater = 481,
AdamantiteSword = 482,
CobaltSword = 483,
MythrilSword = 484,
MoonCharm = 485,
Ruler = 486,
CrystalBall = 487,
DiscoBall = 488,
SorcererEmblem = 489,
WarriorEmblem = 490,
RangerEmblem = 491,
DemonWings = 492,
AngelWings = 493,
MagicalHarp = 494,
RainbowRod = 495,
IceRod = 496,
NeptunesShell = 497,
Mannequin = 498,
GreaterHealingPotion = 499,
GreaterManaPotion = 500,
PixieDust = 501,
CrystalShard = 502,
ClownHat = 503,
ClownShirt = 504,
ClownPants = 505,
Flamethrower = 506,
Bell = 507,
Harp = 508,
Wrench = 509,
WireCutter = 510,
ActiveStoneBlock = 511,
InactiveStoneBlock = 512,
Lever = 513,
LaserRifle = 514,
CrystalBullet = 515,
HolyArrow = 516,
MagicDagger = 517,
CrystalStorm = 518,
CursedFlames = 519,
SoulOfLight = 520,
SoulOfNight = 521,
CursedFlame = 522,
CursedTorch = 523,
AdamantiteForge = 524,
MythrilAnvil = 525,
UnicornHorn = 526,
DarkShard = 527,
LightShard = 528,
RedPressurePlate = 529,
Wire = 530,
SpellTome = 531,
StarCloak = 532,
Megashark = 533,
Shotgun = 534,
PhilosophersStone = 535,
TitanGlove = 536,
CobaltNaginata = 537,
Switch = 538,
DartTrap = 539,
Boulder = 540,
GreenPressurePlate = 541,
GrayPressurePlate = 542,
BrownPressurePlate = 543,
MechanicalEye = 544,
CursedArrow = 545,
CursedBullet = 546,
SoulOfFright = 547,
SoulOfMight = 548,
SoulOfSight = 549,
Gungnir = 550,
HallowedPlateMail = 551,
HallowedGreaves = 552,
HallowedHelmet = 553,
CrossNecklace = 554,
ManaFlower = 555,
MechanicalWorm = 556,
MechanicalSkull = 557,
HallowedHeadgear = 558,
HallowedMask = 559,
SlimeCrown = 560,
LightDisc = 561,
MusicBoxOverworldDay = 562,
MusicBoxEerie = 563,
MusicBoxNight = 564,
MusicBoxTitle = 565,
MusicBoxUnderground = 566,
MusicBoxBoss1 = 567,
MusicBoxJungle = 568,
MusicBoxCorruption = 569,
MusicBoxUndergroundCorruption = 570,
MusicBoxTheHallow = 571,
MusicBoxBoss2 = 572,
MusicBoxUndergroundHallow = 573,
MusicBoxBoss3 = 574,
SoulOfFlight = 575,
MusicBox = 576,
DemoniteBrick = 577,
HallowedRepeater = 578,
Drax = 579,
Explosives = 580,
InletPump = 581,
OutletPump = 582,
Timer1Second = 583,
Timer3Second = 584,
Timer5Second = 585,
CandyCaneBlock = 586,
CandyCaneWall = 587,
SantaHat = 588,
SantaShirt = 589,
SantaPants = 590,
GreenCandyCaneBlock = 591,
GreenCandyCaneWall = 592,
SnowBlock = 593,
SnowBrick = 594,
SnowBrickWall = 595,
BlueLight = 596,
RedLight = 597,
GreenLight = 598,
BluePresent = 599,
GreenPresent = 600,
YellowPresent = 601,
SnowGlobe = 602,
Carrot = 603,
AdamantiteBeam = 604,
AdamantiteBeamWall = 605,
DemoniteBrickWall = 606,
SandstoneBrick = 607,
SandstoneBrickWall = 608,
EbonstoneBrick = 609,
EbonstoneBrickWall = 610,
RedStucco = 611,
YellowStucco = 612,
GreenStucco = 613,
GrayStucco = 614,
RedStuccoWall = 615,
YellowStuccoWall = 616,
GreenStuccoWall = 617,
GrayStuccoWall = 618,
Ebonwood = 619,
RichMahogany = 620,
Pearlwood = 621,
EbonwoodWall = 622,
RichMahoganyWall = 623,
PearlwoodWall = 624,
EbonwoodChest = 625,
RichMahoganyChest = 626,
PearlwoodChest = 627,
EbonwoodChair = 628,
RichMahoganyChair = 629,
PearlwoodChair = 630,
EbonwoodPlatform = 631,
RichMahoganyPlatform = 632,
PearlwoodPlatform = 633,
BonePlatform = 634,
EbonwoodWorkBench = 635,
RichMahoganyWorkBench = 636,
PearlwoodWorkBench = 637,
EbonwoodTable = 638,
RichMahoganyTable = 639,
PearlwoodTable = 640,
EbonwoodPiano = 641,
RichMahoganyPiano = 642,
PearlwoodPiano = 643,
EbonwoodBed = 644,
RichMahoganyBed = 645,
PearlwoodBed = 646,
EbonwoodDresser = 647,
RichMahoganyDresser = 648,
PearlwoodDresser = 649,
EbonwoodDoor = 650,
RichMahoganyDoor = 651,
PearlwoodDoor = 652,
EbonwoodSword = 653,
EbonwoodHammer = 654,
EbonwoodBow = 655,
RichMahoganySword = 656,
RichMahoganyHammer = 657,
RichMahoganyBow = 658,
PearlwoodSword = 659,
PearlwoodHammer = 660,
PearlwoodBow = 661,
RainbowBrick = 662,
RainbowBrickWall = 663,
IceBlock = 664,
RedsWings = 665,
RedsHelmet = 666,
RedsBreastplate = 667,
RedsLeggings = 668,
Fish = 669,
IceBoomerang = 670,
Keybrand = 671,
Cutlass = 672,
BorealWoodWorkBench = 673,
TrueExcalibur = 674,
TrueNightsEdge = 675,
Frostbrand = 676,
BorealWoodTable = 677,
RedPotion = 678,
TacticalShotgun = 679,
IvyChest = 680,
IceChest = 681,
Marrow = 682,
UnholyTrident = 683,
FrostHelmet = 684,
FrostBreastplate = 685,
FrostLeggings = 686,
TinHelmet = 687,
TinChainmail = 688,
TinGreaves = 689,
LeadHelmet = 690,
LeadChainmail = 691,
LeadGreaves = 692,
TungstenHelmet = 693,
TungstenChainmail = 694,
TungstenGreaves = 695,
PlatinumHelmet = 696,
PlatinumChainmail = 697,
PlatinumGreaves = 698,
TinOre = 699,
LeadOre = 700,
TungstenOre = 701,
PlatinumOre = 702,
TinBar = 703,
LeadBar = 704,
TungstenBar = 705,
PlatinumBar = 706,
TinWatch = 707,
TungstenWatch = 708,
PlatinumWatch = 709,
TinChandelier = 710,
TungstenChandelier = 711,
PlatinumChandelier = 712,
PlatinumCandle = 713,
PlatinumCandelabra = 714,
PlatinumCrown = 715,
LeadAnvil = 716,
TinBrick = 717,
TungstenBrick = 718,
PlatinumBrick = 719,
TinBrickWall = 720,
TungstenBrickWall = 721,
PlatinumBrickWall = 722,
BeamSword = 723,
IceBlade = 724,
IceBow = 725,
FrostStaff = 726,
WoodHelmet = 727,
WoodBreastplate = 728,
WoodGreaves = 729,
EbonwoodHelmet = 730,
EbonwoodBreastplate = 731,
EbonwoodGreaves = 732,
RichMahoganyHelmet = 733,
RichMahoganyBreastplate = 734,
RichMahoganyGreaves = 735,
PearlwoodHelmet = 736,
PearlwoodBreastplate = 737,
PearlwoodGreaves = 738,
AmethystStaff = 739,
TopazStaff = 740,
SapphireStaff = 741,
EmeraldStaff = 742,
RubyStaff = 743,
DiamondStaff = 744,
GrassWall = 745,
JungleWall = 746,
FlowerWall = 747,
Jetpack = 748,
ButterflyWings = 749,
CactusWall = 750,
Cloud = 751,
CloudWall = 752,
Seaweed = 753,
RuneHat = 754,
RuneRobe = 755,
MushroomSpear = 756,
TerraBlade = 757,
GrenadeLauncher = 758,
RocketLauncher = 759,
ProximityMineLauncher = 760,
FairyWings = 761,
SlimeBlock = 762,
FleshBlock = 763,
MushroomWall = 764,
RainCloud = 765,
BoneBlock = 766,
FrozenSlimeBlock = 767,
BoneBlockWall = 768,
SlimeBlockWall = 769,
FleshBlockWall = 770,
RocketI = 771,
RocketII = 772,
RocketIII = 773,
RocketIV = 774,
AsphaltBlock = 775,
CobaltPickaxe = 776,
MythrilPickaxe = 777,
AdamantitePickaxe = 778,
Clentaminator = 779,
GreenSolution = 780,
BlueSolution = 781,
PurpleSolution = 782,
DarkBlueSolution = 783,
RedSolution = 784,
HarpyWings = 785,
BoneWings = 786,
Hammush = 787,
NettleBurst = 788,
AnkhBanner = 789,
SnakeBanner = 790,
OmegaBanner = 791,
CrimsonHelmet = 792,
CrimsonScalemail = 793,
CrimsonGreaves = 794,
BloodButcherer = 795,
TendonBow = 796,
FleshGrinder = 797,
DeathbringerPickaxe = 798,
BloodLustCluster = 799,
TheUndertaker = 800,
TheMeatball = 801,
TheRottedFork = 802,
EskimoHood = 803,
EskimoCoat = 804,
EskimoPants = 805,
LivingWoodChair = 806,
CactusChair = 807,
BoneChair = 808,
FleshChair = 809,
MushroomChair = 810,
BoneWorkBench = 811,
CactusWorkBench = 812,
FleshWorkBench = 813,
MushroomWorkBench = 814,
SlimeWorkBench = 815,
CactusDoor = 816,
FleshDoor = 817,
MushroomDoor = 818,
LivingWoodDoor = 819,
BoneDoor = 820,
FlameWings = 821,
FrozenWings = 822,
GhostWings = 823,
SunplateBlock = 824,
DiscWall = 825,
SkywareChair = 826,
BoneTable = 827,
FleshTable = 828,
LivingWoodTable = 829,
SkywareTable = 830,
LivingWoodChest = 831,
LivingWoodWand = 832,
PurpleIceBlock = 833,
PinkIceBlock = 834,
RedIceBlock = 835,
CrimstoneBlock = 836,
SkywareDoor = 837,
SkywareChest = 838,
SteampunkHat = 839,
SteampunkShirt = 840,
SteampunkPants = 841,
BeeHat = 842,
BeeShirt = 843,
BeePants = 844,
WorldBanner = 845,
SunBanner = 846,
GravityBanner = 847,
PharaohsMask = 848,
Actuator = 849,
BlueWrench = 850,
GreenWrench = 851,
BluePressurePlate = 852,
YellowPressurePlate = 853,
DiscountCard = 854,
LuckyCoin = 855,
UnicornOnAStick = 856,
SandstormInABottle = 857,
BorealWoodSofa = 858,
BeachBall = 859,
CharmOfMyths = 860,
MoonShell = 861,
StarVeil = 862,
WaterWalkingBoots = 863,
Tiara = 864,
PrincessDress = 865,
PharaohsRobe = 866,
GreenCap = 867,
MushroomCap = 868,
TamOShanter = 869,
MummyMask = 870,
MummyShirt = 871,
MummyPants = 872,
CowboyHat = 873,
CowboyJacket = 874,
CowboyPants = 875,
PirateHat = 876,
PirateShirt = 877,
PiratePants = 878,
VikingHelmet = 879,
CrimtaneOre = 880,
CactusSword = 881,
CactusPickaxe = 882,
IceBrick = 883,
IceBrickWall = 884,
AdhesiveBandage = 885,
ArmorPolish = 886,
Bezoar = 887,
Blindfold = 888,
FastClock = 889,
Megaphone = 890,
Nazar = 891,
Vitamins = 892,
TrifoldMap = 893,
CactusHelmet = 894,
CactusBreastplate = 895,
CactusLeggings = 896,
PowerGlove = 897,
LightningBoots = 898,
SunStone = 899,
MoonStone = 900,
ArmorBracing = 901,
MedicatedBandage = 902,
ThePlan = 903,
CountercurseMantra = 904,
CoinGun = 905,
LavaCharm = 906,
ObsidianWaterWalkingBoots = 907,
LavaWaders = 908,
PureWaterFountain = 909,
DesertWaterFountain = 910,
Shadewood = 911,
ShadewoodDoor = 912,
ShadewoodPlatform = 913,
ShadewoodChest = 914,
ShadewoodChair = 915,
ShadewoodWorkBench = 916,
ShadewoodTable = 917,
ShadewoodDresser = 918,
ShadewoodPiano = 919,
ShadewoodBed = 920,
ShadewoodSword = 921,
ShadewoodHammer = 922,
ShadewoodBow = 923,
ShadewoodHelmet = 924,
ShadewoodBreastplate = 925,
ShadewoodGreaves = 926,
ShadewoodWall = 927,
Cannon = 928,
Cannonball = 929,
FlareGun = 930,
Flare = 931,
BoneWand = 932,
LeafWand = 933,
FlyingCarpet = 934,
AvengerEmblem = 935,
MechanicalGlove = 936,
LandMine = 937,
PaladinsShield = 938,
WebSlinger = 939,
JungleWaterFountain = 940,
IcyWaterFountain = 941,
CorruptWaterFountain = 942,
CrimsonWaterFountain = 943,
HallowedWaterFountain = 944,
BloodWaterFountain = 945,
Umbrella = 946,
ChlorophyteOre = 947,
SteampunkWings = 948,
Snowball = 949,
IceSkates = 950,
SnowballLauncher = 951,
WebCoveredChest = 952,
ClimbingClaws = 953,
AncientIronHelmet = 954,
AncientGoldHelmet = 955,
AncientShadowHelmet = 956,
AncientShadowScalemail = 957,
AncientShadowGreaves = 958,
AncientNecroHelmet = 959,
AncientCobaltHelmet = 960,
AncientCobaltBreastplate = 961,
AncientCobaltLeggings = 962,
BlackBelt = 963,
Boomstick = 964,
Rope = 965,
Campfire = 966,
Marshmallow = 967,
MarshmallowOnAStick = 968,
CookedMarshmallow = 969,
RedRocket = 970,
GreenRocket = 971,
BlueRocket = 972,
YellowRocket = 973,
IceTorch = 974,
ShoeSpikes = 975,
TigerClimbingGear = 976,
Tabi = 977,
PinkEskimoHood = 978,
PinkEskimoCoat = 979,
PinkEskimoPants = 980,
PinkThread = 981,
ManaRegenerationBand = 982,
SandstormInABalloon = 983,
MasterNinjaGear = 984,
RopeCoil = 985,
Blowgun = 986,
BlizzardInABottle = 987,
FrostburnArrow = 988,
EnchantedSword = 989,
PickaxeAxe = 990,
CobaltWaraxe = 991,
MythrilWaraxe = 992,
AdamantiteWaraxe = 993,
EatersBone = 994,
BlendOMatic = 995,
MeatGrinder = 996,
Extractinator = 997,
Solidifier = 998,
Amber = 999,
ConfettiGun = 1000,
ChlorophyteMask = 1001,
ChlorophyteHelmet = 1002,
ChlorophyteHeadgear = 1003,
ChlorophytePlateMail = 1004,
ChlorophyteGreaves = 1005,
ChlorophyteBar = 1006,
RedDye = 1007,
OrangeDye = 1008,
YellowDye = 1009,
LimeDye = 1010,
GreenDye = 1011,
TealDye = 1012,
CyanDye = 1013,
SkyBlueDye = 1014,
BlueDye = 1015,
PurpleDye = 1016,
VioletDye = 1017,
PinkDye = 1018,
RedAndBlackDye = 1019,
OrangeAndBlackDye = 1020,
YellowAndBlackDye = 1021,
LimeAndBlackDye = 1022,
GreenAndBlackDye = 1023,
TealAndBlackDye = 1024,
CyanAndBlackDye = 1025,
SkyBlueAndBlackDye = 1026,
BlueAndBlackDye = 1027,
PurpleAndBlackDye = 1028,
VioletAndBlackDye = 1029,
PinkAndBlackDye = 1030,
FlameDye = 1031,
FlameAndBlackDye = 1032,
GreenFlameDye = 1033,
GreenFlameAndBlackDye = 1034,
BlueFlameDye = 1035,
BlueFlameAndBlackDye = 1036,
SilverDye = 1037,
BrightRedDye = 1038,
BrightOrangeDye = 1039,
BrightYellowDye = 1040,
BrightLimeDye = 1041,
BrightGreenDye = 1042,
BrightTealDye = 1043,
BrightCyanDye = 1044,
BrightSkyBlueDye = 1045,
BrightBlueDye = 1046,
BrightPurpleDye = 1047,
BrightVioletDye = 1048,
BrightPinkDye = 1049,
BlackDye = 1050,
RedAndSilverDye = 1051,
OrangeAndSilverDye = 1052,
YellowAndSilverDye = 1053,
LimeAndSilverDye = 1054,
GreenAndSilverDye = 1055,
TealAndSilverDye = 1056,
CyanAndSilverDye = 1057,
SkyBlueAndSilverDye = 1058,
BlueAndSilverDye = 1059,
PurpleAndSilverDye = 1060,
VioletAndSilverDye = 1061,
PinkAndSilverDye = 1062,
IntenseFlameDye = 1063,
IntenseGreenFlameDye = 1064,
IntenseBlueFlameDye = 1065,
RainbowDye = 1066,
IntenseRainbowDye = 1067,
YellowGradientDye = 1068,
CyanGradientDye = 1069,
VioletGradientDye = 1070,
Paintbrush = 1071,
PaintRoller = 1072,
RedPaint = 1073,
OrangePaint = 1074,
YellowPaint = 1075,
LimePaint = 1076,
GreenPaint = 1077,
TealPaint = 1078,
CyanPaint = 1079,
SkyBluePaint = 1080,
BluePaint = 1081,
PurplePaint = 1082,
VioletPaint = 1083,
PinkPaint = 1084,
DeepRedPaint = 1085,
DeepOrangePaint = 1086,
DeepYellowPaint = 1087,
DeepLimePaint = 1088,
DeepGreenPaint = 1089,
DeepTealPaint = 1090,
DeepCyanPaint = 1091,
DeepSkyBluePaint = 1092,
DeepBluePaint = 1093,
DeepPurplePaint = 1094,
DeepVioletPaint = 1095,
DeepPinkPaint = 1096,
BlackPaint = 1097,
WhitePaint = 1098,
GrayPaint = 1099,
PaintScraper = 1100,
LihzahrdBrick = 1101,
LihzahrdBrickWall = 1102,
SlushBlock = 1103,
PalladiumOre = 1104,
OrichalcumOre = 1105,
TitaniumOre = 1106,
TealMushroom = 1107,
GreenMushroom = 1108,
SkyBlueFlower = 1109,
YellowMarigold = 1110,
BlueBerries = 1111,
LimeKelp = 1112,
PinkPricklyPear = 1113,
OrangeBloodroot = 1114,
RedHusk = 1115,
CyanHusk = 1116,
VioletHusk = 1117,
PurpleMucus = 1118,
BlackInk = 1119,
DyeVat = 1120,
BeeGun = 1121,
PossessedHatchet = 1122,
BeeKeeper = 1123,
Hive = 1124,
HoneyBlock = 1125,
HiveWall = 1126,
CrispyHoneyBlock = 1127,
HoneyBucket = 1128,
HiveWand = 1129,
Beenade = 1130,
GravityGlobe = 1131,
HoneyComb = 1132,
Abeemination = 1133,
BottledHoney = 1134,
RainHat = 1135,
RainCoat = 1136,
LihzahrdDoor = 1137,
DungeonDoor = 1138,
LeadDoor = 1139,
IronDoor = 1140,
TempleKey = 1141,
LihzahrdChest = 1142,
LihzahrdChair = 1143,
LihzahrdTable = 1144,
LihzahrdWorkBench = 1145,
SuperDartTrap = 1146,
FlameTrap = 1147,
SpikyBallTrap = 1148,
SpearTrap = 1149,
WoodenSpike = 1150,
LihzahrdPressurePlate = 1151,
LihzahrdStatue = 1152,
LihzahrdWatcherStatue = 1153,
LihzahrdGuardianStatue = 1154,
WaspGun = 1155,
PiranhaGun = 1156,
PygmyStaff = 1157,
PygmyNecklace = 1158,
TikiMask = 1159,
TikiShirt = 1160,
TikiPants = 1161,
LeafWings = 1162,
BlizzardInABalloon = 1163,
BundleOfBalloons = 1164,
BatWings = 1165,
BoneSword = 1166,
HerculesBeetle = 1167,
SmokeBomb = 1168,
BoneKey = 1169,
Nectar = 1170,
TikiTotem = 1171,
LizardEgg = 1172,
GraveMarker = 1173,
CrossGraveMarker = 1174,
Headstone = 1175,
Gravestone = 1176,
Obelisk = 1177,
LeafBlower = 1178,
ChlorophyteBullet = 1179,
ParrotCracker = 1180,
StrangeGlowingMushroom = 1181,
Seedling = 1182,
WispInABottle = 1183,
PalladiumBar = 1184,
PalladiumSword = 1185,
PalladiumPike = 1186,
PalladiumRepeater = 1187,
PalladiumPickaxe = 1188,
PalladiumDrill = 1189,
PalladiumChainsaw = 1190,
OrichalcumBar = 1191,
OrichalcumSword = 1192,
OrichalcumHalberd = 1193,
OrichalcumRepeater = 1194,
OrichalcumPickaxe = 1195,
OrichalcumDrill = 1196,
OrichalcumChainsaw = 1197,
TitaniumBar = 1198,
TitaniumSword = 1199,
TitaniumTrident = 1200,
TitaniumRepeater = 1201,
TitaniumPickaxe = 1202,
TitaniumDrill = 1203,
TitaniumChainsaw = 1204,
PalladiumMask = 1205,
PalladiumHelmet = 1206,
PalladiumHeadgear = 1207,
PalladiumBreastplate = 1208,
PalladiumLeggings = 1209,
OrichalcumMask = 1210,
OrichalcumHelmet = 1211,
OrichalcumHeadgear = 1212,
OrichalcumBreastplate = 1213,
OrichalcumLeggings = 1214,
TitaniumMask = 1215,
TitaniumHelmet = 1216,
TitaniumHeadgear = 1217,
TitaniumBreastplate = 1218,
TitaniumLeggings = 1219,
OrichalcumAnvil = 1220,
TitaniumForge = 1221,
PalladiumWaraxe = 1222,
OrichalcumWaraxe = 1223,
TitaniumWaraxe = 1224,
HallowedBar = 1225,
ChlorophyteClaymore = 1226,
ChlorophyteSaber = 1227,
ChlorophytePartisan = 1228,
ChlorophyteShotbow = 1229,
ChlorophytePickaxe = 1230,
ChlorophyteDrill = 1231,
ChlorophyteChainsaw = 1232,
ChlorophyteGreataxe = 1233,
ChlorophyteWarhammer = 1234,
ChlorophyteArrow = 1235,
AmethystHook = 1236,
TopazHook = 1237,
SapphireHook = 1238,
EmeraldHook = 1239,
RubyHook = 1240,
DiamondHook = 1241,
AmberMosquito = 1242,
UmbrellaHat = 1243,
NimbusRod = 1244,
OrangeTorch = 1245,
CrimsandBlock = 1246,
BeeCloak = 1247,
EyeOfTheGolem = 1248,
HoneyBalloon = 1249,
BlueHorseshoeBalloon = 1250,
WhiteHorseshoeBalloon = 1251,
YellowHorseshoeBalloon = 1252,
FrozenTurtleShell = 1253,
SniperRifle = 1254,
VenusMagnum = 1255,
CrimsonRod = 1256,
CrimtaneBar = 1257,
Stynger = 1258,
FlowerPow = 1259,
RainbowGun = 1260,
StyngerBolt = 1261,
ChlorophyteJackhammer = 1262,
Teleporter = 1263,
FlowerOfFrost = 1264,
Uzi = 1265,
MagnetSphere = 1266,
PurpleStainedGlass = 1267,
YellowStainedGlass = 1268,
BlueStainedGlass = 1269,
GreenStainedGlass = 1270,
RedStainedGlass = 1271,
MulticoloredStainedGlass = 1272,
SkeletronHand = 1273,
Skull = 1274,
BallaHat = 1275,
GangstaHat = 1276,
SailorHat = 1277,
EyePatch = 1278,
SailorShirt = 1279,
SailorPants = 1280,
SkeletronMask = 1281,
AmethystRobe = 1282,
TopazRobe = 1283,
SapphireRobe = 1284,
EmeraldRobe = 1285,
RubyRobe = 1286,
DiamondRobe = 1287,
WhiteTuxedoShirt = 1288,
WhiteTuxedoPants = 1289,
PanicNecklace = 1290,
LifeFruit = 1291,
LihzahrdAltar = 1292,
LihzahrdPowerCell = 1293,
Picksaw = 1294,
HeatRay = 1295,
StaffOfEarth = 1296,
GolemFist = 1297,
WaterChest = 1298,
Binoculars = 1299,
RifleScope = 1300,
DestroyerEmblem = 1301,
HighVelocityBullet = 1302,
JellyfishNecklace = 1303,
ZombieArm = 1304,
TheAxe = 1305,
IceSickle = 1306,
ClothierVoodooDoll = 1307,
PoisonStaff = 1308,
SlimeStaff = 1309,
PoisonDart = 1310,
EyeSpring = 1311,
ToySled = 1312,
BookOfSkulls = 1313,
KOCannon = 1314,
PirateMap = 1315,
TurtleHelmet = 1316,
TurtleScaleMail = 1317,
TurtleLeggings = 1318,
SnowballCannon = 1319,
BonePickaxe = 1320,
MagicQuiver = 1321,
MagmaStone = 1322,
ObsidianRose = 1323,
Bananarang = 1324,
ChainKnife = 1325,
RodOfDiscord = 1326,
DeathSickle = 1327,
TurtleShell = 1328,
TissueSample = 1329,
Vertebrae = 1330,
BloodySpine = 1331,
Ichor = 1332,
IchorTorch = 1333,
IchorArrow = 1334,
IchorBullet = 1335,
GoldenShower = 1336,
BunnyCannon = 1337,
ExplosiveBunny = 1338,
VialOfVenom = 1339,
FlaskOfVenom = 1340,
VenomArrow = 1341,
VenomBullet = 1342,
FireGauntlet = 1343,
Cog = 1344,
Confetti = 1345,
Nanites = 1346,
ExplosivePowder = 1347,
GoldDust = 1348,
PartyBullet = 1349,
NanoBullet = 1350,
ExplodingBullet = 1351,
GoldenBullet = 1352,
FlaskOfCursedFlames = 1353,
FlaskOfFire = 1354,
FlaskOfGold = 1355,
FlaskOfIchor = 1356,
FlaskOfNanites = 1357,
FlaskOfParty = 1358,
FlaskOfPoison = 1359,
EyeOfCthulhuTrophy = 1360,
EaterOfWorldsTrophy = 1361,
BrainOfCthulhuTrophy = 1362,
SkeletronTrophy = 1363,
QueenBeeTrophy = 1364,
WallOfFleshTrophy = 1365,
DestroyerTrophy = 1366,
SkeletronPrimeTrophy = 1367,
RetinazerTrophy = 1368,
SpazmatismTrophy = 1369,
PlanteraTrophy = 1370,
GolemTrophy = 1371,
BloodMoonRising = 1372,
TheHangedMan = 1373,
GloryOfTheFire = 1374,
BoneWarp = 1375,
WallSkeleton = 1376,
HangingSkeleton = 1377,
BlueSlabWall = 1378,
BlueTiledWall = 1379,
PinkSlabWall = 1380,
PinkTiledWall = 1381,
GreenSlabWall = 1382,
GreenTiledWall = 1383,
BlueBrickPlatform = 1384,
PinkBrickPlatform = 1385,
GreenBrickPlatform = 1386,
MetalShelf = 1387,
BrassShelf = 1388,
WoodShelf = 1389,
BrassLantern = 1390,
CagedLantern = 1391,
CarriageLantern = 1392,
AlchemyLantern = 1393,
DiablostLamp = 1394,
OilRagSconse = 1395,
BlueDungeonChair = 1396,
BlueDungeonTable = 1397,
BlueDungeonWorkBench = 1398,
GreenDungeonChair = 1399,
GreenDungeonTable = 1400,
GreenDungeonWorkBench = 1401,
PinkDungeonChair = 1402,
PinkDungeonTable = 1403,
PinkDungeonWorkBench = 1404,
BlueDungeonCandle = 1405,
GreenDungeonCandle = 1406,
PinkDungeonCandle = 1407,
BlueDungeonVase = 1408,
GreenDungeonVase = 1409,
PinkDungeonVase = 1410,
BlueDungeonDoor = 1411,
GreenDungeonDoor = 1412,
PinkDungeonDoor = 1413,
BlueDungeonBookcase = 1414,
GreenDungeonBookcase = 1415,
PinkDungeonBookcase = 1416,
Catacomb = 1417,
DungeonShelf = 1418,
SkellingtonJSkellingsworth = 1419,
TheCursedMan = 1420,
TheEyeSeesTheEnd = 1421,
SomethingEvilIsWatchingYou = 1422,
TheTwinsHaveAwoken = 1423,
TheScreamer = 1424,
GoblinsPlayingPoker = 1425,
Dryadisque = 1426,
Sunflowers = 1427,
TerrarianGothic = 1428,
Beanie = 1429,
ImbuingStation = 1430,
StarInABottle = 1431,
EmptyBullet = 1432,
Impact = 1433,
PoweredByBirds = 1434,
TheDestroyer = 1435,
ThePersistencyOfEyes = 1436,
UnicornCrossingTheHallows = 1437,
GreatWave = 1438,
StarryNight = 1439,
GuidePicasso = 1440,
TheGuardiansGaze = 1441,
FatherOfSomeone = 1442,
NurseLisa = 1443,
ShadowbeamStaff = 1444,
InfernoFork = 1445,
SpectreStaff = 1446,
WoodenFence = 1447,
LeadFence = 1448,
BubbleMachine = 1449,
BubbleWand = 1450,
MarchingBonesBanner = 1451,
NecromanticSign = 1452,
RustedCompanyStandard = 1453,
RaggedBrotherhoodSigil = 1454,
MoltenLegionFlag = 1455,
DiabolicSigil = 1456,
ObsidianPlatform = 1457,
ObsidianDoor = 1458,
ObsidianChair = 1459,
ObsidianTable = 1460,
ObsidianWorkBench = 1461,
ObsidianVase = 1462,
ObsidianBookcase = 1463,
HellboundBanner = 1464,
HellHammerBanner = 1465,
HelltowerBanner = 1466,
LostHopesOfManBanner = 1467,
ObsidianWatcherBanner = 1468,
LavaEruptsBanner = 1469,
BlueDungeonBed = 1470,
GreenDungeonBed = 1471,
PinkDungeonBed = 1472,
ObsidianBed = 1473,
Waldo = 1474,
Darkness = 1475,
DarkSoulReaper = 1476,
Land = 1477,
TrappedGhost = 1478,
DemonsEye = 1479,
FindingGold = 1480,
FirstEncounter = 1481,
GoodMorning = 1482,
UndergroundReward = 1483,
ThroughTheWindow = 1484,
PlaceAboveTheClouds = 1485,
DoNotStepOnTheGrass = 1486,
ColdWatersInTheWhiteLand = 1487,
LightlessChasms = 1488,
TheLandOfDeceivingLooks = 1489,
Daylight = 1490,
SecretOfTheSands = 1491,
DeadlandComesAlive = 1492,
EvilPresence = 1493,
SkyGuardian = 1494,
AmericanExplosive = 1495,
Discover = 1496,
HandEarth = 1497,
OldMiner = 1498,
Skelehead = 1499,
FacingTheCerebralMastermind = 1500,
LakeOfFire = 1501,
TrioSuperHeroes = 1502,
SpectreHood = 1503,
SpectreRobe = 1504,
SpectrePants = 1505,
SpectrePickaxe = 1506,
SpectreHamaxe = 1507,
Ectoplasm = 1508,
GothicChair = 1509,
GothicTable = 1510,
GothicWorkBench = 1511,
GothicBookcase = 1512,
PaladinsHammer = 1513,
SWATHelmet = 1514,
BeeWings = 1515,
GiantHarpyFeather = 1516,
BoneFeather = 1517,
FireFeather = 1518,
IceFeather = 1519,
BrokenBatWing = 1520,
TatteredBeeWing = 1521,
LargeAmethyst = 1522,
LargeTopaz = 1523,
LargeSapphire = 1524,
LargeEmerald = 1525,
LargeRuby = 1526,
LargeDiamond = 1527,
JungleChest = 1528,
CorruptionChest = 1529,
CrimsonChest = 1530,
HallowedChest = 1531,
FrozenChest = 1532,
JungleKey = 1533,
CorruptionKey = 1534,
CrimsonKey = 1535,
HallowedKey = 1536,
FrozenKey = 1537,
ImpFace = 1538,
OminousPresence = 1539,
ShiningMoon = 1540,
LivingGore = 1541,
FlowingMagma = 1542,
SpectrePaintbrush = 1543,
SpectrePaintRoller = 1544,
SpectrePaintScraper = 1545,
ShroomiteHeadgear = 1546,
ShroomiteMask = 1547,
ShroomiteHelmet = 1548,
ShroomiteBreastplate = 1549,
ShroomiteLeggings = 1550,
Autohammer = 1551,
ShroomiteBar = 1552,
Sdmg = 1553,
CenxsTiara = 1554,
CenxsBreastplate = 1555,
CenxsLeggings = 1556,
CrownosMask = 1557,
CrownosBreastplate = 1558,
CrownosLeggings = 1559,
WillsHelmet = 1560,
WillsBreastplate = 1561,
WillsLeggings = 1562,
JimsHelmet = 1563,
JimsBreastplate = 1564,
JimsLeggings = 1565,
AaronsHelmet = 1566,
AaronsBreastplate = 1567,
AaronsLeggings = 1568,
VampireKnives = 1569,
BrokenHeroSword = 1570,
ScourgeOfTheCorruptor = 1571,
StaffOfTheFrostHydra = 1572,
TheCreationOfTheGuide = 1573,
TheMerchant = 1574,
CrownoDevoursHisLunch = 1575,
RareEnchantment = 1576,
GloriousNight = 1577,
SweetheartNecklace = 1578,
FlurryBoots = 1579,
DTownsHelmet = 1580,
DTownsBreastplate = 1581,
DTownsLeggings = 1582,
DTownsWings = 1583,
WillsWings = 1584,
CrownosWings = 1585,
CenxsWings = 1586,
CenxsDress = 1587,
CenxsDressPants = 1588,
PalladiumColumn = 1589,
PalladiumColumnWall = 1590,
BubblegumBlock = 1591,
BubblegumBlockWall = 1592,
TitanstoneBlock = 1593,
TitanstoneBlockWall = 1594,
MagicCuffs = 1595,
MusicBoxCrimson = 1598,
MusicBoxAltOverworldDay = 1600,
MusicBoxRain = 1601,
MusicBoxIce = 1602,
MusicBoxDungeon = 1605,
MusicBoxPlantera = 1606,
MusicBoxBoss5 = 1607,
MusicBoxTemple = 1608,
MusicBoxEclipse = 1609,
MusicBoxMushrooms = 1610,
ButterflyDust = 1611,
AnkhCharm = 1612,
AnkhShield = 1613,
BlueFlare = 1614,
AnglerFishBanner = 1615,
AngryNimbusBanner = 1616,
AnomuraFungusBanner = 1617,
AntlionBanner = 1618,
ArapaimaBanner = 1619,
ArmoredSkeletonBanner = 1620,
BatBanner = 1621,
BirdBanner = 1622,
BlackRecluseBanner = 1623,
BloodFeederBanner = 1624,
BloodJellyBanner = 1625,
BloodCrawlerBanner = 1626,
BoneSerpentBanner = 1627,
BunnyBanner = 1628,
ChaosElementalBanner = 1629,
MimicBanner = 1630,
ClownBanner = 1631,
CorruptBunnyBanner = 1632,
CorruptGoldfishBanner = 1633,
CrabBanner = 1634,
CrimeraBanner = 1635,
CrimsonAxeBanner = 1636,
CursedHammerBanner = 1637,
DemonBanner = 1638,
DemonEyeBanner = 1639,
DerplingBanner = 1640,
EaterOfSoulsBanner = 1641,
EnchantedSwordBanner = 1642,
ZombieEskimoBanner = 1643,
FaceMonsterBanner = 1644,
FloatyGrossBanner = 1645,
FlyingFishBanner = 1646,
FlyingSnakeBanner = 1647,
FrankensteinBanner = 1648,
FungiBulbBanner = 1649,
FungoFishBanner = 1650,
GastropodBanner = 1651,
GoblinThiefBanner = 1652,
GoblinSorcererBanner = 1653,
GoblinPeonBanner = 1654,
GoblinScoutBanner = 1655,
GoblinWarriorBanner = 1656,
GoldfishBanner = 1657,
HarpyBanner = 1658,
HellbatBanner = 1659,
HerplingBanner = 1660,
HornetBanner = 1661,
IceElementalBanner = 1662,
IcyMermanBanner = 1663,
FireImpBanner = 1664,
JellyfishBanner = 1665,
JungleCreeperBanner = 1666,
LihzahrdBanner = 1667,
ManEaterBanner = 1668,
MeteorHeadBanner = 1669,
MothBanner = 1670,
MummyBanner = 1671,
MushiLadybugBanner = 1672,
ParrotBanner = 1673,
PigronBanner = 1674,
PiranhaBanner = 1675,
PirateBanner = 1676,
PixieBanner = 1677,
RaincoatZombieBanner = 1678,
ReaperBanner = 1679,
SharkBanner = 1680,
SkeletonBanner = 1681,
SkeletonMageBanner = 1682,
SlimeBanner = 1683,
SnowFlinxBanner = 1684,
SpiderBanner = 1685,
SporeZombieBanner = 1686,
SwampThingBanner = 1687,
TortoiseBanner = 1688,
ToxicSludgeBanner = 1689,
UmbrellaSlimeBanner = 1690,
UnicornBanner = 1691,
VampireBanner = 1692,
VultureBanner = 1693,
NypmhBanner = 1694,
WerewolfBanner = 1695,
WolfBanner = 1696,
WorldFeederBanner = 1697,
WormBanner = 1698,
WraithBanner = 1699,
WyvernBanner = 1700,
ZombieBanner = 1701,
GlassPlatform = 1702,
GlassChair = 1703,
GoldenChair = 1704,
GoldenToilet = 1705,
BarStool = 1706,
HoneyChair = 1707,
SteampunkChair = 1708,
GlassDoor = 1709,
GoldenDoor = 1710,
HoneyDoor = 1711,
SteampunkDoor = 1712,
GlassTable = 1713,
BanquetTable = 1714,
Bar = 1715,
GoldenTable = 1716,
HoneyTable = 1717,
SteampunkTable = 1718,
GlassBed = 1719,
GoldenBed = 1720,
HoneyBed = 1721,
SteampunkBed = 1722,
LivingWoodWall = 1723,
FartInAJar = 1724,
Pumpkin = 1725,
PumpkinWall = 1726,
Hay = 1727,
HayWall = 1728,
SpookyWood = 1729,
SpookyWoodWall = 1730,
PumpkinHelmet = 1731,
PumpkinBreastplate = 1732,
PumpkinLeggings = 1733,
CandyApple = 1734,
SoulCake = 1735,
NurseHat = 1736,
NurseShirt = 1737,
NursePants = 1738,
WizardsHat = 1739,
GuyFawkesMask = 1740,
DyeTraderRobe = 1741,
SteampunkGoggles = 1742,
CyborgHelmet = 1743,
CyborgShirt = 1744,
CyborgPants = 1745,
CreeperMask = 1746,
CreeperShirt = 1747,
CreeperPants = 1748,
CatMask = 1749,
CatShirt = 1750,
CatPants = 1751,
GhostMask = 1752,
GhostShirt = 1753,
PumpkinMask = 1754,
PumpkinShirt = 1755,
PumpkinPants = 1756,
RobotMask = 1757,
RobotShirt = 1758,
RobotPants = 1759,
UnicornMask = 1760,
UnicornShirt = 1761,
UnicornPants = 1762,
VampireMask = 1763,
VampireShirt = 1764,
VampirePants = 1765,
WitchHat = 1766,
LeprechaunHat = 1767,
LeprechaunShirt = 1768,
LeprechaunPants = 1769,
PixieShirt = 1770,
PixiePants = 1771,
PrincessHat = 1772,
PrincessDressNew = 1773,
GoodieBag = 1774,
WitchDress = 1775,
WitchBoots = 1776,
BrideOfFrankensteinMask = 1777,
BrideOfFrankensteinDress = 1778,
KarateTortoiseMask = 1779,
KarateTortoiseShirt = 1780,
KarateTortoisePants = 1781,
CandyCornRifle = 1782,
CandyCorn = 1783,
JackOLanternLauncher = 1784,
ExplosiveJackOLantern = 1785,
Sickle = 1786,
PumpkinPie = 1787,
ScarecrowHat = 1788,
ScarecrowShirt = 1789,
ScarecrowPants = 1790,
Cauldron = 1791,
PumpkinChair = 1792,
PumpkinDoor = 1793,
PumpkinTable = 1794,
PumpkinWorkBench = 1795,
PumpkinPlatform = 1796,
TatteredFairyWings = 1797,
SpiderEgg = 1798,
MagicalPumpkinSeed = 1799,
BatHook = 1800,
BatScepter = 1801,
RavenStaff = 1802,
JungleKeyMold = 1803,
CorruptionKeyMold = 1804,
CrimsonKeyMold = 1805,
HallowedKeyMold = 1806,
FrozenKeyMold = 1807,
HangingJackOLantern = 1808,
RottenEgg = 1809,
UnluckyYarn = 1810,
BlackFairyDust = 1811,
Jackelier = 1812,
JackOLantern = 1813,
SpookyChair = 1814,
SpookyDoor = 1815,
SpookyTable = 1816,
SpookyWorkBench = 1817,
SpookyPlatform = 1818,
ReaperHood = 1819,
ReaperRobe = 1820,
FoxMask = 1821,
FoxShirt = 1822,
FoxPants = 1823,
CatEars = 1824,
BloodyMachete = 1825,
TheHorsemansBlade = 1826,
BladedGlove = 1827,
PumpkinSeed = 1828,
SpookyHook = 1829,
SpookyWings = 1830,
SpookyTwig = 1831,
SpookyHelmet = 1832,
SpookyBreastplate = 1833,
SpookyLeggings = 1834,
StakeLauncher = 1835,
Stake = 1836,
CursedSapling = 1837,
SpaceCreatureMask = 1838,
SpaceCreatureShirt = 1839,
SpaceCreaturePants = 1840,
WolfMask = 1841,
WolfShirt = 1842,
WolfPants = 1843,
PumpkinMoonMedallion = 1844,
NecromanticScroll = 1845,
JackingSkeletron = 1846,
BitterHarvest = 1847,
BloodMoonCountess = 1848,
HallowsEve = 1849,
MorbidCuriosity = 1850,
TreasureHunterShirt = 1851,
TreasureHunterPants = 1852,
DryadCoverings = 1853,
DryadLoincloth = 1854,
MourningWoodTrophy = 1855,
PumpkingTrophy = 1856,
JackOLanternMask = 1857,
SniperScope = 1858,
HeartLantern = 1859,
JellyfishDivingGear = 1860,
ArcticDivingGear = 1861,
FrostsparkBoots = 1862,
FartInABalloon = 1863,
PapyrusScarab = 1864,
CelestialStone = 1865,
Hoverboard = 1866,
CandyCane = 1867,
SugarPlum = 1868,
Present = 1869,
RedRyder = 1870,
FestiveWings = 1871,
PineTreeBlock = 1872,
ChristmasTree = 1873,
StarTopper1 = 1874,
StarTopper2 = 1875,
StarTopper3 = 1876,
BowTopper = 1877,
WhiteGarland = 1878,
WhiteAndRedGarland = 1879,
RedGarland = 1880,
RedAndGreenGarland = 1881,
GreenGarland = 1882,
GreenAndWhiteGarland = 1883,
MulticoloredBulb = 1884,
RedBulb = 1885,
YellowBulb = 1886,
GreenBulb = 1887,
RedAndGreenBulb = 1888,
YellowAndGreenBulb = 1889,
RedAndYellowBulb = 1890,
WhiteBulb = 1891,
WhiteAndRedBulb = 1892,
WhiteAndYellowBulb = 1893,
WhiteAndGreenBulb = 1894,
MulticoloredLights = 1895,
RedLights = 1896,
GreenLights = 1897,
BlueLights = 1898,
YellowLights = 1899,
RedAndYellowLights = 1900,
RedAndGreenLights = 1901,
YellowAndGreenLights = 1902,
BlueAndGreenLights = 1903,
RedAndBlueLights = 1904,
BlueAndYellowLights = 1905,
GiantBow = 1906,
ReindeerAntlers = 1907,
Holly = 1908,
CandyCaneSword = 1909,
ElfMelter = 1910,
ChristmasPudding = 1911,
Eggnog = 1912,
StarAnise = 1913,
ReindeerBells = 1914,
CandyCaneHook = 1915,
ChristmasHook = 1916,
CnadyCanePickaxe = 1917,
FruitcakeChakram = 1918,
SugarCookie = 1919,
GingerbreadCookie = 1920,
HandWarmer = 1921,
Coal = 1922,
Toolbox = 1923,
PineDoor = 1924,
PineChair = 1925,
PineTable = 1926,
DogWhistle = 1927,
ChristmasTreeSword = 1928,
ChainGun = 1929,
Razorpine = 1930,
BlizzardStaff = 1931,
MrsClauseHat = 1932,
MrsClauseShirt = 1933,
MrsClauseHeels = 1934,
ParkaHood = 1935,
ParkaCoat = 1936,
ParkaPants = 1937,
SnowHat = 1938,
UglySweater = 1939,
TreeMask = 1940,
TreeShirt = 1941,
TreeTrunks = 1942,
ElfHat = 1943,
ElfShirt = 1944,
ElfPants = 1945,
SnowmanCannon = 1946,
NorthPole = 1947,
ChristmasTreeWallpaper = 1948,
OrnamentWallpaper = 1949,
CandyCaneWallpaper = 1950,
FestiveWallpaper = 1951,
StarsWallpaper = 1952,
SquigglesWallpaper = 1953,
SnowflakeWallpaper = 1954,
KrampusHornWallpaper = 1955,
BluegreenWallpaper = 1956,
GrinchFingerWallpaper = 1957,
NaughtyPresent = 1958,
BabyGrinchMischiefWhistle = 1959,
IceQueenTrophy = 1960,
SantaNK1Trophy = 1961,
EverscreamTrophy = 1962,
MusicBoxPumpkinMoon = 1963,
MusicBoxAltUnderground = 1964,
MusicBoxFrostMoon = 1965,
BrownPaint = 1966,
ShadowPaint = 1967,
NegativePaint = 1968,
TeamDye = 1969,
AmethystGemsparkBlock = 1970,
TopazGemsparkBlock = 1971,
SapphireGemsparkBlock = 1972,
EmeraldGemsparkBlock = 1973,
RubyGemsparkBlock = 1974,
DiamondGemsparkBlock = 1975,
AmberGemsparkBlock = 1976,
LifeHairDye = 1977,
ManaHairDye = 1978,
DepthHairDye = 1979,
MoneyHairDye = 1980,
TimeHairDye = 1981,
TeamHairDye = 1982,
BiomeHairDye = 1983,
PartyHairDye = 1984,
RainbowHairDye = 1985,
SpeedHairDye = 1986,
AngelHalo = 1987,
Fez = 1988,
Womannequin = 1989,
HairDyeRemover = 1990,
BugNet = 1991,
Firefly = 1992,
FireflyInABottle = 1993,
MonarchButterfly = 1994,
PurpleEmperorButterfly = 1995,
RedAdmiralButterfly = 1996,
UlyssesButterfly = 1997,
SulphurButterfly = 1998,
TreeNymphButterfly = 1999,
ZebraSwallowtailButterfly = 2000,
JuliaButterfly = 2001,
Worm = 2002,
Mouse = 2003,
LightningBug = 2004,
LightningBugInABottle = 2005,
Snail = 2006,
GlowingSnail = 2007,
FancyGreyWallpaper = 2008,
IceFloeWallpaper = 2009,
MusicWallpaper = 2010,
PurpleRainWallpaper = 2011,
RainbowWallpaper = 2012,
SparkleStoneWallpaper = 2013,
StarlitHeavenWallpaper = 2014,
Bird = 2015,
BlueJay = 2016,
Cardinal = 2017,
Squirrel = 2018,
Bunny = 2019,
CactusBookcase = 2020,
EbonwoodBookcase = 2021,
FleshBookcase = 2022,
HoneyBookcase = 2023,
SteampunkBookcase = 2024,
GlassBookcase = 2025,
RichMahoganyBookcase = 2026,
PearlwoodBookcase = 2027,
SpookyBookcase = 2028,
SkywareBookcase = 2029,
LihzahrdBookcase = 2030,
FrozenBookcase = 2031,
CactusLantern = 2032,
EbonwoodLantern = 2033,
FleshLantern = 2034,
HoneyLantern = 2035,
SteampunkLantern = 2036,
GlassLantern = 2037,
RichMahoganyLantern = 2038,
PearlwoodLantern = 2039,
FrozenLantern = 2040,
LihzahrdLantern = 2041,
SkywareLantern = 2042,
SpookyLantern = 2043,
FrozenDoor = 2044,
CactusCandle = 2045,
EbonwoodCandle = 2046,
FleshCandle = 2047,
GlassCandle = 2048,
FrozenCandle = 2049,
RichMahoganyCandle = 2050,
PearlwoodCandle = 2051,
LihzahrdCandle = 2052,
SkywareCandle = 2053,
PumpkinCandle = 2054,
CactusChandelier = 2055,
EbonwoodChandelier = 2056,
FleshChandelier = 2057,
HoneyChandelier = 2058,
FrozenChandelier = 2059,
RichMahoganyChandelier = 2060,
PearlwoodChandelier = 2061,
LihzahrdChandelier = 2062,
SkywareChandelier = 2063,
SpookyChandelier = 2064,
GlassChandelier = 2065,
CactusBed = 2066,
FleshBed = 2067,
FrozenBed = 2068,
LihzahrdBed = 2069,
SkywareBed = 2070,
SpookyBed = 2071,
CactusBathtub = 2072,
EbonwoodBathtub = 2073,
FleshBathtub = 2074,
GlassBathtub = 2075,
FrozenBathtub = 2076,
RichMahoganyBathtub = 2077,
PearlwoodBathtub = 2078,
LihzahrdBathtub = 2079,
SkywareBathtub = 2080,
SpookyBathtub = 2081,
CactusLamp = 2082,
EbonwoodLamp = 2083,
FleshLamp = 2084,
GlassLamp = 2085,
FrozenLamp = 2086,
RichMahoganyLamp = 2087,
PearlwoodLamp = 2088,
LihzahrdLamp = 2089,
SkywareLamp = 2090,
SpookyLamp = 2091,
CactusCandelabra = 2092,
EbonwoodCandelabra = 2093,
FleshCandelabra = 2094,
HoneyCandelabra = 2095,
SteampunkCandelabra = 2096,
GlassCandelabra = 2097,
RichMahoganyCandelabra = 2098,
PearlwoodCandelabra = 2099,
FrozenCandelabra = 2100,
LihzahrdCandelabra = 2101,
SkywareCandelabra = 2102,
SpookyCandelabra = 2103,
BrainMask = 2104,
FleshMask = 2105,
TwinMask = 2106,
SkeletronPrimeMask = 2107,
BeeMask = 2108,
PlanteraMask = 2109,
GolemMask = 2110,
EaterMask = 2111,
EyeMask = 2112,
DestroyerMask = 2113,
BlacksmithRack = 2114,
CarpentryRack = 2115,
HelmetRack = 2116,
SpearRack = 2117,
SwordRack = 2118,
StoneSlab = 2119,
SandstoneSlab = 2120,
Frog = 2121,
MallardDuck = 2122,
Duck = 2123,
HoneyBathtub = 2124,
SteampunkBathtub = 2125,
LivingWoodBathtub = 2126,
ShadewoodBathtub = 2127,
BoneBathtub = 2128,
HoneyLamp = 2129,
SteampunkLamp = 2130,
LivingWoodLamp = 2131,
ShadewoodLamp = 2132,
GoldenLamp = 2133,
BoneLamp = 2134,
LivingWoodBookcase = 2135,
ShadewoodBookcase = 2136,
GoldenBookcase = 2137,
BoneBookcase = 2138,
LivingWoodBed = 2139,
BoneBed = 2140,
LivingWoodChandelier = 2141,
ShadewoodChandelier = 2142,
GoldenChandelier = 2143,
BoneChandelier = 2144,
LivingWoodLantern = 2145,
ShadewoodLantern = 2146,
GoldenLantern = 2147,
BoneLantern = 2148,
LivingWoodCandelabra = 2149,
ShadewoodCandelabra = 2150,
GoldenCandelabra = 2151,
BoneCandelabra = 2152,
LivingWoodCandle = 2153,
ShadewoodCandle = 2154,
GoldenCandle = 2155,
BlackScorpion = 2156,
Scorpion = 2157,
BubbleWallpaper = 2158,
CopperPipeWallpaper = 2159,
DuckyWallpaper = 2160,
FrostCore = 2161,
BunnyCage = 2162,
SquirrelCage = 2163,
MallardDuckCage = 2164,
DuckCage = 2165,
BirdCage = 2166,
BlueJayCage = 2167,
CardinalCage = 2168,
WaterfallWall = 2169,
LavafallWall = 2170,
CrimsonSeeds = 2171,
HeavyWorkBench = 2172,
CopperPlating = 2173,
SnailCage = 2174,
GlowingSnailCage = 2175,
ShroomiteDiggingClaw = 2176,
AmmoBox = 2177,
MonarchButterflyJar = 2178,
PurpleEmperorButterflyJar = 2179,
RedAdmiralButterflyJar = 2180,
UlyssesButterflyJar = 2181,
SulphurButterflyJar = 2182,
TreeNymphButterflyJar = 2183,
ZebraSwallowtailButterflyJar = 2184,
JuliaButterflyJar = 2185,
ScorpionCage = 2186,
BlackScorpionCage = 2187,
VenomStaff = 2188,
SpectreMask = 2189,
FrogCage = 2190,
MouseCage = 2191,
BoneWelder = 2192,
FleshCloningVaat = 2193,
GlassKiln = 2194,
LihzahrdFurnace = 2195,
LivingLoom = 2196,
SkyMill = 2197,
IceMachine = 2198,
BeetleHelmet = 2199,
BeetleScaleMail = 2200,
BeetleShell = 2201,
BeetleLeggings = 2202,
SteampunkBoiler = 2203,
HoneyDispenser = 2204,
Penguin = 2205,
PenguinCage = 2206,
WormCage = 2207,
Terrarium = 2208,
SuperManaPotion = 2209,
EbonwoodFence = 2210,
RichMahoganyFence = 2211,
PearlwoodFence = 2212,
ShadewoodFence = 2213,
BrickLayer = 2214,
ExtendoGrip = 2215,
PaintSprayer = 2216,
PortableCementMixer = 2217,
BeetleHusk = 2218,
CelestialMagnet = 2219,
CelestialEmblem = 2220,
CelestialCuffs = 2221,
PeddlersHat = 2222,
PulseBow = 2223,
DynastyChandelier = 2224,
DynastyLamp = 2225,
DynastyLantern = 2226,
DynastyCandelabra = 2227,
DynastyChair = 2228,
DynastyWorkBench = 2229,
DynastyChest = 2230,
DynastyBed = 2231,
DynastyBathtub = 2232,
DynastyBookcase = 2233,
DynastyCup = 2234,
DynastyBowl = 2235,
DynastyCandle = 2236,
DynastyClock = 2237,
GoldenClock = 2238,
GlassClock = 2239,
HoneyClock = 2240,
SteampunkClock = 2241,
FancyDishes = 2242,
GlassBowl = 2243,
WineGlass = 2244,
LivingWoodPiano = 2245,
FleshPiano = 2246,
FrozenPiano = 2247,
FrozenTable = 2248,
HoneyChest = 2249,
SteampunkChest = 2250,
HoneyWorkBench = 2251,
FrozenWorkBench = 2252,
SteampunkWorkBench = 2253,
GlassPiano = 2254,
HoneyPiano = 2255,
SteampunkPiano = 2256,
HoneyCup = 2257,
SteampunkCup = 2258,
DynastyTable = 2259,
DynastyWood = 2260,
RedDynastyShingles = 2261,
BlueDynastyShingles = 2262,
WhiteDynastyWall = 2263,
BlueDynastyWall = 2264,
DynastyDoor = 2265,
Sake = 2266,
PadThai = 2267,
Pho = 2268,
Revolver = 2269,
Gatligator = 2270,
ArcaneRuneWall = 2271,
WaterGun = 2272,
Katana = 2273,
UltrabrightTorch = 2274,
MagicHat = 2275,
DiamondRing = 2276,
Gi = 2277,
Kimono = 2278,
GypsyRobe = 2279,
BeetleWings = 2280,
TigerSkin = 2281,
LeopardSkin = 2282,
ZebraSkin = 2283,
CrimsonCloak = 2284,
MysteriousCape = 2285,
RedCape = 2286,
WinterCape = 2287,
FrozenChair = 2288,
WoodFishingPole = 2289,
Bass = 2290,
ReinforcedFishingPole = 2291,
FiberglassFishingPole = 2292,
FisherOfSouls = 2293,
GoldenFishingRod = 2294,
MechanicsRod = 2295,
SittingDucksFishingRod = 2296,
Trout = 2297,
Salmon = 2298,
AtlanticCod = 2299,
Tuna = 2300,
RedSnapper = 2301,
NeonTetra = 2302,
ArmoredCavefish = 2303,
Damselfish = 2304,
CrimsonTigerfish = 2305,
FrostMinnow = 2306,
PrincessFish = 2307,
GoldenCarp = 2308,
SpecularFish = 2309,
Prismite = 2310,
VariegatedLardfish = 2311,
FlarefinKoi = 2312,
DoubleCod = 2313,
Honeyfin = 2314,
Obsidifish = 2315,
Shrimp = 2316,
ChaosFish = 2317,
Ebonkoi = 2318,
Hemopiranha = 2319,
Rockfish = 2320,
Stinkfish = 2321,
MiningPotion = 2322,
HeartreachPotion = 2323,
CalmingPotion = 2324,
BuilderPotion = 2325,
TitanPotion = 2326,
FlipperPotion = 2327,
SummoningPotion = 2328,
TrapsightPotion = 2329,
PurpleClubberfish = 2330,
ObsidianSwordfish = 2331,
Swordfish = 2332,
IronFence = 2333,
WoodenCrate = 2334,
IronCrate = 2335,
GoldenCrate = 2336,
OldShoe = 2337,
FishingSeaweed = 2338,
TinCan = 2339,
MinecartTrack = 2340,
ReaverShark = 2341,
SawtoothShark = 2342,
Minecart = 2343,
AmmoReservationPotion = 2344,
LifeforcePotion = 2345,
EndurancePotion = 2346,
RagePotion = 2347,
InfernoPotion = 2348,
WrathPotion = 2349,
RecallPotion = 2350,
TeleportationPotion = 2351,
LovePotion = 2352,
StinkPotion = 2353,
FishingPotion = 2354,
SonarPotion = 2355,
CratePotion = 2356,
ShiverthornSeeds = 2357,
Shiverthorn = 2358,
WarmthPotion = 2359,
FishHook = 2360,
BeeHeadgear = 2361,
BeeBreastplate = 2362,
BeeGreaves = 2363,
HornetStaff = 2364,
ImpStaff = 2365,
QueenSpiderStaff = 2366,
AnglerHat = 2367,
AnglerVest = 2368,
AnglerPants = 2369,
SpiderMask = 2370,
SpiderBreastplate = 2371,
SpiderGreaves = 2372,
HighTestFishingLine = 2373,
AnglerEarring = 2374,
TackleBox = 2375,
BlueDungeonPiano = 2376,
GreenDungeonPiano = 2377,
PinkDungeonPiano = 2378,
GoldenPiano = 2379,
ObsidianPiano = 2380,
BonePiano = 2381,
CactusPiano = 2382,
SpookyPiano = 2383,
SkywarePiano = 2384,
LihzahrdPiano = 2385,
BlueDungeonDresser = 2386,
GreenDungeonDresser = 2387,
PinkDungeonDresser = 2388,
GoldenDresser = 2389,
ObsidianDresser = 2390,
BoneDresser = 2391,
CactusDresser = 2392,
SpookyDresser = 2393,
SkywareDresser = 2394,
HoneyDresser = 2395,
LihzahrdDresser = 2396,
Sofa = 2397,
EbonwoodSofa = 2398,
RichMahoganySofa = 2399,
PearlwoodSofa = 2400,
ShadewoodSofa = 2401,
BlueDungeonSofa = 2402,
GreenDungeonSofa = 2403,
PinkDungeonSofa = 2404,
GoldenSofa = 2405,
ObsidianSofa = 2406,
BoneSofa = 2407,
CactusSofa = 2408,
SpookySofa = 2409,
SkywareSofa = 2410,
HoneySofa = 2411,
SteampunkSofa = 2412,
MushroomSofa = 2413,
GlassSofa = 2414,
PumpkinSofa = 2415,
LihzahrdSofa = 2416,
SeashellHairpin = 2417,
MermaidAdornment = 2418,
MermaidTail = 2419,
ZephyrFish = 2420,
Fleshcatcher = 2421,
HotlineFishingHook = 2422,
FrogLeg = 2423,
Anchor = 2424,
CookedFish = 2425,
CookedShrimp = 2426,
Sashimi = 2427,
FuzzyCarrot = 2428,
ScalyTruffle = 2429,
SlimySaddle = 2430,
BeeWax = 2431,
CopperPlatingWall = 2432,
StoneSlabWall = 2433,
Sail = 2434,
CoralstoneBlock = 2435,
BlueJellyfish = 2436,
GreenJellyfish = 2437,
PinkJellyfish = 2438,
BlueJellyfishJar = 2439,
GreenJellyfishJar = 2440,
PinkJellyfishJar = 2441,
LifePreserver = 2442,
ShipsWheel = 2443,
CompassRose = 2444,
WallAnchor = 2445,
GoldfishTrophy = 2446,
BunnyfishTrophy = 2447,
SwordfishTrophy = 2448,
SharkteethTrophy = 2449,
Batfish = 2450,
BumblebeeTuna = 2451,
Catfish = 2452,
Cloudfish = 2453,
Cursedfish = 2454,
Dirtfish = 2455,
DynamiteFish = 2456,
EaterOfPlankton = 2457,
FallenStarfish = 2458,
TheFishOfCthulu = 2459,
Fishotron = 2460,
Harpyfish = 2461,
Hungerfish = 2462,
Ichorfish = 2463,
Jewelfish = 2464,
MirageFish = 2465,
MutantFlinxfin = 2466,
Pengfish = 2467,
Pixiefish = 2468,
Spiderfish = 2469,
TundraTrout = 2470,
UnicornFish = 2471,
GuideVoodooFish = 2472,
Wyverntail = 2473,
ZombieFish = 2474,
AmanitaFungifin = 2475,
Angelfish = 2476,
BloodyManowar = 2477,
Bonefish = 2478,
Bunnyfish = 2479,
CapnTunabeard = 2480,
Clownfish = 2481,
DemonicHellfish = 2482,
Derpfish = 2483,
Fishron = 2484,
InfectedScabbardfish = 2485,
Mudfish = 2486,
Slimefish = 2487,
TropicalBarracuda = 2488,
KingSlimeTrophy = 2489,
ShipInABottle = 2490,
HardySaddle = 2491,
PressureTrack = 2492,
KingSlimeMask = 2493,
FinWings = 2494,
TreasureMap = 2495,
SeaweedPlanter = 2496,
PillaginMePixels = 2497,
FishCostumeMask = 2498,
FishCostumeShirt = 2499,
FishCostumeFinskirt = 2500,
GingerBeard = 2501,
HoneyedGoggles = 2502,
BorealWood = 2503,
PalmWood = 2504,
BorealWoodWall = 2505,
PalmWoodWall = 2506,
BorealWoodFence = 2507,
PalmWoodFence = 2508,
BorealWoodHelmet = 2509,
BorealWoodBreastplate = 2510,
BorealWoodGreaves = 2511,
PalmWoodHelmet = 2512,
PalmWoodBreastplate = 2513,
PalmWoodGreaves = 2514,
PalmWoodBow = 2515,
PalmWoodHammer = 2516,
PalmWoodSword = 2517,
PalmWoodPlatform = 2518,
PalmWoodBathtub = 2519,
PalmWoodBed = 2520,
PalmWoodBench = 2521,
PalmWoodCandelabra = 2522,
PalmWoodCandle = 2523,
PalmWoodChair = 2524,
PalmWoodChandelier = 2525,
PalmWoodChest = 2526,
PalmWoodSofa = 2527,
PalmWoodDoor = 2528,
PalmWoodDresser = 2529,
PalmWoodLantern = 2530,
PalmWoodPiano = 2531,
PalmWoodTable = 2532,
PalmWoodLamp = 2533,
PalmWoodWorkBench = 2534,
OpticStaff = 2535,
PalmWoodBookcase = 2536,
MushroomBathtub = 2537,
MushroomBed = 2538,
MushroomBench = 2539,
MushroomBookcase = 2540,
MushroomCandelabra = 2541,
MushroomCandle = 2542,
MushroomChandelier = 2543,
MushroomChest = 2544,
MushroomDresser = 2545,
MushroomLantern = 2546,
MushroomLamp = 2547,
MushroomPiano = 2548,
MushroomPlatform = 2549,
MushroomTable = 2550,
SpiderStaff = 2551,
BorealWoodBathtub = 2552,
BorealWoodBed = 2553,
BorealWoodBookcase = 2554,
BorealWoodCandelabra = 2555,
BorealWoodCandle = 2556,
BorealWoodChair = 2557,
BorealWoodChandelier = 2558,
BorealWoodChest = 2559,
BorealWoodClock = 2560,
BorealWoodDoor = 2561,
BorealWoodDresser = 2562,
BorealWoodLamp = 2563,
BorealWoodLantern = 2564,
BorealWoodPiano = 2565,
BorealWoodPlatform = 2566,
SlimeBathtub = 2567,
SlimeBed = 2568,
SlimeBookcase = 2569,
SlimeCandelabra = 2570,
SlimeCandle = 2571,
SlimeChair = 2572,
SlimeChandelier = 2573,
SlimeChest = 2574,
SlimeClock = 2575,
SlimeDoor = 2576,
SlimeDresser = 2577,
SlimeLamp = 2578,
SlimeLantern = 2579,
SlimePiano = 2580,
SlimePlatform = 2581,
SlimeSofa = 2582,
SlimeTable = 2583,
PirateStaff = 2584,
SlimeHook = 2585,
StickyGrenade = 2586,
TartarSauce = 2587,
DukeFishronMask = 2588,
DukeFishronTrophy = 2589,
MolotovCocktail = 2590,
BoneClock = 2591,
CactusClock = 2592,
EbonwoodClock = 2593,
FrozenClock = 2594,
LihzahrdClock = 2595,
LivingWoodClock = 2596,
RichMahoganyClock = 2597,
FleshClock = 2598,
MushroomClock = 2599,
ObsidianClock = 2600,
PalmWoodClock = 2601,
PearlwoodClock = 2602,
PumpkinClock = 2603,
ShadewoodClock = 2604,
SpookyClock = 2605,
SkywareClock = 2606,
SpiderFang = 2607,
FalconBlade = 2608,
FishronWings = 2609,
SlimeGun = 2610,
Flairon = 2611,
GreenDungeonChest = 2612,
PinkDungeonChest = 2613,
BlueDungeonChest = 2614,
BoneChest = 2615,
CactusChest = 2616,
FleshChest = 2617,
ObsidianChest = 2618,
PumpkinChest = 2619,
SpookyChest = 2620,
TempestStaff = 2621,
RazorbladeTyphoon = 2622,
BubbleGun = 2623,
Tsunami = 2624,
Seashell = 2625,
Starfish = 2626,
SteampunkPlatform = 2627,
SkywarePlatform = 2628,
LivingWoodPlatform = 2629,
HoneyPlatform = 2630,
SkywareWorkbench = 2631,
GlassWorkBench = 2632,
LivingWoodWorkBench = 2633,
FleshSofa = 2634,
FrozenSofa = 2635,
LivingWoodSofa = 2636,
PumpkinDresser = 2637,
SteampunkDresser = 2638,
GlassDresser = 2639,
FleshDresser = 2640,
PumpkinLantern = 2641,
ObsidianLantern = 2642,
PumpkinLamp = 2643,
ObsidianLamp = 2644,
BlueDungeonLamp = 2645,
GreenDungeonLamp = 2646,
PinkDungeonLamp = 2647,
HoneyCandle = 2648,
SteampunkCandle = 2649,
SpookyCandle = 2650,
ObsidianCandle = 2651,
BlueDungeonChandelier = 2652,
GreenDungeonChandelier = 2653,
PinkDungeonChandelier = 2654,
SteampunkChandelier = 2655,
PumpkinChandelier = 2656,
ObsidianChandelier = 2657,
BlueDungeonBathtub = 2658,
GreenDungeonBathtub = 2659,
PinkDungeonBathtub = 2660,
PumpkinBathtub = 2661,
ObsidianBathtub = 2662,
GoldenBathtub = 2663,
BlueDungeonCandelabra = 2664,
GreenDungeonCandelabra = 2665,
PinkDungeonCandelabra = 2666,
ObsidianCandelabra = 2667,
PumpkinCandelabra = 2668,
PumpkinBed = 2669,
PumpkinBookcase = 2670,
PumpkinPiano = 2671,
SharkStatue = 2672,
TruffleWorm = 2673,
ApprenticeBait = 2674,
JourneymanBait = 2675,
MasterBait = 2676,
AmberGemsparkWall = 2677,
AmberGemsparkWallOff = 2678,
AmethystGemsparkWall = 2679,
AmethystGemsparkWallOff = 2680,
DiamondGemsparkWall = 2681,
DiamondGemsparkWallOff = 2682,
EmeraldGemsparkWall = 2683,
EmeraldGemsparkWallOff = 2684,
RubyGemsparkWall = 2685,
RubyGemsparkWallOff = 2686,
SapphireGemsparkWall = 2687,
SapphireGemsparkWallOff = 2688,
TopazGemsparkWall = 2689,
TopazGemsparkWallOff = 2690,
TinPlatingWall = 2691,
TinPlating = 2692,
WaterfallBlock = 2693,
LavafallBlock = 2694,
ConfettiBlock = 2695,
ConfettiWall = 2696,
ConfettiBlockBlack = 2697,
ConfettiWallBlack = 2698,
WeaponRack = 2699,
FireworksBox = 2700,
LivingFireBlock = 2701,
AlphabetStatue0 = 2702,
AlphabetStatue1 = 2703,
AlphabetStatue2 = 2704,
AlphabetStatue3 = 2705,
AlphabetStatue4 = 2706,
AlphabetStatue5 = 2707,
AlphabetStatue6 = 2708,
AlphabetStatue7 = 2709,
AlphabetStatue8 = 2710,
AlphabetStatue9 = 2711,
AlphabetStatueA = 2712,
AlphabetStatueB = 2713,
AlphabetStatueC = 2714,
AlphabetStatueD = 2715,
AlphabetStatueE = 2716,
AlphabetStatueF = 2717,
AlphabetStatueG = 2718,
AlphabetStatueH = 2719,
AlphabetStatueI = 2720,
AlphabetStatueJ = 2721,
AlphabetStatueK = 2722,
AlphabetStatueL = 2723,
AlphabetStatueM = 2724,
AlphabetStatueN = 2725,
AlphabetStatueO = 2726,
AlphabetStatueP = 2727,
AlphabetStatueQ = 2728,
AlphabetStatueR = 2729,
AlphabetStatueS = 2730,
AlphabetStatueT = 2731,
AlphabetStatueU = 2732,
AlphabetStatueV = 2733,
AlphabetStatueW = 2734,
AlphabetStatueX = 2735,
AlphabetStatueY = 2736,
AlphabetStatueZ = 2737,
FireworkFountain = 2738,
BoosterTrack = 2739,
Grasshopper = 2740,
GrasshopperCage = 2741,
MusicBoxUndergroundCrimson = 2742,
CactusTable = 2743,
CactusPlatform = 2744,
BorealWoodSword = 2745,
BorealWoodHammer = 2746,
BorealWoodBow = 2747,
GlassChest = 2748,
DragonMask = 3500,
TitanHelmet = 3501,
SpectralHeadgear = 3502,
DragonBreastplate = 3503,
TitanMail = 3504,
SpectralArmor = 3505,
DragonGreaves = 3506,
TitanLeggings = 3507,
SpectralSubligar = 3508,
Tizona = 3509,
Tonbogiri = 3510,
Sharanga = 3511,
SpectralArrow = 3512,
VulcanRepeater = 3513,
VulcanBolt = 3514,
SuspiciousLookingSkull = 3515,
SoulOfBlight = 3516,
PetriDish = 3517,
Beeswax = 3518,
VialOfBlood = 3519,
WolfFang = 3520,
Brain = 3521,
MusicBoxDesert = 3522,
MusicBoxSpace = 3523,
MusicBoxTutorial = 3524,
MusicBoxBoss4 = 3525,
MusicBoxOcean = 3526,
MusicBoxSnow = 3527,
FabulousRibbon = 3528,
GeorgesHat = 3529,
FabulousTutu = 3530,
GeorgesTuxedoShirt = 3531,
FabulousSlippers = 3532,
GeorgesTuxedoPants = 3533,
SparklyWings = 3534,
OcramTrophy = 3535,
AlbinoAntlionBanner = 3536,
OrcaBanner = 3537,
VampireMinerBanner = 3538,
ShadowHammerBanner = 3539,
ShadowMummyBanner = 3540,
SpectralGastropodBanner = 3541,
SpectralElementalBanner = 3542,
DragonSnatcherBanner = 3543,
ArchWyvernBanner = 3544,
ArchDemonBanner = 3545,
StarTopper4 = 3546,
Topper505 = 3547,
OcramMask = 3548,
HornedGodRobe = 3549,
HornedGodBoots = 3550,
HornedGodMask = 3551,
}
#[cfg(feature = "convert")]
impl TryFrom<terra_items::Item> for Item {
type Error = ();
fn try_from(value: terra_items::Item) -> Result<Self, Self::Error> {
let id = value.to_id(102);
let Ok(id) = i16::try_from(id) else {
return Err(());
};
let Some(item) = Self::from_id(id) else {
return Err(());
};
Ok(item)
}
}
#[cfg(feature = "convert")]
impl TryFrom<Item> for terra_items::Item {
type Error = ();
fn try_from(value: Item) -> Result<Self, Self::Error> {
match value {
Item::MusicBoxSnow => return Ok(Self::MusicBoxSnow),
Item::MusicBoxSpace => return Ok(Self::MusicBoxSpace),
Item::MusicBoxBoss4 => return Ok(Self::MusicBoxBoss4),
Item::MusicBoxDesert => return Ok(Self::MusicBoxDesert),
Item::MusicBoxOcean => return Ok(Self::MusicBoxOcean),
_ => {}
};
let id = value.to_id();
if id > 2748 {
return Err(());
}
let Some(item) = Self::from_id(id as i32, 102) else {
return Err(());
};
Ok(item)
}
}
impl Item {
pub fn to_id(self) -> i16 {
self as i16
}
pub fn from_id(id: i16) -> Option<Self> {
Some(match id {
-24 => Self::YellowPhasesaber,
-23 => Self::WhitePhasesaber,
-22 => Self::PurplePhasesaber,
-21 => Self::GreenPhasesaber,
-20 => Self::RedPhasesaber,
-19 => Self::BluePhasesaber,
-18 => Self::CopperBow,
-17 => Self::CopperHammer,
-16 => Self::CopperAxe,
-15 => Self::CopperShortsword,
-14 => Self::CopperBroadsword,
-13 => Self::CopperPickaxe,
-12 => Self::SilverBow,
-11 => Self::SilverHammer,
-10 => Self::SilverAxe,
-9 => Self::SilverShortsword,
-8 => Self::SilverBroadsword,
-7 => Self::SilverPickaxe,
-6 => Self::GoldBow,
-5 => Self::GoldHammer,
-4 => Self::GoldAxe,
-3 => Self::GoldShortsword,
-2 => Self::GoldBroadsword,
-1 => Self::GoldPickaxe,
1 => Self::IronPickaxe,
2 => Self::DirtBlock,
3 => Self::StoneBlock,
4 => Self::IronBroadsword,
5 => Self::Mushroom,
6 => Self::IronShortsword,
7 => Self::IronHammer,
8 => Self::Torch,
9 => Self::Wood,
10 => Self::IronAxe,
11 => Self::IronOre,
12 => Self::CopperOre,
13 => Self::GoldOre,
14 => Self::SilverOre,
15 => Self::CopperWatch,
16 => Self::SilverWatch,
17 => Self::GoldWatch,
18 => Self::DepthMeter,
19 => Self::GoldBar,
20 => Self::CopperBar,
21 => Self::SilverBar,
22 => Self::IronBar,
23 => Self::Gel,
24 => Self::WoodenSword,
25 => Self::WoodenDoor,
26 => Self::StoneWall,
27 => Self::Acorn,
28 => Self::LesserHealingPotion,
29 => Self::LifeCrystal,
30 => Self::DirtWall,
31 => Self::Bottle,
32 => Self::WoodenTable,
33 => Self::Furnace,
34 => Self::WoodenChair,
35 => Self::IronAnvil,
36 => Self::WorkBench,
37 => Self::Goggles,
38 => Self::Lens,
39 => Self::WoodenBow,
40 => Self::WoodenArrow,
41 => Self::FlamingArrow,
42 => Self::Shuriken,
43 => Self::SuspiciousLookingEye,
44 => Self::DemonBow,
45 => Self::WarAxeOfTheNight,
46 => Self::LightsBane,
47 => Self::UnholyArrow,
48 => Self::Chest,
49 => Self::BandOfRegeneration,
50 => Self::MagicMirror,
51 => Self::JestersArrow,
52 => Self::AngelStatue,
53 => Self::CloudInABottle,
54 => Self::HermesBoots,
55 => Self::EnchantedBoomerang,
56 => Self::DemoniteOre,
57 => Self::DemoniteBar,
58 => Self::Heart,
59 => Self::CorruptSeeds,
60 => Self::VileMushroom,
61 => Self::EbonstoneBlock,
62 => Self::GrassSeeds,
63 => Self::Sunflower,
64 => Self::Vilethorn,
65 => Self::Starfury,
66 => Self::PurificationPowder,
67 => Self::VilePowder,
68 => Self::RottenChunk,
69 => Self::WormTooth,
70 => Self::WormFood,
71 => Self::CopperCoin,
72 => Self::SilverCoin,
73 => Self::GoldCoin,
74 => Self::PlatinumCoin,
75 => Self::FallenStar,
76 => Self::CopperGreaves,
77 => Self::IronGreaves,
78 => Self::SilverGreaves,
79 => Self::GoldGreaves,
80 => Self::CopperChainmail,
81 => Self::IronChainmail,
82 => Self::SilverChainmail,
83 => Self::GoldChainmail,
84 => Self::GrapplingHook,
85 => Self::Chain,
86 => Self::ShadowScale,
87 => Self::PiggyBank,
88 => Self::MiningHelmet,
89 => Self::CopperHelmet,
90 => Self::IronHelmet,
91 => Self::SilverHelmet,
92 => Self::GoldHelmet,
93 => Self::WoodWall,
94 => Self::WoodPlatform,
95 => Self::FlintlockPistol,
96 => Self::Musket,
97 => Self::MusketBall,
98 => Self::Minishark,
99 => Self::IronBow,
100 => Self::ShadowGreaves,
101 => Self::ShadowScalemail,
102 => Self::ShadowHelmet,
103 => Self::NightmarePickaxe,
104 => Self::TheBreaker,
105 => Self::Candle,
106 => Self::CopperChandelier,
107 => Self::SilverChandelier,
108 => Self::GoldChandelier,
109 => Self::ManaCrystal,
110 => Self::LesserManaPotion,
111 => Self::BandOfStarpower,
112 => Self::FlowerOfFire,
113 => Self::MagicMissile,
114 => Self::DirtRod,
115 => Self::ShadowOrb,
116 => Self::Meteorite,
117 => Self::MeteoriteBar,
118 => Self::Hook,
119 => Self::Flamarang,
120 => Self::MoltenFury,
121 => Self::FieryGreatsword,
122 => Self::MoltenPickaxe,
123 => Self::MeteorHelmet,
124 => Self::MeteorSuit,
125 => Self::MeteorLeggings,
126 => Self::BottledWater,
127 => Self::SpaceGun,
128 => Self::RocketBoots,
129 => Self::GrayBrick,
130 => Self::GrayBrickWall,
131 => Self::RedBrick,
132 => Self::RedBrickWall,
133 => Self::ClayBlock,
134 => Self::BlueBrick,
135 => Self::BlueBrickWall,
136 => Self::ChainLantern,
137 => Self::GreenBrick,
138 => Self::GreenBrickWall,
139 => Self::PinkBrick,
140 => Self::PinkBrickWall,
141 => Self::GoldBrick,
142 => Self::GoldBrickWall,
143 => Self::SilverBrick,
144 => Self::SilverBrickWall,
145 => Self::CopperBrick,
146 => Self::CopperBrickWall,
147 => Self::Spike,
148 => Self::WaterCandle,
149 => Self::Book,
150 => Self::Cobweb,
151 => Self::NecroHelmet,
152 => Self::NecroBreastplate,
153 => Self::NecroGreaves,
154 => Self::Bone,
155 => Self::Muramasa,
156 => Self::CobaltShield,
157 => Self::AquaScepter,
158 => Self::LuckyHorseshoe,
159 => Self::ShinyRedBalloon,
160 => Self::Harpoon,
161 => Self::SpikyBall,
162 => Self::BallOHurt,
163 => Self::BlueMoon,
164 => Self::Handgun,
165 => Self::WaterBolt,
166 => Self::Bomb,
167 => Self::Dynamite,
168 => Self::Grenade,
169 => Self::SandBlock,
170 => Self::Glass,
171 => Self::Sign,
172 => Self::AshBlock,
173 => Self::Obsidian,
174 => Self::Hellstone,
175 => Self::HellstoneBar,
176 => Self::MudBlock,
177 => Self::Sapphire,
178 => Self::Ruby,
179 => Self::Emerald,
180 => Self::Topaz,
181 => Self::Amethyst,
182 => Self::Diamond,
183 => Self::GlowingMushroom,
184 => Self::Star,
185 => Self::IvyWhip,
186 => Self::BreathingReed,
187 => Self::Flipper,
188 => Self::HealingPotion,
189 => Self::ManaPotion,
190 => Self::BladeOfGrass,
191 => Self::ThornChakram,
192 => Self::ObsidianBrick,
193 => Self::ObsidianSkull,
194 => Self::MushroomGrassSeeds,
195 => Self::JungleGrassSeeds,
196 => Self::WoodenHammer,
197 => Self::StarCannon,
198 => Self::BluePhaseblade,
199 => Self::RedPhaseblade,
200 => Self::GreenPhaseblade,
201 => Self::PurplePhaseblade,
202 => Self::WhitePhaseblade,
203 => Self::YellowPhaseblade,
204 => Self::MeteorHamaxe,
205 => Self::EmptyBucket,
206 => Self::WaterBucket,
207 => Self::LavaBucket,
208 => Self::JungleRose,
209 => Self::Stinger,
210 => Self::Vine,
211 => Self::FeralClaws,
212 => Self::AnkletOfTheWind,
213 => Self::StaffOfRegrowth,
214 => Self::HellstoneBrick,
215 => Self::WhoopieCushion,
216 => Self::Shackle,
217 => Self::MoltenHamaxe,
218 => Self::Flamelash,
219 => Self::PhoenixBlaster,
220 => Self::Sunfury,
221 => Self::Hellforge,
222 => Self::ClayPot,
223 => Self::NaturesGift,
224 => Self::Bed,
225 => Self::Silk,
226 => Self::LesserRestorationPotion,
227 => Self::RestorationPotion,
228 => Self::JungleHat,
229 => Self::JungleShirt,
230 => Self::JunglePants,
231 => Self::MoltenHelmet,
232 => Self::MoltenBreastplate,
233 => Self::MoltenGreaves,
234 => Self::MeteorShot,
235 => Self::StickyBomb,
236 => Self::BlackLens,
237 => Self::Sunglasses,
238 => Self::WizardHat,
239 => Self::TopHat,
240 => Self::TuxedoShirt,
241 => Self::TuxedoPants,
242 => Self::SummerHat,
243 => Self::BunnyHood,
244 => Self::PlumbersHat,
245 => Self::PlumbersShirt,
246 => Self::PlumbersPants,
247 => Self::HerosHat,
248 => Self::HerosShirt,
249 => Self::HerosPants,
250 => Self::FishBowl,
251 => Self::ArchaeologistsHat,
252 => Self::ArchaeologistsJacket,
253 => Self::ArchaeologistsPants,
254 => Self::BlackThread,
255 => Self::PurpleThread,
256 => Self::NinjaHood,
257 => Self::NinjaShirt,
258 => Self::NinjaPants,
259 => Self::Leather,
260 => Self::RedHat,
261 => Self::Goldfish,
262 => Self::Robe,
263 => Self::RobotHat,
264 => Self::GoldCrown,
265 => Self::HellfireArrow,
266 => Self::Sandgun,
267 => Self::GuideVoodooDoll,
268 => Self::DivingHelmet,
269 => Self::FamiliarShirt,
270 => Self::FamiliarPants,
271 => Self::FamiliarWig,
272 => Self::DemonScythe,
273 => Self::NightsEdge,
274 => Self::DarkLance,
275 => Self::Coral,
276 => Self::Cactus,
277 => Self::Trident,
278 => Self::SilverBullet,
279 => Self::ThrowingKnife,
280 => Self::Spear,
281 => Self::Blowpipe,
282 => Self::Glowstick,
283 => Self::Seed,
284 => Self::WoodenBoomerang,
285 => Self::Aglet,
286 => Self::StickyGlowstick,
287 => Self::PoisonedKnife,
288 => Self::ObsidianSkinPotion,
289 => Self::RegenerationPotion,
290 => Self::SwiftnessPotion,
291 => Self::GillsPotion,
292 => Self::IronskinPotion,
293 => Self::ManaRegenerationPotion,
294 => Self::MagicPowerPotion,
295 => Self::FeatherfallPotion,
296 => Self::SpelunkerPotion,
297 => Self::InvisibilityPotion,
298 => Self::ShinePotion,
299 => Self::NightOwlPotion,
300 => Self::BattlePotion,
301 => Self::ThornsPotion,
302 => Self::WaterWalkingPotion,
303 => Self::ArcheryPotion,
304 => Self::HunterPotion,
305 => Self::GravitationPotion,
306 => Self::GoldChest,
307 => Self::DaybloomSeeds,
308 => Self::MoonglowSeeds,
309 => Self::BlinkrootSeeds,
310 => Self::DeathweedSeeds,
311 => Self::WaterleafSeeds,
312 => Self::FireblossomSeeds,
313 => Self::Daybloom,
314 => Self::Moonglow,
315 => Self::Blinkroot,
316 => Self::Deathweed,
317 => Self::Waterleaf,
318 => Self::Fireblossom,
319 => Self::SharkFin,
320 => Self::Feather,
321 => Self::Tombstone,
322 => Self::MimeMask,
323 => Self::AntlionMandible,
324 => Self::IllegalGunParts,
325 => Self::TheDoctorsShirt,
326 => Self::TheDoctorsPants,
327 => Self::GoldenKey,
328 => Self::ShadowChest,
329 => Self::ShadowKey,
330 => Self::ObsidianBrickWall,
331 => Self::JungleSpores,
332 => Self::Loom,
333 => Self::Piano,
334 => Self::Dresser,
335 => Self::Bench,
336 => Self::Bathtub,
337 => Self::RedBanner,
338 => Self::GreenBanner,
339 => Self::BlueBanner,
340 => Self::YellowBanner,
341 => Self::LampPost,
342 => Self::TikiTorch,
343 => Self::Barrel,
344 => Self::ChineseLantern,
345 => Self::CookingPot,
346 => Self::Safe,
347 => Self::SkullLantern,
348 => Self::TrashCan,
349 => Self::Candelabra,
350 => Self::PinkVase,
351 => Self::Mug,
352 => Self::Keg,
353 => Self::Ale,
354 => Self::Bookcase,
355 => Self::Throne,
356 => Self::Bowl,
357 => Self::BowlOfSoup,
358 => Self::Toilet,
359 => Self::GrandfatherClock,
360 => Self::ArmorStatue,
361 => Self::GoblinBattleStandard,
362 => Self::TatteredCloth,
363 => Self::Sawmill,
364 => Self::CobaltOre,
365 => Self::MythrilOre,
366 => Self::AdamantiteOre,
367 => Self::Pwnhammer,
368 => Self::Excalibur,
369 => Self::HallowedSeeds,
370 => Self::EbonsandBlock,
371 => Self::CobaltHat,
372 => Self::CobaltHelmet,
373 => Self::CobaltMask,
374 => Self::CobaltBreastplate,
375 => Self::CobaltLeggings,
376 => Self::MythrilHood,
377 => Self::MythrilHelmet,
378 => Self::MythrilHat,
379 => Self::MythrilChainmail,
380 => Self::MythrilGreaves,
381 => Self::CobaltBar,
382 => Self::MythrilBar,
383 => Self::CobaltChainsaw,
384 => Self::MythrilChainsaw,
385 => Self::CobaltDrill,
386 => Self::MythrilDrill,
387 => Self::AdamantiteChainsaw,
388 => Self::AdamantiteDrill,
389 => Self::DaoOfPow,
390 => Self::MythrilHalberd,
391 => Self::AdamantiteBar,
392 => Self::GlassWall,
393 => Self::Compass,
394 => Self::DivingGear,
395 => Self::Gps,
396 => Self::ObsidianHorseshoe,
397 => Self::ObsidianShield,
398 => Self::TinkerersWorkshop,
399 => Self::CloudinaBalloon,
400 => Self::AdamantiteHeadgear,
401 => Self::AdamantiteHelmet,
402 => Self::AdamantiteMask,
403 => Self::AdamantiteBreastplate,
404 => Self::AdamantiteLeggings,
405 => Self::SpectreBoots,
406 => Self::AdamantiteGlaive,
407 => Self::Toolbelt,
408 => Self::PearlsandBlock,
409 => Self::PearlstoneBlock,
410 => Self::MiningShirt,
411 => Self::MiningPants,
412 => Self::PearlstoneBrick,
413 => Self::IridescentBrick,
414 => Self::MudstoneBlock,
415 => Self::CobaltBrick,
416 => Self::MythrilBrick,
417 => Self::PearlstoneBrickWall,
418 => Self::IridescentBrickWall,
419 => Self::MudstoneBrickWall,
420 => Self::CobaltBrickWall,
421 => Self::MythrilBrickWall,
422 => Self::HolyWater,
423 => Self::UnholyWater,
424 => Self::SiltBlock,
425 => Self::FairyBell,
426 => Self::BreakerBlade,
427 => Self::BlueTorch,
428 => Self::RedTorch,
429 => Self::GreenTorch,
430 => Self::PurpleTorch,
431 => Self::WhiteTorch,
432 => Self::YellowTorch,
433 => Self::DemonTorch,
434 => Self::ClockworkAssaultRifle,
435 => Self::CobaltRepeater,
436 => Self::MythrilRepeater,
437 => Self::DualHook,
438 => Self::StarStatue,
439 => Self::SwordStatue,
440 => Self::SlimeStatue,
441 => Self::GoblinStatue,
442 => Self::ShieldStatue,
443 => Self::BatStatue,
444 => Self::FishStatue,
445 => Self::BunnyStatue,
446 => Self::SkeletonStatue,
447 => Self::ReaperStatue,
448 => Self::WomanStatue,
449 => Self::ImpStatue,
450 => Self::GargoyleStatue,
451 => Self::GloomStatue,
452 => Self::HornetStatue,
453 => Self::BombStatue,
454 => Self::CrabStatue,
455 => Self::HammerStatue,
456 => Self::PotionStatue,
457 => Self::SpearStatue,
458 => Self::CrossStatue,
459 => Self::JellyfishStatue,
460 => Self::BowStatue,
461 => Self::BoomerangStatue,
462 => Self::BootStatue,
463 => Self::ChestStatue,
464 => Self::BirdStatue,
465 => Self::AxeStatue,
466 => Self::CorruptStatue,
467 => Self::TreeStatue,
468 => Self::AnvilStatue,
469 => Self::PickaxeStatue,
470 => Self::MushroomStatue,
471 => Self::EyeballStatue,
472 => Self::PillarStatue,
473 => Self::HeartStatue,
474 => Self::PotStatue,
475 => Self::SunflowerStatue,
476 => Self::KingStatue,
477 => Self::QueenStatue,
478 => Self::PiranhaStatue,
479 => Self::PlankedWall,
480 => Self::WoodenBeam,
481 => Self::AdamantiteRepeater,
482 => Self::AdamantiteSword,
483 => Self::CobaltSword,
484 => Self::MythrilSword,
485 => Self::MoonCharm,
486 => Self::Ruler,
487 => Self::CrystalBall,
488 => Self::DiscoBall,
489 => Self::SorcererEmblem,
490 => Self::WarriorEmblem,
491 => Self::RangerEmblem,
492 => Self::DemonWings,
493 => Self::AngelWings,
494 => Self::MagicalHarp,
495 => Self::RainbowRod,
496 => Self::IceRod,
497 => Self::NeptunesShell,
498 => Self::Mannequin,
499 => Self::GreaterHealingPotion,
500 => Self::GreaterManaPotion,
501 => Self::PixieDust,
502 => Self::CrystalShard,
503 => Self::ClownHat,
504 => Self::ClownShirt,
505 => Self::ClownPants,
506 => Self::Flamethrower,
507 => Self::Bell,
508 => Self::Harp,
509 => Self::Wrench,
510 => Self::WireCutter,
511 => Self::ActiveStoneBlock,
512 => Self::InactiveStoneBlock,
513 => Self::Lever,
514 => Self::LaserRifle,
515 => Self::CrystalBullet,
516 => Self::HolyArrow,
517 => Self::MagicDagger,
518 => Self::CrystalStorm,
519 => Self::CursedFlames,
520 => Self::SoulOfLight,
521 => Self::SoulOfNight,
522 => Self::CursedFlame,
523 => Self::CursedTorch,
524 => Self::AdamantiteForge,
525 => Self::MythrilAnvil,
526 => Self::UnicornHorn,
527 => Self::DarkShard,
528 => Self::LightShard,
529 => Self::RedPressurePlate,
530 => Self::Wire,
531 => Self::SpellTome,
532 => Self::StarCloak,
533 => Self::Megashark,
534 => Self::Shotgun,
535 => Self::PhilosophersStone,
536 => Self::TitanGlove,
537 => Self::CobaltNaginata,
538 => Self::Switch,
539 => Self::DartTrap,
540 => Self::Boulder,
541 => Self::GreenPressurePlate,
542 => Self::GrayPressurePlate,
543 => Self::BrownPressurePlate,
544 => Self::MechanicalEye,
545 => Self::CursedArrow,
546 => Self::CursedBullet,
547 => Self::SoulOfFright,
548 => Self::SoulOfMight,
549 => Self::SoulOfSight,
550 => Self::Gungnir,
551 => Self::HallowedPlateMail,
552 => Self::HallowedGreaves,
553 => Self::HallowedHelmet,
554 => Self::CrossNecklace,
555 => Self::ManaFlower,
556 => Self::MechanicalWorm,
557 => Self::MechanicalSkull,
558 => Self::HallowedHeadgear,
559 => Self::HallowedMask,
560 => Self::SlimeCrown,
561 => Self::LightDisc,
562 => Self::MusicBoxOverworldDay,
563 => Self::MusicBoxEerie,
564 => Self::MusicBoxNight,
565 => Self::MusicBoxTitle,
566 => Self::MusicBoxUnderground,
567 => Self::MusicBoxBoss1,
568 => Self::MusicBoxJungle,
569 => Self::MusicBoxCorruption,
570 => Self::MusicBoxUndergroundCorruption,
571 => Self::MusicBoxTheHallow,
572 => Self::MusicBoxBoss2,
573 => Self::MusicBoxUndergroundHallow,
574 => Self::MusicBoxBoss3,
575 => Self::SoulOfFlight,
576 => Self::MusicBox,
577 => Self::DemoniteBrick,
578 => Self::HallowedRepeater,
579 => Self::Drax,
580 => Self::Explosives,
581 => Self::InletPump,
582 => Self::OutletPump,
583 => Self::Timer1Second,
584 => Self::Timer3Second,
585 => Self::Timer5Second,
586 => Self::CandyCaneBlock,
587 => Self::CandyCaneWall,
588 => Self::SantaHat,
589 => Self::SantaShirt,
590 => Self::SantaPants,
591 => Self::GreenCandyCaneBlock,
592 => Self::GreenCandyCaneWall,
593 => Self::SnowBlock,
594 => Self::SnowBrick,
595 => Self::SnowBrickWall,
596 => Self::BlueLight,
597 => Self::RedLight,
598 => Self::GreenLight,
599 => Self::BluePresent,
600 => Self::GreenPresent,
601 => Self::YellowPresent,
602 => Self::SnowGlobe,
603 => Self::Carrot,
604 => Self::AdamantiteBeam,
605 => Self::AdamantiteBeamWall,
606 => Self::DemoniteBrickWall,
607 => Self::SandstoneBrick,
608 => Self::SandstoneBrickWall,
609 => Self::EbonstoneBrick,
610 => Self::EbonstoneBrickWall,
611 => Self::RedStucco,
612 => Self::YellowStucco,
613 => Self::GreenStucco,
614 => Self::GrayStucco,
615 => Self::RedStuccoWall,
616 => Self::YellowStuccoWall,
617 => Self::GreenStuccoWall,
618 => Self::GrayStuccoWall,
619 => Self::Ebonwood,
620 => Self::RichMahogany,
621 => Self::Pearlwood,
622 => Self::EbonwoodWall,
623 => Self::RichMahoganyWall,
624 => Self::PearlwoodWall,
625 => Self::EbonwoodChest,
626 => Self::RichMahoganyChest,
627 => Self::PearlwoodChest,
628 => Self::EbonwoodChair,
629 => Self::RichMahoganyChair,
630 => Self::PearlwoodChair,
631 => Self::EbonwoodPlatform,
632 => Self::RichMahoganyPlatform,
633 => Self::PearlwoodPlatform,
634 => Self::BonePlatform,
635 => Self::EbonwoodWorkBench,
636 => Self::RichMahoganyWorkBench,
637 => Self::PearlwoodWorkBench,
638 => Self::EbonwoodTable,
639 => Self::RichMahoganyTable,
640 => Self::PearlwoodTable,
641 => Self::EbonwoodPiano,
642 => Self::RichMahoganyPiano,
643 => Self::PearlwoodPiano,
644 => Self::EbonwoodBed,
645 => Self::RichMahoganyBed,
646 => Self::PearlwoodBed,
647 => Self::EbonwoodDresser,
648 => Self::RichMahoganyDresser,
649 => Self::PearlwoodDresser,
650 => Self::EbonwoodDoor,
651 => Self::RichMahoganyDoor,
652 => Self::PearlwoodDoor,
653 => Self::EbonwoodSword,
654 => Self::EbonwoodHammer,
655 => Self::EbonwoodBow,
656 => Self::RichMahoganySword,
657 => Self::RichMahoganyHammer,
658 => Self::RichMahoganyBow,
659 => Self::PearlwoodSword,
660 => Self::PearlwoodHammer,
661 => Self::PearlwoodBow,
662 => Self::RainbowBrick,
663 => Self::RainbowBrickWall,
664 => Self::IceBlock,
665 => Self::RedsWings,
666 => Self::RedsHelmet,
667 => Self::RedsBreastplate,
668 => Self::RedsLeggings,
669 => Self::Fish,
670 => Self::IceBoomerang,
671 => Self::Keybrand,
672 => Self::Cutlass,
673 => Self::BorealWoodWorkBench,
674 => Self::TrueExcalibur,
675 => Self::TrueNightsEdge,
676 => Self::Frostbrand,
677 => Self::BorealWoodTable,
678 => Self::RedPotion,
679 => Self::TacticalShotgun,
680 => Self::IvyChest,
681 => Self::IceChest,
682 => Self::Marrow,
683 => Self::UnholyTrident,
684 => Self::FrostHelmet,
685 => Self::FrostBreastplate,
686 => Self::FrostLeggings,
687 => Self::TinHelmet,
688 => Self::TinChainmail,
689 => Self::TinGreaves,
690 => Self::LeadHelmet,
691 => Self::LeadChainmail,
692 => Self::LeadGreaves,
693 => Self::TungstenHelmet,
694 => Self::TungstenChainmail,
695 => Self::TungstenGreaves,
696 => Self::PlatinumHelmet,
697 => Self::PlatinumChainmail,
698 => Self::PlatinumGreaves,
699 => Self::TinOre,
700 => Self::LeadOre,
701 => Self::TungstenOre,
702 => Self::PlatinumOre,
703 => Self::TinBar,
704 => Self::LeadBar,
705 => Self::TungstenBar,
706 => Self::PlatinumBar,
707 => Self::TinWatch,
708 => Self::TungstenWatch,
709 => Self::PlatinumWatch,
710 => Self::TinChandelier,
711 => Self::TungstenChandelier,
712 => Self::PlatinumChandelier,
713 => Self::PlatinumCandle,
714 => Self::PlatinumCandelabra,
715 => Self::PlatinumCrown,
716 => Self::LeadAnvil,
717 => Self::TinBrick,
718 => Self::TungstenBrick,
719 => Self::PlatinumBrick,
720 => Self::TinBrickWall,
721 => Self::TungstenBrickWall,
722 => Self::PlatinumBrickWall,
723 => Self::BeamSword,
724 => Self::IceBlade,
725 => Self::IceBow,
726 => Self::FrostStaff,
727 => Self::WoodHelmet,
728 => Self::WoodBreastplate,
729 => Self::WoodGreaves,
730 => Self::EbonwoodHelmet,
731 => Self::EbonwoodBreastplate,
732 => Self::EbonwoodGreaves,
733 => Self::RichMahoganyHelmet,
734 => Self::RichMahoganyBreastplate,
735 => Self::RichMahoganyGreaves,
736 => Self::PearlwoodHelmet,
737 => Self::PearlwoodBreastplate,
738 => Self::PearlwoodGreaves,
739 => Self::AmethystStaff,
740 => Self::TopazStaff,
741 => Self::SapphireStaff,
742 => Self::EmeraldStaff,
743 => Self::RubyStaff,
744 => Self::DiamondStaff,
745 => Self::GrassWall,
746 => Self::JungleWall,
747 => Self::FlowerWall,
748 => Self::Jetpack,
749 => Self::ButterflyWings,
750 => Self::CactusWall,
751 => Self::Cloud,
752 => Self::CloudWall,
753 => Self::Seaweed,
754 => Self::RuneHat,
755 => Self::RuneRobe,
756 => Self::MushroomSpear,
757 => Self::TerraBlade,
758 => Self::GrenadeLauncher,
759 => Self::RocketLauncher,
760 => Self::ProximityMineLauncher,
761 => Self::FairyWings,
762 => Self::SlimeBlock,
763 => Self::FleshBlock,
764 => Self::MushroomWall,
765 => Self::RainCloud,
766 => Self::BoneBlock,
767 => Self::FrozenSlimeBlock,
768 => Self::BoneBlockWall,
769 => Self::SlimeBlockWall,
770 => Self::FleshBlockWall,
771 => Self::RocketI,
772 => Self::RocketII,
773 => Self::RocketIII,
774 => Self::RocketIV,
775 => Self::AsphaltBlock,
776 => Self::CobaltPickaxe,
777 => Self::MythrilPickaxe,
778 => Self::AdamantitePickaxe,
779 => Self::Clentaminator,
780 => Self::GreenSolution,
781 => Self::BlueSolution,
782 => Self::PurpleSolution,
783 => Self::DarkBlueSolution,
784 => Self::RedSolution,
785 => Self::HarpyWings,
786 => Self::BoneWings,
787 => Self::Hammush,
788 => Self::NettleBurst,
789 => Self::AnkhBanner,
790 => Self::SnakeBanner,
791 => Self::OmegaBanner,
792 => Self::CrimsonHelmet,
793 => Self::CrimsonScalemail,
794 => Self::CrimsonGreaves,
795 => Self::BloodButcherer,
796 => Self::TendonBow,
797 => Self::FleshGrinder,
798 => Self::DeathbringerPickaxe,
799 => Self::BloodLustCluster,
800 => Self::TheUndertaker,
801 => Self::TheMeatball,
802 => Self::TheRottedFork,
803 => Self::EskimoHood,
804 => Self::EskimoCoat,
805 => Self::EskimoPants,
806 => Self::LivingWoodChair,
807 => Self::CactusChair,
808 => Self::BoneChair,
809 => Self::FleshChair,
810 => Self::MushroomChair,
811 => Self::BoneWorkBench,
812 => Self::CactusWorkBench,
813 => Self::FleshWorkBench,
814 => Self::MushroomWorkBench,
815 => Self::SlimeWorkBench,
816 => Self::CactusDoor,
817 => Self::FleshDoor,
818 => Self::MushroomDoor,
819 => Self::LivingWoodDoor,
820 => Self::BoneDoor,
821 => Self::FlameWings,
822 => Self::FrozenWings,
823 => Self::GhostWings,
824 => Self::SunplateBlock,
825 => Self::DiscWall,
826 => Self::SkywareChair,
827 => Self::BoneTable,
828 => Self::FleshTable,
829 => Self::LivingWoodTable,
830 => Self::SkywareTable,
831 => Self::LivingWoodChest,
832 => Self::LivingWoodWand,
833 => Self::PurpleIceBlock,
834 => Self::PinkIceBlock,
835 => Self::RedIceBlock,
836 => Self::CrimstoneBlock,
837 => Self::SkywareDoor,
838 => Self::SkywareChest,
839 => Self::SteampunkHat,
840 => Self::SteampunkShirt,
841 => Self::SteampunkPants,
842 => Self::BeeHat,
843 => Self::BeeShirt,
844 => Self::BeePants,
845 => Self::WorldBanner,
846 => Self::SunBanner,
847 => Self::GravityBanner,
848 => Self::PharaohsMask,
849 => Self::Actuator,
850 => Self::BlueWrench,
851 => Self::GreenWrench,
852 => Self::BluePressurePlate,
853 => Self::YellowPressurePlate,
854 => Self::DiscountCard,
855 => Self::LuckyCoin,
856 => Self::UnicornOnAStick,
857 => Self::SandstormInABottle,
858 => Self::BorealWoodSofa,
859 => Self::BeachBall,
860 => Self::CharmOfMyths,
861 => Self::MoonShell,
862 => Self::StarVeil,
863 => Self::WaterWalkingBoots,
864 => Self::Tiara,
865 => Self::PrincessDress,
866 => Self::PharaohsRobe,
867 => Self::GreenCap,
868 => Self::MushroomCap,
869 => Self::TamOShanter,
870 => Self::MummyMask,
871 => Self::MummyShirt,
872 => Self::MummyPants,
873 => Self::CowboyHat,
874 => Self::CowboyJacket,
875 => Self::CowboyPants,
876 => Self::PirateHat,
877 => Self::PirateShirt,
878 => Self::PiratePants,
879 => Self::VikingHelmet,
880 => Self::CrimtaneOre,
881 => Self::CactusSword,
882 => Self::CactusPickaxe,
883 => Self::IceBrick,
884 => Self::IceBrickWall,
885 => Self::AdhesiveBandage,
886 => Self::ArmorPolish,
887 => Self::Bezoar,
888 => Self::Blindfold,
889 => Self::FastClock,
890 => Self::Megaphone,
891 => Self::Nazar,
892 => Self::Vitamins,
893 => Self::TrifoldMap,
894 => Self::CactusHelmet,
895 => Self::CactusBreastplate,
896 => Self::CactusLeggings,
897 => Self::PowerGlove,
898 => Self::LightningBoots,
899 => Self::SunStone,
900 => Self::MoonStone,
901 => Self::ArmorBracing,
902 => Self::MedicatedBandage,
903 => Self::ThePlan,
904 => Self::CountercurseMantra,
905 => Self::CoinGun,
906 => Self::LavaCharm,
907 => Self::ObsidianWaterWalkingBoots,
908 => Self::LavaWaders,
909 => Self::PureWaterFountain,
910 => Self::DesertWaterFountain,
911 => Self::Shadewood,
912 => Self::ShadewoodDoor,
913 => Self::ShadewoodPlatform,
914 => Self::ShadewoodChest,
915 => Self::ShadewoodChair,
916 => Self::ShadewoodWorkBench,
917 => Self::ShadewoodTable,
918 => Self::ShadewoodDresser,
919 => Self::ShadewoodPiano,
920 => Self::ShadewoodBed,
921 => Self::ShadewoodSword,
922 => Self::ShadewoodHammer,
923 => Self::ShadewoodBow,
924 => Self::ShadewoodHelmet,
925 => Self::ShadewoodBreastplate,
926 => Self::ShadewoodGreaves,
927 => Self::ShadewoodWall,
928 => Self::Cannon,
929 => Self::Cannonball,
930 => Self::FlareGun,
931 => Self::Flare,
932 => Self::BoneWand,
933 => Self::LeafWand,
934 => Self::FlyingCarpet,
935 => Self::AvengerEmblem,
936 => Self::MechanicalGlove,
937 => Self::LandMine,
938 => Self::PaladinsShield,
939 => Self::WebSlinger,
940 => Self::JungleWaterFountain,
941 => Self::IcyWaterFountain,
942 => Self::CorruptWaterFountain,
943 => Self::CrimsonWaterFountain,
944 => Self::HallowedWaterFountain,
945 => Self::BloodWaterFountain,
946 => Self::Umbrella,
947 => Self::ChlorophyteOre,
948 => Self::SteampunkWings,
949 => Self::Snowball,
950 => Self::IceSkates,
951 => Self::SnowballLauncher,
952 => Self::WebCoveredChest,
953 => Self::ClimbingClaws,
954 => Self::AncientIronHelmet,
955 => Self::AncientGoldHelmet,
956 => Self::AncientShadowHelmet,
957 => Self::AncientShadowScalemail,
958 => Self::AncientShadowGreaves,
959 => Self::AncientNecroHelmet,
960 => Self::AncientCobaltHelmet,
961 => Self::AncientCobaltBreastplate,
962 => Self::AncientCobaltLeggings,
963 => Self::BlackBelt,
964 => Self::Boomstick,
965 => Self::Rope,
966 => Self::Campfire,
967 => Self::Marshmallow,
968 => Self::MarshmallowOnAStick,
969 => Self::CookedMarshmallow,
970 => Self::RedRocket,
971 => Self::GreenRocket,
972 => Self::BlueRocket,
973 => Self::YellowRocket,
974 => Self::IceTorch,
975 => Self::ShoeSpikes,
976 => Self::TigerClimbingGear,
977 => Self::Tabi,
978 => Self::PinkEskimoHood,
979 => Self::PinkEskimoCoat,
980 => Self::PinkEskimoPants,
981 => Self::PinkThread,
982 => Self::ManaRegenerationBand,
983 => Self::SandstormInABalloon,
984 => Self::MasterNinjaGear,
985 => Self::RopeCoil,
986 => Self::Blowgun,
987 => Self::BlizzardInABottle,
988 => Self::FrostburnArrow,
989 => Self::EnchantedSword,
990 => Self::PickaxeAxe,
991 => Self::CobaltWaraxe,
992 => Self::MythrilWaraxe,
993 => Self::AdamantiteWaraxe,
994 => Self::EatersBone,
995 => Self::BlendOMatic,
996 => Self::MeatGrinder,
997 => Self::Extractinator,
998 => Self::Solidifier,
999 => Self::Amber,
1000 => Self::ConfettiGun,
1001 => Self::ChlorophyteMask,
1002 => Self::ChlorophyteHelmet,
1003 => Self::ChlorophyteHeadgear,
1004 => Self::ChlorophytePlateMail,
1005 => Self::ChlorophyteGreaves,
1006 => Self::ChlorophyteBar,
1007 => Self::RedDye,
1008 => Self::OrangeDye,
1009 => Self::YellowDye,
1010 => Self::LimeDye,
1011 => Self::GreenDye,
1012 => Self::TealDye,
1013 => Self::CyanDye,
1014 => Self::SkyBlueDye,
1015 => Self::BlueDye,
1016 => Self::PurpleDye,
1017 => Self::VioletDye,
1018 => Self::PinkDye,
1019 => Self::RedAndBlackDye,
1020 => Self::OrangeAndBlackDye,
1021 => Self::YellowAndBlackDye,
1022 => Self::LimeAndBlackDye,
1023 => Self::GreenAndBlackDye,
1024 => Self::TealAndBlackDye,
1025 => Self::CyanAndBlackDye,
1026 => Self::SkyBlueAndBlackDye,
1027 => Self::BlueAndBlackDye,
1028 => Self::PurpleAndBlackDye,
1029 => Self::VioletAndBlackDye,
1030 => Self::PinkAndBlackDye,
1031 => Self::FlameDye,
1032 => Self::FlameAndBlackDye,
1033 => Self::GreenFlameDye,
1034 => Self::GreenFlameAndBlackDye,
1035 => Self::BlueFlameDye,
1036 => Self::BlueFlameAndBlackDye,
1037 => Self::SilverDye,
1038 => Self::BrightRedDye,
1039 => Self::BrightOrangeDye,
1040 => Self::BrightYellowDye,
1041 => Self::BrightLimeDye,
1042 => Self::BrightGreenDye,
1043 => Self::BrightTealDye,
1044 => Self::BrightCyanDye,
1045 => Self::BrightSkyBlueDye,
1046 => Self::BrightBlueDye,
1047 => Self::BrightPurpleDye,
1048 => Self::BrightVioletDye,
1049 => Self::BrightPinkDye,
1050 => Self::BlackDye,
1051 => Self::RedAndSilverDye,
1052 => Self::OrangeAndSilverDye,
1053 => Self::YellowAndSilverDye,
1054 => Self::LimeAndSilverDye,
1055 => Self::GreenAndSilverDye,
1056 => Self::TealAndSilverDye,
1057 => Self::CyanAndSilverDye,
1058 => Self::SkyBlueAndSilverDye,
1059 => Self::BlueAndSilverDye,
1060 => Self::PurpleAndSilverDye,
1061 => Self::VioletAndSilverDye,
1062 => Self::PinkAndSilverDye,
1063 => Self::IntenseFlameDye,
1064 => Self::IntenseGreenFlameDye,
1065 => Self::IntenseBlueFlameDye,
1066 => Self::RainbowDye,
1067 => Self::IntenseRainbowDye,
1068 => Self::YellowGradientDye,
1069 => Self::CyanGradientDye,
1070 => Self::VioletGradientDye,
1071 => Self::Paintbrush,
1072 => Self::PaintRoller,
1073 => Self::RedPaint,
1074 => Self::OrangePaint,
1075 => Self::YellowPaint,
1076 => Self::LimePaint,
1077 => Self::GreenPaint,
1078 => Self::TealPaint,
1079 => Self::CyanPaint,
1080 => Self::SkyBluePaint,
1081 => Self::BluePaint,
1082 => Self::PurplePaint,
1083 => Self::VioletPaint,
1084 => Self::PinkPaint,
1085 => Self::DeepRedPaint,
1086 => Self::DeepOrangePaint,
1087 => Self::DeepYellowPaint,
1088 => Self::DeepLimePaint,
1089 => Self::DeepGreenPaint,
1090 => Self::DeepTealPaint,
1091 => Self::DeepCyanPaint,
1092 => Self::DeepSkyBluePaint,
1093 => Self::DeepBluePaint,
1094 => Self::DeepPurplePaint,
1095 => Self::DeepVioletPaint,
1096 => Self::DeepPinkPaint,
1097 => Self::BlackPaint,
1098 => Self::WhitePaint,
1099 => Self::GrayPaint,
1100 => Self::PaintScraper,
1101 => Self::LihzahrdBrick,
1102 => Self::LihzahrdBrickWall,
1103 => Self::SlushBlock,
1104 => Self::PalladiumOre,
1105 => Self::OrichalcumOre,
1106 => Self::TitaniumOre,
1107 => Self::TealMushroom,
1108 => Self::GreenMushroom,
1109 => Self::SkyBlueFlower,
1110 => Self::YellowMarigold,
1111 => Self::BlueBerries,
1112 => Self::LimeKelp,
1113 => Self::PinkPricklyPear,
1114 => Self::OrangeBloodroot,
1115 => Self::RedHusk,
1116 => Self::CyanHusk,
1117 => Self::VioletHusk,
1118 => Self::PurpleMucus,
1119 => Self::BlackInk,
1120 => Self::DyeVat,
1121 => Self::BeeGun,
1122 => Self::PossessedHatchet,
1123 => Self::BeeKeeper,
1124 => Self::Hive,
1125 => Self::HoneyBlock,
1126 => Self::HiveWall,
1127 => Self::CrispyHoneyBlock,
1128 => Self::HoneyBucket,
1129 => Self::HiveWand,
1130 => Self::Beenade,
1131 => Self::GravityGlobe,
1132 => Self::HoneyComb,
1133 => Self::Abeemination,
1134 => Self::BottledHoney,
1135 => Self::RainHat,
1136 => Self::RainCoat,
1137 => Self::LihzahrdDoor,
1138 => Self::DungeonDoor,
1139 => Self::LeadDoor,
1140 => Self::IronDoor,
1141 => Self::TempleKey,
1142 => Self::LihzahrdChest,
1143 => Self::LihzahrdChair,
1144 => Self::LihzahrdTable,
1145 => Self::LihzahrdWorkBench,
1146 => Self::SuperDartTrap,
1147 => Self::FlameTrap,
1148 => Self::SpikyBallTrap,
1149 => Self::SpearTrap,
1150 => Self::WoodenSpike,
1151 => Self::LihzahrdPressurePlate,
1152 => Self::LihzahrdStatue,
1153 => Self::LihzahrdWatcherStatue,
1154 => Self::LihzahrdGuardianStatue,
1155 => Self::WaspGun,
1156 => Self::PiranhaGun,
1157 => Self::PygmyStaff,
1158 => Self::PygmyNecklace,
1159 => Self::TikiMask,
1160 => Self::TikiShirt,
1161 => Self::TikiPants,
1162 => Self::LeafWings,
1163 => Self::BlizzardInABalloon,
1164 => Self::BundleOfBalloons,
1165 => Self::BatWings,
1166 => Self::BoneSword,
1167 => Self::HerculesBeetle,
1168 => Self::SmokeBomb,
1169 => Self::BoneKey,
1170 => Self::Nectar,
1171 => Self::TikiTotem,
1172 => Self::LizardEgg,
1173 => Self::GraveMarker,
1174 => Self::CrossGraveMarker,
1175 => Self::Headstone,
1176 => Self::Gravestone,
1177 => Self::Obelisk,
1178 => Self::LeafBlower,
1179 => Self::ChlorophyteBullet,
1180 => Self::ParrotCracker,
1181 => Self::StrangeGlowingMushroom,
1182 => Self::Seedling,
1183 => Self::WispInABottle,
1184 => Self::PalladiumBar,
1185 => Self::PalladiumSword,
1186 => Self::PalladiumPike,
1187 => Self::PalladiumRepeater,
1188 => Self::PalladiumPickaxe,
1189 => Self::PalladiumDrill,
1190 => Self::PalladiumChainsaw,
1191 => Self::OrichalcumBar,
1192 => Self::OrichalcumSword,
1193 => Self::OrichalcumHalberd,
1194 => Self::OrichalcumRepeater,
1195 => Self::OrichalcumPickaxe,
1196 => Self::OrichalcumDrill,
1197 => Self::OrichalcumChainsaw,
1198 => Self::TitaniumBar,
1199 => Self::TitaniumSword,
1200 => Self::TitaniumTrident,
1201 => Self::TitaniumRepeater,
1202 => Self::TitaniumPickaxe,
1203 => Self::TitaniumDrill,
1204 => Self::TitaniumChainsaw,
1205 => Self::PalladiumMask,
1206 => Self::PalladiumHelmet,
1207 => Self::PalladiumHeadgear,
1208 => Self::PalladiumBreastplate,
1209 => Self::PalladiumLeggings,
1210 => Self::OrichalcumMask,
1211 => Self::OrichalcumHelmet,
1212 => Self::OrichalcumHeadgear,
1213 => Self::OrichalcumBreastplate,
1214 => Self::OrichalcumLeggings,
1215 => Self::TitaniumMask,
1216 => Self::TitaniumHelmet,
1217 => Self::TitaniumHeadgear,
1218 => Self::TitaniumBreastplate,
1219 => Self::TitaniumLeggings,
1220 => Self::OrichalcumAnvil,
1221 => Self::TitaniumForge,
1222 => Self::PalladiumWaraxe,
1223 => Self::OrichalcumWaraxe,
1224 => Self::TitaniumWaraxe,
1225 => Self::HallowedBar,
1226 => Self::ChlorophyteClaymore,
1227 => Self::ChlorophyteSaber,
1228 => Self::ChlorophytePartisan,
1229 => Self::ChlorophyteShotbow,
1230 => Self::ChlorophytePickaxe,
1231 => Self::ChlorophyteDrill,
1232 => Self::ChlorophyteChainsaw,
1233 => Self::ChlorophyteGreataxe,
1234 => Self::ChlorophyteWarhammer,
1235 => Self::ChlorophyteArrow,
1236 => Self::AmethystHook,
1237 => Self::TopazHook,
1238 => Self::SapphireHook,
1239 => Self::EmeraldHook,
1240 => Self::RubyHook,
1241 => Self::DiamondHook,
1242 => Self::AmberMosquito,
1243 => Self::UmbrellaHat,
1244 => Self::NimbusRod,
1245 => Self::OrangeTorch,
1246 => Self::CrimsandBlock,
1247 => Self::BeeCloak,
1248 => Self::EyeOfTheGolem,
1249 => Self::HoneyBalloon,
1250 => Self::BlueHorseshoeBalloon,
1251 => Self::WhiteHorseshoeBalloon,
1252 => Self::YellowHorseshoeBalloon,
1253 => Self::FrozenTurtleShell,
1254 => Self::SniperRifle,
1255 => Self::VenusMagnum,
1256 => Self::CrimsonRod,
1257 => Self::CrimtaneBar,
1258 => Self::Stynger,
1259 => Self::FlowerPow,
1260 => Self::RainbowGun,
1261 => Self::StyngerBolt,
1262 => Self::ChlorophyteJackhammer,
1263 => Self::Teleporter,
1264 => Self::FlowerOfFrost,
1265 => Self::Uzi,
1266 => Self::MagnetSphere,
1267 => Self::PurpleStainedGlass,
1268 => Self::YellowStainedGlass,
1269 => Self::BlueStainedGlass,
1270 => Self::GreenStainedGlass,
1271 => Self::RedStainedGlass,
1272 => Self::MulticoloredStainedGlass,
1273 => Self::SkeletronHand,
1274 => Self::Skull,
1275 => Self::BallaHat,
1276 => Self::GangstaHat,
1277 => Self::SailorHat,
1278 => Self::EyePatch,
1279 => Self::SailorShirt,
1280 => Self::SailorPants,
1281 => Self::SkeletronMask,
1282 => Self::AmethystRobe,
1283 => Self::TopazRobe,
1284 => Self::SapphireRobe,
1285 => Self::EmeraldRobe,
1286 => Self::RubyRobe,
1287 => Self::DiamondRobe,
1288 => Self::WhiteTuxedoShirt,
1289 => Self::WhiteTuxedoPants,
1290 => Self::PanicNecklace,
1291 => Self::LifeFruit,
1292 => Self::LihzahrdAltar,
1293 => Self::LihzahrdPowerCell,
1294 => Self::Picksaw,
1295 => Self::HeatRay,
1296 => Self::StaffOfEarth,
1297 => Self::GolemFist,
1298 => Self::WaterChest,
1299 => Self::Binoculars,
1300 => Self::RifleScope,
1301 => Self::DestroyerEmblem,
1302 => Self::HighVelocityBullet,
1303 => Self::JellyfishNecklace,
1304 => Self::ZombieArm,
1305 => Self::TheAxe,
1306 => Self::IceSickle,
1307 => Self::ClothierVoodooDoll,
1308 => Self::PoisonStaff,
1309 => Self::SlimeStaff,
1310 => Self::PoisonDart,
1311 => Self::EyeSpring,
1312 => Self::ToySled,
1313 => Self::BookOfSkulls,
1314 => Self::KOCannon,
1315 => Self::PirateMap,
1316 => Self::TurtleHelmet,
1317 => Self::TurtleScaleMail,
1318 => Self::TurtleLeggings,
1319 => Self::SnowballCannon,
1320 => Self::BonePickaxe,
1321 => Self::MagicQuiver,
1322 => Self::MagmaStone,
1323 => Self::ObsidianRose,
1324 => Self::Bananarang,
1325 => Self::ChainKnife,
1326 => Self::RodOfDiscord,
1327 => Self::DeathSickle,
1328 => Self::TurtleShell,
1329 => Self::TissueSample,
1330 => Self::Vertebrae,
1331 => Self::BloodySpine,
1332 => Self::Ichor,
1333 => Self::IchorTorch,
1334 => Self::IchorArrow,
1335 => Self::IchorBullet,
1336 => Self::GoldenShower,
1337 => Self::BunnyCannon,
1338 => Self::ExplosiveBunny,
1339 => Self::VialOfVenom,
1340 => Self::FlaskOfVenom,
1341 => Self::VenomArrow,
1342 => Self::VenomBullet,
1343 => Self::FireGauntlet,
1344 => Self::Cog,
1345 => Self::Confetti,
1346 => Self::Nanites,
1347 => Self::ExplosivePowder,
1348 => Self::GoldDust,
1349 => Self::PartyBullet,
1350 => Self::NanoBullet,
1351 => Self::ExplodingBullet,
1352 => Self::GoldenBullet,
1353 => Self::FlaskOfCursedFlames,
1354 => Self::FlaskOfFire,
1355 => Self::FlaskOfGold,
1356 => Self::FlaskOfIchor,
1357 => Self::FlaskOfNanites,
1358 => Self::FlaskOfParty,
1359 => Self::FlaskOfPoison,
1360 => Self::EyeOfCthulhuTrophy,
1361 => Self::EaterOfWorldsTrophy,
1362 => Self::BrainOfCthulhuTrophy,
1363 => Self::SkeletronTrophy,
1364 => Self::QueenBeeTrophy,
1365 => Self::WallOfFleshTrophy,
1366 => Self::DestroyerTrophy,
1367 => Self::SkeletronPrimeTrophy,
1368 => Self::RetinazerTrophy,
1369 => Self::SpazmatismTrophy,
1370 => Self::PlanteraTrophy,
1371 => Self::GolemTrophy,
1372 => Self::BloodMoonRising,
1373 => Self::TheHangedMan,
1374 => Self::GloryOfTheFire,
1375 => Self::BoneWarp,
1376 => Self::WallSkeleton,
1377 => Self::HangingSkeleton,
1378 => Self::BlueSlabWall,
1379 => Self::BlueTiledWall,
1380 => Self::PinkSlabWall,
1381 => Self::PinkTiledWall,
1382 => Self::GreenSlabWall,
1383 => Self::GreenTiledWall,
1384 => Self::BlueBrickPlatform,
1385 => Self::PinkBrickPlatform,
1386 => Self::GreenBrickPlatform,
1387 => Self::MetalShelf,
1388 => Self::BrassShelf,
1389 => Self::WoodShelf,
1390 => Self::BrassLantern,
1391 => Self::CagedLantern,
1392 => Self::CarriageLantern,
1393 => Self::AlchemyLantern,
1394 => Self::DiablostLamp,
1395 => Self::OilRagSconse,
1396 => Self::BlueDungeonChair,
1397 => Self::BlueDungeonTable,
1398 => Self::BlueDungeonWorkBench,
1399 => Self::GreenDungeonChair,
1400 => Self::GreenDungeonTable,
1401 => Self::GreenDungeonWorkBench,
1402 => Self::PinkDungeonChair,
1403 => Self::PinkDungeonTable,
1404 => Self::PinkDungeonWorkBench,
1405 => Self::BlueDungeonCandle,
1406 => Self::GreenDungeonCandle,
1407 => Self::PinkDungeonCandle,
1408 => Self::BlueDungeonVase,
1409 => Self::GreenDungeonVase,
1410 => Self::PinkDungeonVase,
1411 => Self::BlueDungeonDoor,
1412 => Self::GreenDungeonDoor,
1413 => Self::PinkDungeonDoor,
1414 => Self::BlueDungeonBookcase,
1415 => Self::GreenDungeonBookcase,
1416 => Self::PinkDungeonBookcase,
1417 => Self::Catacomb,
1418 => Self::DungeonShelf,
1419 => Self::SkellingtonJSkellingsworth,
1420 => Self::TheCursedMan,
1421 => Self::TheEyeSeesTheEnd,
1422 => Self::SomethingEvilIsWatchingYou,
1423 => Self::TheTwinsHaveAwoken,
1424 => Self::TheScreamer,
1425 => Self::GoblinsPlayingPoker,
1426 => Self::Dryadisque,
1427 => Self::Sunflowers,
1428 => Self::TerrarianGothic,
1429 => Self::Beanie,
1430 => Self::ImbuingStation,
1431 => Self::StarInABottle,
1432 => Self::EmptyBullet,
1433 => Self::Impact,
1434 => Self::PoweredByBirds,
1435 => Self::TheDestroyer,
1436 => Self::ThePersistencyOfEyes,
1437 => Self::UnicornCrossingTheHallows,
1438 => Self::GreatWave,
1439 => Self::StarryNight,
1440 => Self::GuidePicasso,
1441 => Self::TheGuardiansGaze,
1442 => Self::FatherOfSomeone,
1443 => Self::NurseLisa,
1444 => Self::ShadowbeamStaff,
1445 => Self::InfernoFork,
1446 => Self::SpectreStaff,
1447 => Self::WoodenFence,
1448 => Self::LeadFence,
1449 => Self::BubbleMachine,
1450 => Self::BubbleWand,
1451 => Self::MarchingBonesBanner,
1452 => Self::NecromanticSign,
1453 => Self::RustedCompanyStandard,
1454 => Self::RaggedBrotherhoodSigil,
1455 => Self::MoltenLegionFlag,
1456 => Self::DiabolicSigil,
1457 => Self::ObsidianPlatform,
1458 => Self::ObsidianDoor,
1459 => Self::ObsidianChair,
1460 => Self::ObsidianTable,
1461 => Self::ObsidianWorkBench,
1462 => Self::ObsidianVase,
1463 => Self::ObsidianBookcase,
1464 => Self::HellboundBanner,
1465 => Self::HellHammerBanner,
1466 => Self::HelltowerBanner,
1467 => Self::LostHopesOfManBanner,
1468 => Self::ObsidianWatcherBanner,
1469 => Self::LavaEruptsBanner,
1470 => Self::BlueDungeonBed,
1471 => Self::GreenDungeonBed,
1472 => Self::PinkDungeonBed,
1473 => Self::ObsidianBed,
1474 => Self::Waldo,
1475 => Self::Darkness,
1476 => Self::DarkSoulReaper,
1477 => Self::Land,
1478 => Self::TrappedGhost,
1479 => Self::DemonsEye,
1480 => Self::FindingGold,
1481 => Self::FirstEncounter,
1482 => Self::GoodMorning,
1483 => Self::UndergroundReward,
1484 => Self::ThroughTheWindow,
1485 => Self::PlaceAboveTheClouds,
1486 => Self::DoNotStepOnTheGrass,
1487 => Self::ColdWatersInTheWhiteLand,
1488 => Self::LightlessChasms,
1489 => Self::TheLandOfDeceivingLooks,
1490 => Self::Daylight,
1491 => Self::SecretOfTheSands,
1492 => Self::DeadlandComesAlive,
1493 => Self::EvilPresence,
1494 => Self::SkyGuardian,
1495 => Self::AmericanExplosive,
1496 => Self::Discover,
1497 => Self::HandEarth,
1498 => Self::OldMiner,
1499 => Self::Skelehead,
1500 => Self::FacingTheCerebralMastermind,
1501 => Self::LakeOfFire,
1502 => Self::TrioSuperHeroes,
1503 => Self::SpectreHood,
1504 => Self::SpectreRobe,
1505 => Self::SpectrePants,
1506 => Self::SpectrePickaxe,
1507 => Self::SpectreHamaxe,
1508 => Self::Ectoplasm,
1509 => Self::GothicChair,
1510 => Self::GothicTable,
1511 => Self::GothicWorkBench,
1512 => Self::GothicBookcase,
1513 => Self::PaladinsHammer,
1514 => Self::SWATHelmet,
1515 => Self::BeeWings,
1516 => Self::GiantHarpyFeather,
1517 => Self::BoneFeather,
1518 => Self::FireFeather,
1519 => Self::IceFeather,
1520 => Self::BrokenBatWing,
1521 => Self::TatteredBeeWing,
1522 => Self::LargeAmethyst,
1523 => Self::LargeTopaz,
1524 => Self::LargeSapphire,
1525 => Self::LargeEmerald,
1526 => Self::LargeRuby,
1527 => Self::LargeDiamond,
1528 => Self::JungleChest,
1529 => Self::CorruptionChest,
1530 => Self::CrimsonChest,
1531 => Self::HallowedChest,
1532 => Self::FrozenChest,
1533 => Self::JungleKey,
1534 => Self::CorruptionKey,
1535 => Self::CrimsonKey,
1536 => Self::HallowedKey,
1537 => Self::FrozenKey,
1538 => Self::ImpFace,
1539 => Self::OminousPresence,
1540 => Self::ShiningMoon,
1541 => Self::LivingGore,
1542 => Self::FlowingMagma,
1543 => Self::SpectrePaintbrush,
1544 => Self::SpectrePaintRoller,
1545 => Self::SpectrePaintScraper,
1546 => Self::ShroomiteHeadgear,
1547 => Self::ShroomiteMask,
1548 => Self::ShroomiteHelmet,
1549 => Self::ShroomiteBreastplate,
1550 => Self::ShroomiteLeggings,
1551 => Self::Autohammer,
1552 => Self::ShroomiteBar,
1553 => Self::Sdmg,
1554 => Self::CenxsTiara,
1555 => Self::CenxsBreastplate,
1556 => Self::CenxsLeggings,
1557 => Self::CrownosMask,
1558 => Self::CrownosBreastplate,
1559 => Self::CrownosLeggings,
1560 => Self::WillsHelmet,
1561 => Self::WillsBreastplate,
1562 => Self::WillsLeggings,
1563 => Self::JimsHelmet,
1564 => Self::JimsBreastplate,
1565 => Self::JimsLeggings,
1566 => Self::AaronsHelmet,
1567 => Self::AaronsBreastplate,
1568 => Self::AaronsLeggings,
1569 => Self::VampireKnives,
1570 => Self::BrokenHeroSword,
1571 => Self::ScourgeOfTheCorruptor,
1572 => Self::StaffOfTheFrostHydra,
1573 => Self::TheCreationOfTheGuide,
1574 => Self::TheMerchant,
1575 => Self::CrownoDevoursHisLunch,
1576 => Self::RareEnchantment,
1577 => Self::GloriousNight,
1578 => Self::SweetheartNecklace,
1579 => Self::FlurryBoots,
1580 => Self::DTownsHelmet,
1581 => Self::DTownsBreastplate,
1582 => Self::DTownsLeggings,
1583 => Self::DTownsWings,
1584 => Self::WillsWings,
1585 => Self::CrownosWings,
1586 => Self::CenxsWings,
1587 => Self::CenxsDress,
1588 => Self::CenxsDressPants,
1589 => Self::PalladiumColumn,
1590 => Self::PalladiumColumnWall,
1591 => Self::BubblegumBlock,
1592 => Self::BubblegumBlockWall,
1593 => Self::TitanstoneBlock,
1594 => Self::TitanstoneBlockWall,
1595 => Self::MagicCuffs,
1598 => Self::MusicBoxCrimson,
1600 => Self::MusicBoxAltOverworldDay,
1601 => Self::MusicBoxRain,
1602 => Self::MusicBoxIce,
1605 => Self::MusicBoxDungeon,
1606 => Self::MusicBoxPlantera,
1607 => Self::MusicBoxBoss5,
1608 => Self::MusicBoxTemple,
1609 => Self::MusicBoxEclipse,
1610 => Self::MusicBoxMushrooms,
1611 => Self::ButterflyDust,
1612 => Self::AnkhCharm,
1613 => Self::AnkhShield,
1614 => Self::BlueFlare,
1615 => Self::AnglerFishBanner,
1616 => Self::AngryNimbusBanner,
1617 => Self::AnomuraFungusBanner,
1618 => Self::AntlionBanner,
1619 => Self::ArapaimaBanner,
1620 => Self::ArmoredSkeletonBanner,
1621 => Self::BatBanner,
1622 => Self::BirdBanner,
1623 => Self::BlackRecluseBanner,
1624 => Self::BloodFeederBanner,
1625 => Self::BloodJellyBanner,
1626 => Self::BloodCrawlerBanner,
1627 => Self::BoneSerpentBanner,
1628 => Self::BunnyBanner,
1629 => Self::ChaosElementalBanner,
1630 => Self::MimicBanner,
1631 => Self::ClownBanner,
1632 => Self::CorruptBunnyBanner,
1633 => Self::CorruptGoldfishBanner,
1634 => Self::CrabBanner,
1635 => Self::CrimeraBanner,
1636 => Self::CrimsonAxeBanner,
1637 => Self::CursedHammerBanner,
1638 => Self::DemonBanner,
1639 => Self::DemonEyeBanner,
1640 => Self::DerplingBanner,
1641 => Self::EaterOfSoulsBanner,
1642 => Self::EnchantedSwordBanner,
1643 => Self::ZombieEskimoBanner,
1644 => Self::FaceMonsterBanner,
1645 => Self::FloatyGrossBanner,
1646 => Self::FlyingFishBanner,
1647 => Self::FlyingSnakeBanner,
1648 => Self::FrankensteinBanner,
1649 => Self::FungiBulbBanner,
1650 => Self::FungoFishBanner,
1651 => Self::GastropodBanner,
1652 => Self::GoblinThiefBanner,
1653 => Self::GoblinSorcererBanner,
1654 => Self::GoblinPeonBanner,
1655 => Self::GoblinScoutBanner,
1656 => Self::GoblinWarriorBanner,
1657 => Self::GoldfishBanner,
1658 => Self::HarpyBanner,
1659 => Self::HellbatBanner,
1660 => Self::HerplingBanner,
1661 => Self::HornetBanner,
1662 => Self::IceElementalBanner,
1663 => Self::IcyMermanBanner,
1664 => Self::FireImpBanner,
1665 => Self::JellyfishBanner,
1666 => Self::JungleCreeperBanner,
1667 => Self::LihzahrdBanner,
1668 => Self::ManEaterBanner,
1669 => Self::MeteorHeadBanner,
1670 => Self::MothBanner,
1671 => Self::MummyBanner,
1672 => Self::MushiLadybugBanner,
1673 => Self::ParrotBanner,
1674 => Self::PigronBanner,
1675 => Self::PiranhaBanner,
1676 => Self::PirateBanner,
1677 => Self::PixieBanner,
1678 => Self::RaincoatZombieBanner,
1679 => Self::ReaperBanner,
1680 => Self::SharkBanner,
1681 => Self::SkeletonBanner,
1682 => Self::SkeletonMageBanner,
1683 => Self::SlimeBanner,
1684 => Self::SnowFlinxBanner,
1685 => Self::SpiderBanner,
1686 => Self::SporeZombieBanner,
1687 => Self::SwampThingBanner,
1688 => Self::TortoiseBanner,
1689 => Self::ToxicSludgeBanner,
1690 => Self::UmbrellaSlimeBanner,
1691 => Self::UnicornBanner,
1692 => Self::VampireBanner,
1693 => Self::VultureBanner,
1694 => Self::NypmhBanner,
1695 => Self::WerewolfBanner,
1696 => Self::WolfBanner,
1697 => Self::WorldFeederBanner,
1698 => Self::WormBanner,
1699 => Self::WraithBanner,
1700 => Self::WyvernBanner,
1701 => Self::ZombieBanner,
1702 => Self::GlassPlatform,
1703 => Self::GlassChair,
1704 => Self::GoldenChair,
1705 => Self::GoldenToilet,
1706 => Self::BarStool,
1707 => Self::HoneyChair,
1708 => Self::SteampunkChair,
1709 => Self::GlassDoor,
1710 => Self::GoldenDoor,
1711 => Self::HoneyDoor,
1712 => Self::SteampunkDoor,
1713 => Self::GlassTable,
1714 => Self::BanquetTable,
1715 => Self::Bar,
1716 => Self::GoldenTable,
1717 => Self::HoneyTable,
1718 => Self::SteampunkTable,
1719 => Self::GlassBed,
1720 => Self::GoldenBed,
1721 => Self::HoneyBed,
1722 => Self::SteampunkBed,
1723 => Self::LivingWoodWall,
1724 => Self::FartInAJar,
1725 => Self::Pumpkin,
1726 => Self::PumpkinWall,
1727 => Self::Hay,
1728 => Self::HayWall,
1729 => Self::SpookyWood,
1730 => Self::SpookyWoodWall,
1731 => Self::PumpkinHelmet,
1732 => Self::PumpkinBreastplate,
1733 => Self::PumpkinLeggings,
1734 => Self::CandyApple,
1735 => Self::SoulCake,
1736 => Self::NurseHat,
1737 => Self::NurseShirt,
1738 => Self::NursePants,
1739 => Self::WizardsHat,
1740 => Self::GuyFawkesMask,
1741 => Self::DyeTraderRobe,
1742 => Self::SteampunkGoggles,
1743 => Self::CyborgHelmet,
1744 => Self::CyborgShirt,
1745 => Self::CyborgPants,
1746 => Self::CreeperMask,
1747 => Self::CreeperShirt,
1748 => Self::CreeperPants,
1749 => Self::CatMask,
1750 => Self::CatShirt,
1751 => Self::CatPants,
1752 => Self::GhostMask,
1753 => Self::GhostShirt,
1754 => Self::PumpkinMask,
1755 => Self::PumpkinShirt,
1756 => Self::PumpkinPants,
1757 => Self::RobotMask,
1758 => Self::RobotShirt,
1759 => Self::RobotPants,
1760 => Self::UnicornMask,
1761 => Self::UnicornShirt,
1762 => Self::UnicornPants,
1763 => Self::VampireMask,
1764 => Self::VampireShirt,
1765 => Self::VampirePants,
1766 => Self::WitchHat,
1767 => Self::LeprechaunHat,
1768 => Self::LeprechaunShirt,
1769 => Self::LeprechaunPants,
1770 => Self::PixieShirt,
1771 => Self::PixiePants,
1772 => Self::PrincessHat,
1773 => Self::PrincessDressNew,
1774 => Self::GoodieBag,
1775 => Self::WitchDress,
1776 => Self::WitchBoots,
1777 => Self::BrideOfFrankensteinMask,
1778 => Self::BrideOfFrankensteinDress,
1779 => Self::KarateTortoiseMask,
1780 => Self::KarateTortoiseShirt,
1781 => Self::KarateTortoisePants,
1782 => Self::CandyCornRifle,
1783 => Self::CandyCorn,
1784 => Self::JackOLanternLauncher,
1785 => Self::ExplosiveJackOLantern,
1786 => Self::Sickle,
1787 => Self::PumpkinPie,
1788 => Self::ScarecrowHat,
1789 => Self::ScarecrowShirt,
1790 => Self::ScarecrowPants,
1791 => Self::Cauldron,
1792 => Self::PumpkinChair,
1793 => Self::PumpkinDoor,
1794 => Self::PumpkinTable,
1795 => Self::PumpkinWorkBench,
1796 => Self::PumpkinPlatform,
1797 => Self::TatteredFairyWings,
1798 => Self::SpiderEgg,
1799 => Self::MagicalPumpkinSeed,
1800 => Self::BatHook,
1801 => Self::BatScepter,
1802 => Self::RavenStaff,
1803 => Self::JungleKeyMold,
1804 => Self::CorruptionKeyMold,
1805 => Self::CrimsonKeyMold,
1806 => Self::HallowedKeyMold,
1807 => Self::FrozenKeyMold,
1808 => Self::HangingJackOLantern,
1809 => Self::RottenEgg,
1810 => Self::UnluckyYarn,
1811 => Self::BlackFairyDust,
1812 => Self::Jackelier,
1813 => Self::JackOLantern,
1814 => Self::SpookyChair,
1815 => Self::SpookyDoor,
1816 => Self::SpookyTable,
1817 => Self::SpookyWorkBench,
1818 => Self::SpookyPlatform,
1819 => Self::ReaperHood,
1820 => Self::ReaperRobe,
1821 => Self::FoxMask,
1822 => Self::FoxShirt,
1823 => Self::FoxPants,
1824 => Self::CatEars,
1825 => Self::BloodyMachete,
1826 => Self::TheHorsemansBlade,
1827 => Self::BladedGlove,
1828 => Self::PumpkinSeed,
1829 => Self::SpookyHook,
1830 => Self::SpookyWings,
1831 => Self::SpookyTwig,
1832 => Self::SpookyHelmet,
1833 => Self::SpookyBreastplate,
1834 => Self::SpookyLeggings,
1835 => Self::StakeLauncher,
1836 => Self::Stake,
1837 => Self::CursedSapling,
1838 => Self::SpaceCreatureMask,
1839 => Self::SpaceCreatureShirt,
1840 => Self::SpaceCreaturePants,
1841 => Self::WolfMask,
1842 => Self::WolfShirt,
1843 => Self::WolfPants,
1844 => Self::PumpkinMoonMedallion,
1845 => Self::NecromanticScroll,
1846 => Self::JackingSkeletron,
1847 => Self::BitterHarvest,
1848 => Self::BloodMoonCountess,
1849 => Self::HallowsEve,
1850 => Self::MorbidCuriosity,
1851 => Self::TreasureHunterShirt,
1852 => Self::TreasureHunterPants,
1853 => Self::DryadCoverings,
1854 => Self::DryadLoincloth,
1855 => Self::MourningWoodTrophy,
1856 => Self::PumpkingTrophy,
1857 => Self::JackOLanternMask,
1858 => Self::SniperScope,
1859 => Self::HeartLantern,
1860 => Self::JellyfishDivingGear,
1861 => Self::ArcticDivingGear,
1862 => Self::FrostsparkBoots,
1863 => Self::FartInABalloon,
1864 => Self::PapyrusScarab,
1865 => Self::CelestialStone,
1866 => Self::Hoverboard,
1867 => Self::CandyCane,
1868 => Self::SugarPlum,
1869 => Self::Present,
1870 => Self::RedRyder,
1871 => Self::FestiveWings,
1872 => Self::PineTreeBlock,
1873 => Self::ChristmasTree,
1874 => Self::StarTopper1,
1875 => Self::StarTopper2,
1876 => Self::StarTopper3,
1877 => Self::BowTopper,
1878 => Self::WhiteGarland,
1879 => Self::WhiteAndRedGarland,
1880 => Self::RedGarland,
1881 => Self::RedAndGreenGarland,
1882 => Self::GreenGarland,
1883 => Self::GreenAndWhiteGarland,
1884 => Self::MulticoloredBulb,
1885 => Self::RedBulb,
1886 => Self::YellowBulb,
1887 => Self::GreenBulb,
1888 => Self::RedAndGreenBulb,
1889 => Self::YellowAndGreenBulb,
1890 => Self::RedAndYellowBulb,
1891 => Self::WhiteBulb,
1892 => Self::WhiteAndRedBulb,
1893 => Self::WhiteAndYellowBulb,
1894 => Self::WhiteAndGreenBulb,
1895 => Self::MulticoloredLights,
1896 => Self::RedLights,
1897 => Self::GreenLights,
1898 => Self::BlueLights,
1899 => Self::YellowLights,
1900 => Self::RedAndYellowLights,
1901 => Self::RedAndGreenLights,
1902 => Self::YellowAndGreenLights,
1903 => Self::BlueAndGreenLights,
1904 => Self::RedAndBlueLights,
1905 => Self::BlueAndYellowLights,
1906 => Self::GiantBow,
1907 => Self::ReindeerAntlers,
1908 => Self::Holly,
1909 => Self::CandyCaneSword,
1910 => Self::ElfMelter,
1911 => Self::ChristmasPudding,
1912 => Self::Eggnog,
1913 => Self::StarAnise,
1914 => Self::ReindeerBells,
1915 => Self::CandyCaneHook,
1916 => Self::ChristmasHook,
1917 => Self::CnadyCanePickaxe,
1918 => Self::FruitcakeChakram,
1919 => Self::SugarCookie,
1920 => Self::GingerbreadCookie,
1921 => Self::HandWarmer,
1922 => Self::Coal,
1923 => Self::Toolbox,
1924 => Self::PineDoor,
1925 => Self::PineChair,
1926 => Self::PineTable,
1927 => Self::DogWhistle,
1928 => Self::ChristmasTreeSword,
1929 => Self::ChainGun,
1930 => Self::Razorpine,
1931 => Self::BlizzardStaff,
1932 => Self::MrsClauseHat,
1933 => Self::MrsClauseShirt,
1934 => Self::MrsClauseHeels,
1935 => Self::ParkaHood,
1936 => Self::ParkaCoat,
1937 => Self::ParkaPants,
1938 => Self::SnowHat,
1939 => Self::UglySweater,
1940 => Self::TreeMask,
1941 => Self::TreeShirt,
1942 => Self::TreeTrunks,
1943 => Self::ElfHat,
1944 => Self::ElfShirt,
1945 => Self::ElfPants,
1946 => Self::SnowmanCannon,
1947 => Self::NorthPole,
1948 => Self::ChristmasTreeWallpaper,
1949 => Self::OrnamentWallpaper,
1950 => Self::CandyCaneWallpaper,
1951 => Self::FestiveWallpaper,
1952 => Self::StarsWallpaper,
1953 => Self::SquigglesWallpaper,
1954 => Self::SnowflakeWallpaper,
1955 => Self::KrampusHornWallpaper,
1956 => Self::BluegreenWallpaper,
1957 => Self::GrinchFingerWallpaper,
1958 => Self::NaughtyPresent,
1959 => Self::BabyGrinchMischiefWhistle,
1960 => Self::IceQueenTrophy,
1961 => Self::SantaNK1Trophy,
1962 => Self::EverscreamTrophy,
1963 => Self::MusicBoxPumpkinMoon,
1964 => Self::MusicBoxAltUnderground,
1965 => Self::MusicBoxFrostMoon,
1966 => Self::BrownPaint,
1967 => Self::ShadowPaint,
1968 => Self::NegativePaint,
1969 => Self::TeamDye,
1970 => Self::AmethystGemsparkBlock,
1971 => Self::TopazGemsparkBlock,
1972 => Self::SapphireGemsparkBlock,
1973 => Self::EmeraldGemsparkBlock,
1974 => Self::RubyGemsparkBlock,
1975 => Self::DiamondGemsparkBlock,
1976 => Self::AmberGemsparkBlock,
1977 => Self::LifeHairDye,
1978 => Self::ManaHairDye,
1979 => Self::DepthHairDye,
1980 => Self::MoneyHairDye,
1981 => Self::TimeHairDye,
1982 => Self::TeamHairDye,
1983 => Self::BiomeHairDye,
1984 => Self::PartyHairDye,
1985 => Self::RainbowHairDye,
1986 => Self::SpeedHairDye,
1987 => Self::AngelHalo,
1988 => Self::Fez,
1989 => Self::Womannequin,
1990 => Self::HairDyeRemover,
1991 => Self::BugNet,
1992 => Self::Firefly,
1993 => Self::FireflyInABottle,
1994 => Self::MonarchButterfly,
1995 => Self::PurpleEmperorButterfly,
1996 => Self::RedAdmiralButterfly,
1997 => Self::UlyssesButterfly,
1998 => Self::SulphurButterfly,
1999 => Self::TreeNymphButterfly,
2000 => Self::ZebraSwallowtailButterfly,
2001 => Self::JuliaButterfly,
2002 => Self::Worm,
2003 => Self::Mouse,
2004 => Self::LightningBug,
2005 => Self::LightningBugInABottle,
2006 => Self::Snail,
2007 => Self::GlowingSnail,
2008 => Self::FancyGreyWallpaper,
2009 => Self::IceFloeWallpaper,
2010 => Self::MusicWallpaper,
2011 => Self::PurpleRainWallpaper,
2012 => Self::RainbowWallpaper,
2013 => Self::SparkleStoneWallpaper,
2014 => Self::StarlitHeavenWallpaper,
2015 => Self::Bird,
2016 => Self::BlueJay,
2017 => Self::Cardinal,
2018 => Self::Squirrel,
2019 => Self::Bunny,
2020 => Self::CactusBookcase,
2021 => Self::EbonwoodBookcase,
2022 => Self::FleshBookcase,
2023 => Self::HoneyBookcase,
2024 => Self::SteampunkBookcase,
2025 => Self::GlassBookcase,
2026 => Self::RichMahoganyBookcase,
2027 => Self::PearlwoodBookcase,
2028 => Self::SpookyBookcase,
2029 => Self::SkywareBookcase,
2030 => Self::LihzahrdBookcase,
2031 => Self::FrozenBookcase,
2032 => Self::CactusLantern,
2033 => Self::EbonwoodLantern,
2034 => Self::FleshLantern,
2035 => Self::HoneyLantern,
2036 => Self::SteampunkLantern,
2037 => Self::GlassLantern,
2038 => Self::RichMahoganyLantern,
2039 => Self::PearlwoodLantern,
2040 => Self::FrozenLantern,
2041 => Self::LihzahrdLantern,
2042 => Self::SkywareLantern,
2043 => Self::SpookyLantern,
2044 => Self::FrozenDoor,
2045 => Self::CactusCandle,
2046 => Self::EbonwoodCandle,
2047 => Self::FleshCandle,
2048 => Self::GlassCandle,
2049 => Self::FrozenCandle,
2050 => Self::RichMahoganyCandle,
2051 => Self::PearlwoodCandle,
2052 => Self::LihzahrdCandle,
2053 => Self::SkywareCandle,
2054 => Self::PumpkinCandle,
2055 => Self::CactusChandelier,
2056 => Self::EbonwoodChandelier,
2057 => Self::FleshChandelier,
2058 => Self::HoneyChandelier,
2059 => Self::FrozenChandelier,
2060 => Self::RichMahoganyChandelier,
2061 => Self::PearlwoodChandelier,
2062 => Self::LihzahrdChandelier,
2063 => Self::SkywareChandelier,
2064 => Self::SpookyChandelier,
2065 => Self::GlassChandelier,
2066 => Self::CactusBed,
2067 => Self::FleshBed,
2068 => Self::FrozenBed,
2069 => Self::LihzahrdBed,
2070 => Self::SkywareBed,
2071 => Self::SpookyBed,
2072 => Self::CactusBathtub,
2073 => Self::EbonwoodBathtub,
2074 => Self::FleshBathtub,
2075 => Self::GlassBathtub,
2076 => Self::FrozenBathtub,
2077 => Self::RichMahoganyBathtub,
2078 => Self::PearlwoodBathtub,
2079 => Self::LihzahrdBathtub,
2080 => Self::SkywareBathtub,
2081 => Self::SpookyBathtub,
2082 => Self::CactusLamp,
2083 => Self::EbonwoodLamp,
2084 => Self::FleshLamp,
2085 => Self::GlassLamp,
2086 => Self::FrozenLamp,
2087 => Self::RichMahoganyLamp,
2088 => Self::PearlwoodLamp,
2089 => Self::LihzahrdLamp,
2090 => Self::SkywareLamp,
2091 => Self::SpookyLamp,
2092 => Self::CactusCandelabra,
2093 => Self::EbonwoodCandelabra,
2094 => Self::FleshCandelabra,
2095 => Self::HoneyCandelabra,
2096 => Self::SteampunkCandelabra,
2097 => Self::GlassCandelabra,
2098 => Self::RichMahoganyCandelabra,
2099 => Self::PearlwoodCandelabra,
2100 => Self::FrozenCandelabra,
2101 => Self::LihzahrdCandelabra,
2102 => Self::SkywareCandelabra,
2103 => Self::SpookyCandelabra,
2104 => Self::BrainMask,
2105 => Self::FleshMask,
2106 => Self::TwinMask,
2107 => Self::SkeletronPrimeMask,
2108 => Self::BeeMask,
2109 => Self::PlanteraMask,
2110 => Self::GolemMask,
2111 => Self::EaterMask,
2112 => Self::EyeMask,
2113 => Self::DestroyerMask,
2114 => Self::BlacksmithRack,
2115 => Self::CarpentryRack,
2116 => Self::HelmetRack,
2117 => Self::SpearRack,
2118 => Self::SwordRack,
2119 => Self::StoneSlab,
2120 => Self::SandstoneSlab,
2121 => Self::Frog,
2122 => Self::MallardDuck,
2123 => Self::Duck,
2124 => Self::HoneyBathtub,
2125 => Self::SteampunkBathtub,
2126 => Self::LivingWoodBathtub,
2127 => Self::ShadewoodBathtub,
2128 => Self::BoneBathtub,
2129 => Self::HoneyLamp,
2130 => Self::SteampunkLamp,
2131 => Self::LivingWoodLamp,
2132 => Self::ShadewoodLamp,
2133 => Self::GoldenLamp,
2134 => Self::BoneLamp,
2135 => Self::LivingWoodBookcase,
2136 => Self::ShadewoodBookcase,
2137 => Self::GoldenBookcase,
2138 => Self::BoneBookcase,
2139 => Self::LivingWoodBed,
2140 => Self::BoneBed,
2141 => Self::LivingWoodChandelier,
2142 => Self::ShadewoodChandelier,
2143 => Self::GoldenChandelier,
2144 => Self::BoneChandelier,
2145 => Self::LivingWoodLantern,
2146 => Self::ShadewoodLantern,
2147 => Self::GoldenLantern,
2148 => Self::BoneLantern,
2149 => Self::LivingWoodCandelabra,
2150 => Self::ShadewoodCandelabra,
2151 => Self::GoldenCandelabra,
2152 => Self::BoneCandelabra,
2153 => Self::LivingWoodCandle,
2154 => Self::ShadewoodCandle,
2155 => Self::GoldenCandle,
2156 => Self::BlackScorpion,
2157 => Self::Scorpion,
2158 => Self::BubbleWallpaper,
2159 => Self::CopperPipeWallpaper,
2160 => Self::DuckyWallpaper,
2161 => Self::FrostCore,
2162 => Self::BunnyCage,
2163 => Self::SquirrelCage,
2164 => Self::MallardDuckCage,
2165 => Self::DuckCage,
2166 => Self::BirdCage,
2167 => Self::BlueJayCage,
2168 => Self::CardinalCage,
2169 => Self::WaterfallWall,
2170 => Self::LavafallWall,
2171 => Self::CrimsonSeeds,
2172 => Self::HeavyWorkBench,
2173 => Self::CopperPlating,
2174 => Self::SnailCage,
2175 => Self::GlowingSnailCage,
2176 => Self::ShroomiteDiggingClaw,
2177 => Self::AmmoBox,
2178 => Self::MonarchButterflyJar,
2179 => Self::PurpleEmperorButterflyJar,
2180 => Self::RedAdmiralButterflyJar,
2181 => Self::UlyssesButterflyJar,
2182 => Self::SulphurButterflyJar,
2183 => Self::TreeNymphButterflyJar,
2184 => Self::ZebraSwallowtailButterflyJar,
2185 => Self::JuliaButterflyJar,
2186 => Self::ScorpionCage,
2187 => Self::BlackScorpionCage,
2188 => Self::VenomStaff,
2189 => Self::SpectreMask,
2190 => Self::FrogCage,
2191 => Self::MouseCage,
2192 => Self::BoneWelder,
2193 => Self::FleshCloningVaat,
2194 => Self::GlassKiln,
2195 => Self::LihzahrdFurnace,
2196 => Self::LivingLoom,
2197 => Self::SkyMill,
2198 => Self::IceMachine,
2199 => Self::BeetleHelmet,
2200 => Self::BeetleScaleMail,
2201 => Self::BeetleShell,
2202 => Self::BeetleLeggings,
2203 => Self::SteampunkBoiler,
2204 => Self::HoneyDispenser,
2205 => Self::Penguin,
2206 => Self::PenguinCage,
2207 => Self::WormCage,
2208 => Self::Terrarium,
2209 => Self::SuperManaPotion,
2210 => Self::EbonwoodFence,
2211 => Self::RichMahoganyFence,
2212 => Self::PearlwoodFence,
2213 => Self::ShadewoodFence,
2214 => Self::BrickLayer,
2215 => Self::ExtendoGrip,
2216 => Self::PaintSprayer,
2217 => Self::PortableCementMixer,
2218 => Self::BeetleHusk,
2219 => Self::CelestialMagnet,
2220 => Self::CelestialEmblem,
2221 => Self::CelestialCuffs,
2222 => Self::PeddlersHat,
2223 => Self::PulseBow,
2224 => Self::DynastyChandelier,
2225 => Self::DynastyLamp,
2226 => Self::DynastyLantern,
2227 => Self::DynastyCandelabra,
2228 => Self::DynastyChair,
2229 => Self::DynastyWorkBench,
2230 => Self::DynastyChest,
2231 => Self::DynastyBed,
2232 => Self::DynastyBathtub,
2233 => Self::DynastyBookcase,
2234 => Self::DynastyCup,
2235 => Self::DynastyBowl,
2236 => Self::DynastyCandle,
2237 => Self::DynastyClock,
2238 => Self::GoldenClock,
2239 => Self::GlassClock,
2240 => Self::HoneyClock,
2241 => Self::SteampunkClock,
2242 => Self::FancyDishes,
2243 => Self::GlassBowl,
2244 => Self::WineGlass,
2245 => Self::LivingWoodPiano,
2246 => Self::FleshPiano,
2247 => Self::FrozenPiano,
2248 => Self::FrozenTable,
2249 => Self::HoneyChest,
2250 => Self::SteampunkChest,
2251 => Self::HoneyWorkBench,
2252 => Self::FrozenWorkBench,
2253 => Self::SteampunkWorkBench,
2254 => Self::GlassPiano,
2255 => Self::HoneyPiano,
2256 => Self::SteampunkPiano,
2257 => Self::HoneyCup,
2258 => Self::SteampunkCup,
2259 => Self::DynastyTable,
2260 => Self::DynastyWood,
2261 => Self::RedDynastyShingles,
2262 => Self::BlueDynastyShingles,
2263 => Self::WhiteDynastyWall,
2264 => Self::BlueDynastyWall,
2265 => Self::DynastyDoor,
2266 => Self::Sake,
2267 => Self::PadThai,
2268 => Self::Pho,
2269 => Self::Revolver,
2270 => Self::Gatligator,
2271 => Self::ArcaneRuneWall,
2272 => Self::WaterGun,
2273 => Self::Katana,
2274 => Self::UltrabrightTorch,
2275 => Self::MagicHat,
2276 => Self::DiamondRing,
2277 => Self::Gi,
2278 => Self::Kimono,
2279 => Self::GypsyRobe,
2280 => Self::BeetleWings,
2281 => Self::TigerSkin,
2282 => Self::LeopardSkin,
2283 => Self::ZebraSkin,
2284 => Self::CrimsonCloak,
2285 => Self::MysteriousCape,
2286 => Self::RedCape,
2287 => Self::WinterCape,
2288 => Self::FrozenChair,
2289 => Self::WoodFishingPole,
2290 => Self::Bass,
2291 => Self::ReinforcedFishingPole,
2292 => Self::FiberglassFishingPole,
2293 => Self::FisherOfSouls,
2294 => Self::GoldenFishingRod,
2295 => Self::MechanicsRod,
2296 => Self::SittingDucksFishingRod,
2297 => Self::Trout,
2298 => Self::Salmon,
2299 => Self::AtlanticCod,
2300 => Self::Tuna,
2301 => Self::RedSnapper,
2302 => Self::NeonTetra,
2303 => Self::ArmoredCavefish,
2304 => Self::Damselfish,
2305 => Self::CrimsonTigerfish,
2306 => Self::FrostMinnow,
2307 => Self::PrincessFish,
2308 => Self::GoldenCarp,
2309 => Self::SpecularFish,
2310 => Self::Prismite,
2311 => Self::VariegatedLardfish,
2312 => Self::FlarefinKoi,
2313 => Self::DoubleCod,
2314 => Self::Honeyfin,
2315 => Self::Obsidifish,
2316 => Self::Shrimp,
2317 => Self::ChaosFish,
2318 => Self::Ebonkoi,
2319 => Self::Hemopiranha,
2320 => Self::Rockfish,
2321 => Self::Stinkfish,
2322 => Self::MiningPotion,
2323 => Self::HeartreachPotion,
2324 => Self::CalmingPotion,
2325 => Self::BuilderPotion,
2326 => Self::TitanPotion,
2327 => Self::FlipperPotion,
2328 => Self::SummoningPotion,
2329 => Self::TrapsightPotion,
2330 => Self::PurpleClubberfish,
2331 => Self::ObsidianSwordfish,
2332 => Self::Swordfish,
2333 => Self::IronFence,
2334 => Self::WoodenCrate,
2335 => Self::IronCrate,
2336 => Self::GoldenCrate,
2337 => Self::OldShoe,
2338 => Self::FishingSeaweed,
2339 => Self::TinCan,
2340 => Self::MinecartTrack,
2341 => Self::ReaverShark,
2342 => Self::SawtoothShark,
2343 => Self::Minecart,
2344 => Self::AmmoReservationPotion,
2345 => Self::LifeforcePotion,
2346 => Self::EndurancePotion,
2347 => Self::RagePotion,
2348 => Self::InfernoPotion,
2349 => Self::WrathPotion,
2350 => Self::RecallPotion,
2351 => Self::TeleportationPotion,
2352 => Self::LovePotion,
2353 => Self::StinkPotion,
2354 => Self::FishingPotion,
2355 => Self::SonarPotion,
2356 => Self::CratePotion,
2357 => Self::ShiverthornSeeds,
2358 => Self::Shiverthorn,
2359 => Self::WarmthPotion,
2360 => Self::FishHook,
2361 => Self::BeeHeadgear,
2362 => Self::BeeBreastplate,
2363 => Self::BeeGreaves,
2364 => Self::HornetStaff,
2365 => Self::ImpStaff,
2366 => Self::QueenSpiderStaff,
2367 => Self::AnglerHat,
2368 => Self::AnglerVest,
2369 => Self::AnglerPants,
2370 => Self::SpiderMask,
2371 => Self::SpiderBreastplate,
2372 => Self::SpiderGreaves,
2373 => Self::HighTestFishingLine,
2374 => Self::AnglerEarring,
2375 => Self::TackleBox,
2376 => Self::BlueDungeonPiano,
2377 => Self::GreenDungeonPiano,
2378 => Self::PinkDungeonPiano,
2379 => Self::GoldenPiano,
2380 => Self::ObsidianPiano,
2381 => Self::BonePiano,
2382 => Self::CactusPiano,
2383 => Self::SpookyPiano,
2384 => Self::SkywarePiano,
2385 => Self::LihzahrdPiano,
2386 => Self::BlueDungeonDresser,
2387 => Self::GreenDungeonDresser,
2388 => Self::PinkDungeonDresser,
2389 => Self::GoldenDresser,
2390 => Self::ObsidianDresser,
2391 => Self::BoneDresser,
2392 => Self::CactusDresser,
2393 => Self::SpookyDresser,
2394 => Self::SkywareDresser,
2395 => Self::HoneyDresser,
2396 => Self::LihzahrdDresser,
2397 => Self::Sofa,
2398 => Self::EbonwoodSofa,
2399 => Self::RichMahoganySofa,
2400 => Self::PearlwoodSofa,
2401 => Self::ShadewoodSofa,
2402 => Self::BlueDungeonSofa,
2403 => Self::GreenDungeonSofa,
2404 => Self::PinkDungeonSofa,
2405 => Self::GoldenSofa,
2406 => Self::ObsidianSofa,
2407 => Self::BoneSofa,
2408 => Self::CactusSofa,
2409 => Self::SpookySofa,
2410 => Self::SkywareSofa,
2411 => Self::HoneySofa,
2412 => Self::SteampunkSofa,
2413 => Self::MushroomSofa,
2414 => Self::GlassSofa,
2415 => Self::PumpkinSofa,
2416 => Self::LihzahrdSofa,
2417 => Self::SeashellHairpin,
2418 => Self::MermaidAdornment,
2419 => Self::MermaidTail,
2420 => Self::ZephyrFish,
2421 => Self::Fleshcatcher,
2422 => Self::HotlineFishingHook,
2423 => Self::FrogLeg,
2424 => Self::Anchor,
2425 => Self::CookedFish,
2426 => Self::CookedShrimp,
2427 => Self::Sashimi,
2428 => Self::FuzzyCarrot,
2429 => Self::ScalyTruffle,
2430 => Self::SlimySaddle,
2431 => Self::BeeWax,
2432 => Self::CopperPlatingWall,
2433 => Self::StoneSlabWall,
2434 => Self::Sail,
2435 => Self::CoralstoneBlock,
2436 => Self::BlueJellyfish,
2437 => Self::GreenJellyfish,
2438 => Self::PinkJellyfish,
2439 => Self::BlueJellyfishJar,
2440 => Self::GreenJellyfishJar,
2441 => Self::PinkJellyfishJar,
2442 => Self::LifePreserver,
2443 => Self::ShipsWheel,
2444 => Self::CompassRose,
2445 => Self::WallAnchor,
2446 => Self::GoldfishTrophy,
2447 => Self::BunnyfishTrophy,
2448 => Self::SwordfishTrophy,
2449 => Self::SharkteethTrophy,
2450 => Self::Batfish,
2451 => Self::BumblebeeTuna,
2452 => Self::Catfish,
2453 => Self::Cloudfish,
2454 => Self::Cursedfish,
2455 => Self::Dirtfish,
2456 => Self::DynamiteFish,
2457 => Self::EaterOfPlankton,
2458 => Self::FallenStarfish,
2459 => Self::TheFishOfCthulu,
2460 => Self::Fishotron,
2461 => Self::Harpyfish,
2462 => Self::Hungerfish,
2463 => Self::Ichorfish,
2464 => Self::Jewelfish,
2465 => Self::MirageFish,
2466 => Self::MutantFlinxfin,
2467 => Self::Pengfish,
2468 => Self::Pixiefish,
2469 => Self::Spiderfish,
2470 => Self::TundraTrout,
2471 => Self::UnicornFish,
2472 => Self::GuideVoodooFish,
2473 => Self::Wyverntail,
2474 => Self::ZombieFish,
2475 => Self::AmanitaFungifin,
2476 => Self::Angelfish,
2477 => Self::BloodyManowar,
2478 => Self::Bonefish,
2479 => Self::Bunnyfish,
2480 => Self::CapnTunabeard,
2481 => Self::Clownfish,
2482 => Self::DemonicHellfish,
2483 => Self::Derpfish,
2484 => Self::Fishron,
2485 => Self::InfectedScabbardfish,
2486 => Self::Mudfish,
2487 => Self::Slimefish,
2488 => Self::TropicalBarracuda,
2489 => Self::KingSlimeTrophy,
2490 => Self::ShipInABottle,
2491 => Self::HardySaddle,
2492 => Self::PressureTrack,
2493 => Self::KingSlimeMask,
2494 => Self::FinWings,
2495 => Self::TreasureMap,
2496 => Self::SeaweedPlanter,
2497 => Self::PillaginMePixels,
2498 => Self::FishCostumeMask,
2499 => Self::FishCostumeShirt,
2500 => Self::FishCostumeFinskirt,
2501 => Self::GingerBeard,
2502 => Self::HoneyedGoggles,
2503 => Self::BorealWood,
2504 => Self::PalmWood,
2505 => Self::BorealWoodWall,
2506 => Self::PalmWoodWall,
2507 => Self::BorealWoodFence,
2508 => Self::PalmWoodFence,
2509 => Self::BorealWoodHelmet,
2510 => Self::BorealWoodBreastplate,
2511 => Self::BorealWoodGreaves,
2512 => Self::PalmWoodHelmet,
2513 => Self::PalmWoodBreastplate,
2514 => Self::PalmWoodGreaves,
2515 => Self::PalmWoodBow,
2516 => Self::PalmWoodHammer,
2517 => Self::PalmWoodSword,
2518 => Self::PalmWoodPlatform,
2519 => Self::PalmWoodBathtub,
2520 => Self::PalmWoodBed,
2521 => Self::PalmWoodBench,
2522 => Self::PalmWoodCandelabra,
2523 => Self::PalmWoodCandle,
2524 => Self::PalmWoodChair,
2525 => Self::PalmWoodChandelier,
2526 => Self::PalmWoodChest,
2527 => Self::PalmWoodSofa,
2528 => Self::PalmWoodDoor,
2529 => Self::PalmWoodDresser,
2530 => Self::PalmWoodLantern,
2531 => Self::PalmWoodPiano,
2532 => Self::PalmWoodTable,
2533 => Self::PalmWoodLamp,
2534 => Self::PalmWoodWorkBench,
2535 => Self::OpticStaff,
2536 => Self::PalmWoodBookcase,
2537 => Self::MushroomBathtub,
2538 => Self::MushroomBed,
2539 => Self::MushroomBench,
2540 => Self::MushroomBookcase,
2541 => Self::MushroomCandelabra,
2542 => Self::MushroomCandle,
2543 => Self::MushroomChandelier,
2544 => Self::MushroomChest,
2545 => Self::MushroomDresser,
2546 => Self::MushroomLantern,
2547 => Self::MushroomLamp,
2548 => Self::MushroomPiano,
2549 => Self::MushroomPlatform,
2550 => Self::MushroomTable,
2551 => Self::SpiderStaff,
2552 => Self::BorealWoodBathtub,
2553 => Self::BorealWoodBed,
2554 => Self::BorealWoodBookcase,
2555 => Self::BorealWoodCandelabra,
2556 => Self::BorealWoodCandle,
2557 => Self::BorealWoodChair,
2558 => Self::BorealWoodChandelier,
2559 => Self::BorealWoodChest,
2560 => Self::BorealWoodClock,
2561 => Self::BorealWoodDoor,
2562 => Self::BorealWoodDresser,
2563 => Self::BorealWoodLamp,
2564 => Self::BorealWoodLantern,
2565 => Self::BorealWoodPiano,
2566 => Self::BorealWoodPlatform,
2567 => Self::SlimeBathtub,
2568 => Self::SlimeBed,
2569 => Self::SlimeBookcase,
2570 => Self::SlimeCandelabra,
2571 => Self::SlimeCandle,
2572 => Self::SlimeChair,
2573 => Self::SlimeChandelier,
2574 => Self::SlimeChest,
2575 => Self::SlimeClock,
2576 => Self::SlimeDoor,
2577 => Self::SlimeDresser,
2578 => Self::SlimeLamp,
2579 => Self::SlimeLantern,
2580 => Self::SlimePiano,
2581 => Self::SlimePlatform,
2582 => Self::SlimeSofa,
2583 => Self::SlimeTable,
2584 => Self::PirateStaff,
2585 => Self::SlimeHook,
2586 => Self::StickyGrenade,
2587 => Self::TartarSauce,
2588 => Self::DukeFishronMask,
2589 => Self::DukeFishronTrophy,
2590 => Self::MolotovCocktail,
2591 => Self::BoneClock,
2592 => Self::CactusClock,
2593 => Self::EbonwoodClock,
2594 => Self::FrozenClock,
2595 => Self::LihzahrdClock,
2596 => Self::LivingWoodClock,
2597 => Self::RichMahoganyClock,
2598 => Self::FleshClock,
2599 => Self::MushroomClock,
2600 => Self::ObsidianClock,
2601 => Self::PalmWoodClock,
2602 => Self::PearlwoodClock,
2603 => Self::PumpkinClock,
2604 => Self::ShadewoodClock,
2605 => Self::SpookyClock,
2606 => Self::SkywareClock,
2607 => Self::SpiderFang,
2608 => Self::FalconBlade,
2609 => Self::FishronWings,
2610 => Self::SlimeGun,
2611 => Self::Flairon,
2612 => Self::GreenDungeonChest,
2613 => Self::PinkDungeonChest,
2614 => Self::BlueDungeonChest,
2615 => Self::BoneChest,
2616 => Self::CactusChest,
2617 => Self::FleshChest,
2618 => Self::ObsidianChest,
2619 => Self::PumpkinChest,
2620 => Self::SpookyChest,
2621 => Self::TempestStaff,
2622 => Self::RazorbladeTyphoon,
2623 => Self::BubbleGun,
2624 => Self::Tsunami,
2625 => Self::Seashell,
2626 => Self::Starfish,
2627 => Self::SteampunkPlatform,
2628 => Self::SkywarePlatform,
2629 => Self::LivingWoodPlatform,
2630 => Self::HoneyPlatform,
2631 => Self::SkywareWorkbench,
2632 => Self::GlassWorkBench,
2633 => Self::LivingWoodWorkBench,
2634 => Self::FleshSofa,
2635 => Self::FrozenSofa,
2636 => Self::LivingWoodSofa,
2637 => Self::PumpkinDresser,
2638 => Self::SteampunkDresser,
2639 => Self::GlassDresser,
2640 => Self::FleshDresser,
2641 => Self::PumpkinLantern,
2642 => Self::ObsidianLantern,
2643 => Self::PumpkinLamp,
2644 => Self::ObsidianLamp,
2645 => Self::BlueDungeonLamp,
2646 => Self::GreenDungeonLamp,
2647 => Self::PinkDungeonLamp,
2648 => Self::HoneyCandle,
2649 => Self::SteampunkCandle,
2650 => Self::SpookyCandle,
2651 => Self::ObsidianCandle,
2652 => Self::BlueDungeonChandelier,
2653 => Self::GreenDungeonChandelier,
2654 => Self::PinkDungeonChandelier,
2655 => Self::SteampunkChandelier,
2656 => Self::PumpkinChandelier,
2657 => Self::ObsidianChandelier,
2658 => Self::BlueDungeonBathtub,
2659 => Self::GreenDungeonBathtub,
2660 => Self::PinkDungeonBathtub,
2661 => Self::PumpkinBathtub,
2662 => Self::ObsidianBathtub,
2663 => Self::GoldenBathtub,
2664 => Self::BlueDungeonCandelabra,
2665 => Self::GreenDungeonCandelabra,
2666 => Self::PinkDungeonCandelabra,
2667 => Self::ObsidianCandelabra,
2668 => Self::PumpkinCandelabra,
2669 => Self::PumpkinBed,
2670 => Self::PumpkinBookcase,
2671 => Self::PumpkinPiano,
2672 => Self::SharkStatue,
2673 => Self::TruffleWorm,
2674 => Self::ApprenticeBait,
2675 => Self::JourneymanBait,
2676 => Self::MasterBait,
2677 => Self::AmberGemsparkWall,
2678 => Self::AmberGemsparkWallOff,
2679 => Self::AmethystGemsparkWall,
2680 => Self::AmethystGemsparkWallOff,
2681 => Self::DiamondGemsparkWall,
2682 => Self::DiamondGemsparkWallOff,
2683 => Self::EmeraldGemsparkWall,
2684 => Self::EmeraldGemsparkWallOff,
2685 => Self::RubyGemsparkWall,
2686 => Self::RubyGemsparkWallOff,
2687 => Self::SapphireGemsparkWall,
2688 => Self::SapphireGemsparkWallOff,
2689 => Self::TopazGemsparkWall,
2690 => Self::TopazGemsparkWallOff,
2691 => Self::TinPlatingWall,
2692 => Self::TinPlating,
2693 => Self::WaterfallBlock,
2694 => Self::LavafallBlock,
2695 => Self::ConfettiBlock,
2696 => Self::ConfettiWall,
2697 => Self::ConfettiBlockBlack,
2698 => Self::ConfettiWallBlack,
2699 => Self::WeaponRack,
2700 => Self::FireworksBox,
2701 => Self::LivingFireBlock,
2702 => Self::AlphabetStatue0,
2703 => Self::AlphabetStatue1,
2704 => Self::AlphabetStatue2,
2705 => Self::AlphabetStatue3,
2706 => Self::AlphabetStatue4,
2707 => Self::AlphabetStatue5,
2708 => Self::AlphabetStatue6,
2709 => Self::AlphabetStatue7,
2710 => Self::AlphabetStatue8,
2711 => Self::AlphabetStatue9,
2712 => Self::AlphabetStatueA,
2713 => Self::AlphabetStatueB,
2714 => Self::AlphabetStatueC,
2715 => Self::AlphabetStatueD,
2716 => Self::AlphabetStatueE,
2717 => Self::AlphabetStatueF,
2718 => Self::AlphabetStatueG,
2719 => Self::AlphabetStatueH,
2720 => Self::AlphabetStatueI,
2721 => Self::AlphabetStatueJ,
2722 => Self::AlphabetStatueK,
2723 => Self::AlphabetStatueL,
2724 => Self::AlphabetStatueM,
2725 => Self::AlphabetStatueN,
2726 => Self::AlphabetStatueO,
2727 => Self::AlphabetStatueP,
2728 => Self::AlphabetStatueQ,
2729 => Self::AlphabetStatueR,
2730 => Self::AlphabetStatueS,
2731 => Self::AlphabetStatueT,
2732 => Self::AlphabetStatueU,
2733 => Self::AlphabetStatueV,
2734 => Self::AlphabetStatueW,
2735 => Self::AlphabetStatueX,
2736 => Self::AlphabetStatueY,
2737 => Self::AlphabetStatueZ,
2738 => Self::FireworkFountain,
2739 => Self::BoosterTrack,
2740 => Self::Grasshopper,
2741 => Self::GrasshopperCage,
2742 => Self::MusicBoxUndergroundCrimson,
2743 => Self::CactusTable,
2744 => Self::CactusPlatform,
2745 => Self::BorealWoodSword,
2746 => Self::BorealWoodHammer,
2747 => Self::BorealWoodBow,
2748 => Self::GlassChest,
3500 => Self::DragonMask,
3501 => Self::TitanHelmet,
3502 => Self::SpectralHeadgear,
3503 => Self::DragonBreastplate,
3504 => Self::TitanMail,
3505 => Self::SpectralArmor,
3506 => Self::DragonGreaves,
3507 => Self::TitanLeggings,
3508 => Self::SpectralSubligar,
3509 => Self::Tizona,
3510 => Self::Tonbogiri,
3511 => Self::Sharanga,
3512 => Self::SpectralArrow,
3513 => Self::VulcanRepeater,
3514 => Self::VulcanBolt,
3515 => Self::SuspiciousLookingSkull,
3516 => Self::SoulOfBlight,
3517 => Self::PetriDish,
3518 => Self::Beeswax,
3519 => Self::VialOfBlood,
3520 => Self::WolfFang,
3521 => Self::Brain,
3522 => Self::MusicBoxDesert,
3523 => Self::MusicBoxSpace,
3524 => Self::MusicBoxTutorial,
3525 => Self::MusicBoxBoss4,
3526 => Self::MusicBoxOcean,
3527 => Self::MusicBoxSnow,
3528 => Self::FabulousRibbon,
3529 => Self::GeorgesHat,
3530 => Self::FabulousTutu,
3531 => Self::GeorgesTuxedoShirt,
3532 => Self::FabulousSlippers,
3533 => Self::GeorgesTuxedoPants,
3534 => Self::SparklyWings,
3535 => Self::OcramTrophy,
3536 => Self::AlbinoAntlionBanner,
3537 => Self::OrcaBanner,
3538 => Self::VampireMinerBanner,
3539 => Self::ShadowHammerBanner,
3540 => Self::ShadowMummyBanner,
3541 => Self::SpectralGastropodBanner,
3542 => Self::SpectralElementalBanner,
3543 => Self::DragonSnatcherBanner,
3544 => Self::ArchWyvernBanner,
3545 => Self::ArchDemonBanner,
3546 => Self::StarTopper4,
3547 => Self::Topper505,
3548 => Self::OcramMask,
3549 => Self::HornedGodRobe,
3550 => Self::HornedGodBoots,
3551 => Self::HornedGodMask,
1596 => Self::MusicBoxSnow,
1597 => Self::MusicBoxSpace,
1599 => Self::MusicBoxBoss4,
1603 => Self::MusicBoxDesert,
1604 => Self::MusicBoxOcean,
_ => return None,
})
}
}