Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
GoreID.cs
Go to the documentation of this file.
1namespace Terraria.ID;
2
3public static class GoreID
4{
5 public static class Sets
6 {
7 public static SetFactory Factory = new SetFactory(Count);
8
9 public static int[] SpecialAI = Factory.CreateIntSet(0, 860, 1, 892, 1, 893, 1, 825, 2, 826, 2, 827, 2, 1014, 1, 1015, 1, 1016, 1, 910, 3, 911, 3, 912, 3, 913, 3, 914, 3, 915, 3, 916, 3, 917, 3, 918, 3, 919, 3, 920, 3, 921, 3, 922, 3, 923, 3, 924, 3, 925, 3, 1113, 3, 1114, 3, 1115, 3, 1116, 3, 1117, 3, 1118, 3, 1119, 3, 1120, 3, 1121, 3, 1248, 3, 1249, 3, 1250, 3, 1251, 3, 1252, 3, 1253, 3, 1254, 3, 1255, 3, 1257, 3, 1278, 3, 1007, 3, 1008, 3, 1087, 4, 1088, 4, 1089, 4, 1090, 4, 1091, 5, 1092, 5, 1093, 5, 1202, 6, 1203, 6, 1204, 6, 1225, 7);
10
11 public static int[] DisappearSpeed = Factory.CreateIntSet(1, 1007, 3, 1008, 10, 1024, 7, 1025, 7, 1026, 7);
12
13 public static int[] DisappearSpeedAlpha = Factory.CreateIntSet(1, 1007, 3, 1008, 10, 1024, 7, 1025, 7, 1026, 7, 1218, 3);
14 }
15
16 public const int Smoke1 = 61;
17
18 public const int Smoke2 = 62;
19
20 public const int Smoke3 = 63;
21
22 public const int FartCloud1 = 435;
23
24 public const int FartCloud2 = 436;
25
26 public const int FartCloud3 = 437;
27
28 public const int ChargedBlasterRing = 618;
29
30 public const int MoonLordHeart1 = 619;
31
32 public const int MoonLordHeart2 = 620;
33
34 public const int MoonLordHeart3 = 621;
35
36 public const int MoonLordHeart4 = 622;
37
38 public const int GoblinArcherHead = 623;
39
40 public const int GoblinArcherHand = 624;
41
42 public const int GoblinArcherLeg = 625;
43
44 public const int GoblinPeonHead = 626;
45
46 public const int GoblinPeonHand = 627;
47
48 public const int GoblinPeonLeg = 628;
49
50 public const int GoblinScoutHead = 629;
51
52 public const int GoblinScoutHand = 630;
53
54 public const int GoblinScoutLeg = 631;
55
56 public const int GoblinThiefHead = 632;
57
58 public const int GoblinThiefHand = 633;
59
60 public const int GoblinThiefLeg = 634;
61
62 public const int GoblinWarriorHead = 635;
63
64 public const int GoblinWarriorHand = 636;
65
66 public const int GoblinWarriorLeg = 637;
67
68 public const int SkeletonMerchantHead = 638;
69
70 public const int SkeletonMerchantBag = 639;
71
72 public const int SkeletonMerchantChunk1 = 640;
73
74 public const int SkeletonMerchantChunk2 = 641;
75
76 public const int SkeletonMerchantChunk3 = 642;
77
78 public const int ButcherHead = 643;
79
80 public const int ButcherSaw = 644;
81
82 public const int ButcherArm = 645;
83
84 public const int ButcherLeg = 646;
85
86 public const int CreatureFromTheDeepHead = 647;
87
88 public const int CreatureFromTheDeepArm = 648;
89
90 public const int CreatureFromTheDeepLeg = 649;
91
92 public const int FritzHead = 650;
93
94 public const int FritzArm = 651;
95
96 public const int FritzLeg = 652;
97
98 public const int NailheadHead = 653;
99
100 public const int NailheadArm = 654;
101
102 public const int NailheadLeg = 655;
103
104 public const int PsychoHead = 656;
105
106 public const int PsychoArm = 657;
107
108 public const int PsychoLeg = 658;
109
110 public const int PsychoKnife = 659;
111
112 public const int DeadlySphere1 = 660;
113
114 public const int DeadlySphere2 = 661;
115
116 public const int DrManFlyHead = 662;
117
118 public const int DrManFlyArm = 663;
119
120 public const int DrManFlyLeg = 664;
121
122 public const int ThePossessedHead = 665;
123
124 public const int ThePossessedArm = 666;
125
126 public const int ThePossessedLeg = 667;
127
128 public const int CrimsonBunnyHead = 668;
129
130 public const int CrimsonBunnyLeg = 669;
131
132 public const int CrimsonGoldfishHead = 670;
133
134 public const int CrimsonGoldfishTail = 671;
135
136 public const int CrimsonPenguinBody = 672;
137
138 public const int CrimsonPenguinHead = 673;
139
140 public const int CrimsonPenguinLeg = 674;
141
142 public const int GoblinSummonerHead = 675;
143
144 public const int GoblinSummonerArm = 676;
145
146 public const int GoblinSummonerItem = 677;
147
148 public const int GoblinSummonerLeg = 678;
149
150 public const int ShadowflameApparation = 679;
151
152 public const int ShadowflameApparation2 = 680;
153
154 public const int MothronSpawn1 = 681;
155
156 public const int MothronSpawn2 = 682;
157
158 public const int MothronSpawn3 = 683;
159
160 public const int MothronEgg1 = 684;
161
162 public const int MothronEgg2 = 685;
163
164 public const int MothronEgg3 = 686;
165
166 public const int Mothron1 = 687;
167
168 public const int Mothron2 = 688;
169
170 public const int Mothron3 = 689;
171
172 public const int Mothron4 = 690;
173
174 public const int Mothron5 = 691;
175
176 public const int MedusaHead = 692;
177
178 public const int MedusaArm = 693;
179
180 public const int MedusaLeg = 694;
181
182 public const int GreekSkeletonHead = 695;
183
184 public const int GreekSkeletonArm = 696;
185
186 public const int GreekSkeletonLeg = 697;
187
188 public const int GreekPot1 = 698;
189
190 public const int GreekPot2 = 699;
191
192 public const int GreekPot3 = 700;
193
194 public const int GreekPot4 = 701;
195
196 public const int GreekPot5 = 702;
197
198 public const int GreekPot6 = 703;
199
200 public const int ToxicFlask = 704;
201
202 public const int ToxicFlask2 = 705;
203
204 public const int WaterDrip = 706;
205
206 public const int WaterDripCorrupt = 707;
207
208 public const int WaterDripJungle = 708;
209
210 public const int WaterDripHallow = 709;
211
212 public const int WaterDripIce = 710;
213
214 public const int WaterDripDesert = 711;
215
216 public const int WaterDripUnderground = 712;
217
218 public const int WaterDripCavern = 713;
219
220 public const int WaterDripBlood = 714;
221
222 public const int WaterDripCrimson = 715;
223
224 public const int LavaDrip = 716;
225
226 public const int HoneyDrip = 717;
227
228 public const int GraniteGolemHead = 718;
229
230 public const int GraniteGolemBody = 719;
231
232 public const int GraniteGolemArm = 720;
233
234 public const int GraniteGolemLeg = 721;
235
236 public const int BloodZombieHead = 722;
237
238 public const int BloodZombieChunk = 723;
239
240 public const int BloodZombieChunk2 = 724;
241
242 public const int DripplerChunk = 725;
243
244 public const int DripplerChunk2 = 726;
245
246 public const int DripplerChunk3 = 727;
247
248 public const int LunarTablet1 = 728;
249
250 public const int LunarTablet2 = 729;
251
252 public const int LunarTablet3 = 730;
253
254 public const int LunarTablet4 = 731;
255
256 public const int LunarTablet5 = 732;
257
258 public const int LunarTablet6 = 733;
259
260 public const int KingSlimeCrown = 734;
261
262 public const int CrawDadClaw = 735;
263
264 public const int CrawDadEye = 736;
265
266 public const int CrawDad2Claw = 737;
267
268 public const int CrawDad2Eye = 738;
269
270 public const int GiantShelly = 739;
271
272 public const int GiantShelly2 = 740;
273
274 public const int SalamanderArm = 741;
275
276 public const int SalamanderHead = 750;
277
278 public const int SalamanderLeg = 759;
279
280 public const int TaxCollectorHead = 768;
281
282 public const int TaxCollectorArm = 769;
283
284 public const int TaxCollectorCane = 770;
285
286 public const int TaxCollectorLeg = 771;
287
288 public const int StardustSoldier1 = 772;
289
290 public const int StardustSoldier2 = 773;
291
292 public const int StardustSoldier3 = 774;
293
294 public const int StardustSpider1 = 775;
295
296 public const int StardustSpider2 = 776;
297
298 public const int StardustSpider3 = 777;
299
300 public const int StardustJellyfish1 = 778;
301
302 public const int StardustJellyfish2 = 779;
303
304 public const int StardustJellyfish3 = 780;
305
306 public const int StardustJellyfish4 = 781;
307
308 public const int NebulaBrain1 = 782;
309
310 public const int NebulaBrain2 = 783;
311
312 public const int NebulaBrain3 = 784;
313
314 public const int NebulaHeadcrab1 = 785;
315
316 public const int NebulaHeadcrab2 = 786;
317
318 public const int NebulaHeadcrab3 = 787;
319
320 public const int NebulaEye1 = 788;
321
322 public const int NebulaEye2 = 789;
323
324 public const int NebulaBeast1 = 790;
325
326 public const int NebulaBeast2 = 791;
327
328 public const int NebulaBeast3 = 792;
329
330 public const int NebulaSoldier1 = 793;
331
332 public const int NebulaSoldier2 = 794;
333
334 public const int NebulaSoldier3 = 795;
335
336 public const int VortexRifleman1 = 796;
337
338 public const int VortexRifleman2 = 797;
339
340 public const int VortexRifleman3 = 798;
341
342 public const int VortexHornetQueen1 = 799;
343
344 public const int VortexHornetQueen2 = 800;
345
346 public const int VortexHornetQueen3 = 801;
347
348 public const int VortexHornet1 = 802;
349
350 public const int VortexHornet2 = 803;
351
352 public const int VortexHornet3 = 804;
353
354 public const int VortexHornet4 = 805;
355
356 public const int VortexLarva1 = 806;
357
358 public const int VortexLarve2 = 807;
359
360 public const int VortexSoldier1 = 808;
361
362 public const int VortexSoldier2 = 809;
363
364 public const int VortexSoldier3 = 810;
365
366 public const int GiantWalkingAntlion1 = 811;
367
368 public const int GiantWalkingAntlion2 = 812;
369
370 public const int GiantWalkingAntlion3 = 813;
371
372 public const int GiantWalkingAntlion4 = 814;
373
374 public const int GiantFlyingAntlion1 = 815;
375
376 public const int GiantFlyingAntlion2 = 816;
377
378 public const int GiantFlyingAntlion3 = 817;
379
380 public const int GiantFlyingAntlion4 = 818;
381
382 public const int DuneSplicerHead = 819;
383
384 public const int DuneSplicerBody = 820;
385
386 public const int DuneSplicerTail = 821;
387
388 public const int TombCrawlerHead = 822;
389
390 public const int TombCrawlerBody = 823;
391
392 public const int TombCrawlerTail = 824;
393
394 public const int ChimneySmoke1 = 825;
395
396 public const int ChimneySmoke2 = 826;
397
398 public const int ChimneySmoke3 = 827;
399
400 public const int SolarWormHead = 828;
401
402 public const int SolarWormBody = 829;
403
404 public const int SolarWormTail = 830;
405
406 public const int SolarBeast1 = 831;
407
408 public const int SolarBeast2 = 832;
409
410 public const int SolarBeast3 = 833;
411
412 public const int SolarBeast4 = 834;
413
414 public const int SolarSpearman1 = 835;
415
416 public const int SolarSpearman2 = 836;
417
418 public const int SolarRoller1 = 837;
419
420 public const int SolarRoller2 = 838;
421
422 public const int SolarRoller3 = 839;
423
424 public const int SolarRoller4 = 840;
425
426 public const int SolarMeteor1 = 841;
427
428 public const int SolarMeteor2 = 842;
429
430 public const int SolarMeteor3 = 843;
431
432 public const int SolarSoldier1 = 844;
433
434 public const int SolarSoldier2 = 845;
435
436 public const int SolarSoldier3 = 846;
437
438 public const int SolarSoldier4 = 847;
439
440 public const int MartianWalker1 = 848;
441
442 public const int MartianWalker2 = 849;
443
444 public const int MartianWalker3 = 850;
445
446 public const int MartianWalker4 = 851;
447
448 public const int MartianWalker5 = 852;
449
450 public const int PirateShip1 = 853;
451
452 public const int PirateShip2 = 854;
453
454 public const int PirateShip3 = 855;
455
456 public const int PirateShip4 = 856;
457
458 public const int PirateShip5 = 857;
459
460 public const int PirateShip6 = 858;
461
462 public const int PirateShip7 = 859;
463
464 public const int PirateShip8 = 860;
465
466 public const int PirateShip9 = 861;
467
468 public const int PirateShip10 = 862;
469
470 public const int DesertGhoul1 = 863;
471
472 public const int DesertGhoul2 = 864;
473
474 public const int DesertGhoul3 = 865;
475
476 public const int DesertGhoul4 = 866;
477
478 public const int DesertGhoulCorruption1 = 867;
479
480 public const int DesertGhoulCorruption2 = 868;
481
482 public const int DesertGhoulCorruption3 = 869;
483
484 public const int DesertGhoulCorruption4 = 870;
485
486 public const int DesertGhoulCrimson1 = 871;
487
488 public const int DesertGhoulCrimson2 = 872;
489
490 public const int DesertGhoulCrimson3 = 873;
491
492 public const int DesertGhoulCrimson4 = 874;
493
494 public const int DesertLamia1 = 875;
495
496 public const int DesertLamia2 = 876;
497
498 public const int DesertLamia3 = 877;
499
500 public const int DesertLamia4 = 878;
501
502 public const int DesertGhoulHallow1 = 879;
503
504 public const int DesertGhoulHallow2 = 880;
505
506 public const int DesertGhoulHallow3 = 881;
507
508 public const int DesertGhoulHallow4 = 882;
509
510 public const int DesertScorpion1 = 883;
511
512 public const int DesertScorpion2 = 884;
513
514 public const int DesertScorpion3 = 885;
515
516 public const int DesertScorpion4 = 886;
517
518 public const int DesertScorpion5 = 887;
519
520 public const int DesertBeast1 = 888;
521
522 public const int DesertBeast2 = 889;
523
524 public const int DesertBeast3 = 890;
525
526 public const int DesertBeast4 = 891;
527
528 public const int PirateShip11 = 892;
529
530 public const int PirateShip12 = 893;
531
532 public const int DemonTaxCollectorHead = 894;
533
534 public const int DemonTaxCollectorArm = 895;
535
536 public const int DemonTaxCollectorLeg = 896;
537
538 public const int SquirrelRed = 897;
539
540 public const int MartianProbe1 = 898;
541
542 public const int MartianProbe2 = 899;
543
544 public const int Cultist1 = 900;
545
546 public const int Cultist2 = 901;
547
548 public const int CultistBoss1 = 902;
549
550 public const int CultistBoss2 = 903;
551
552 public const int GigaZapperHead = 904;
553
554 public const int GigaZapperHand = 905;
555
556 public const int GigaZapperLeg = 906;
557
558 public const int SillyBallonPink = 907;
559
560 public const int SillyBalloonPurple = 908;
561
562 public const int SillyBalloonGreen = 909;
563
564 public const int TreeLeaf_Normal = 910;
565
566 public const int TreeLeaf_Palm = 911;
567
568 public const int TreeLeaf_Mushroom = 912;
569
570 public const int TreeLeaf_Boreal = 913;
571
572 public const int TreeLeaf_Jungle = 914;
573
574 public const int TreeLeaf_Corruption = 915;
575
576 public const int TreeLeaf_Crimson = 916;
577
578 public const int TreeLeaf_Hallow = 917;
579
580 public const int TreeLeaf_HallowLast = 925;
581
582 public const int PartyHatBlue = 926;
583
584 public const int PartyHatDemolitionist = 927;
585
586 public const int PartyHatDyeTrader = 928;
587
588 public const int PartyHatMerchant = 929;
589
590 public const int PartyHatNurse = 930;
591
592 public const int PartyHatPainter = 931;
593
594 public const int PartyHatPirate = 932;
595
596 public const int PartyHatSanta = 933;
597
598 public const int PartyHatSkeletonMerchant = 934;
599
600 public const int PartyHatSteampunker = 935;
601
602 public const int PartyHatStylist = 936;
603
604 public const int PartyHatTravellingMerchant = 937;
605
606 public const int PartyHatWizard = 938;
607
608 public const int PartyHatPink = 939;
609
610 public const int PartyHatCyan = 940;
611
612 public const int PartyHatPurple = 941;
613
614 public const int PartyHatWhite = 942;
615
616 public const int SandDrip = 943;
617
618 public const int Sandshark1 = 944;
619
620 public const int Sandshark2 = 945;
621
622 public const int Sandshark3 = 946;
623
624 public const int Sandshark4 = 947;
625
626 public const int Sandshark1Corrupt = 948;
627
628 public const int Sandshark2Corrupt = 949;
629
630 public const int Sandshark3Corrupt = 950;
631
632 public const int Sandshark4Corrupt = 951;
633
634 public const int Sandshark1Crimson = 952;
635
636 public const int Sandshark2Crimson = 953;
637
638 public const int Sandshark3Crimson = 954;
639
640 public const int Sandshark4Crimson = 955;
641
642 public const int Sandshark1Hallowed = 956;
643
644 public const int Sandshark2Hallowed = 957;
645
646 public const int Sandshark3Hallowed = 958;
647
648 public const int Sandshark4Hallowed = 959;
649
650 public const int SandElemental1 = 960;
651
652 public const int SandElemental2 = 961;
653
654 public const int SandElemental3 = 962;
655
656 public const int SandElemental4 = 963;
657
658 public const int Tumbleweed1 = 964;
659
660 public const int Tumbleweed2 = 965;
661
662 public const int Tumbleweed3 = 966;
663
664 public const int Bartender1 = 967;
665
666 public const int Bartender2 = 968;
667
668 public const int Bartender3 = 969;
669
670 public const int DD2Skeleton1 = 970;
671
672 public const int DD2Skeleton2 = 971;
673
674 public const int DD2Skeleton3 = 972;
675
676 public const int DD2Skeleton4 = 973;
677
678 public const int DD2WyvernT1_1 = 974;
679
680 public const int DD2WyvernT1_2 = 975;
681
682 public const int DD2WyvernT1_3 = 976;
683
684 public const int DD2WyvernT1_4 = 977;
685
686 public const int DD2WyvernT1_5 = 978;
687
688 public const int DD2DrakinT3_1 = 979;
689
690 public const int DD2DrakinT3_2 = 980;
691
692 public const int DD2DrakinT3_3 = 981;
693
694 public const int DD2DrakinT3_4 = 982;
695
696 public const int DD2GoblinT1_1 = 983;
697
698 public const int DD2GoblinT1_2 = 984;
699
700 public const int DD2GoblinT1_3 = 985;
701
702 public const int DD2GoblinT1_4 = 986;
703
704 public const int DD2JavelinThrowerT1_1 = 987;
705
706 public const int DD2JavelinThrowerT1_2 = 988;
707
708 public const int DD2JavelinThrowerT1_3 = 989;
709
710 public const int DD2JavelinThrowerT1_4 = 990;
711
712 public const int DD2JavelinThrowerT1_5 = 991;
713
714 public const int DD2JavelinThrowerT1_6 = 992;
715
716 public const int DD2Kobold1 = 993;
717
718 public const int DD2Kobold2 = 994;
719
720 public const int DD2Kobold3 = 995;
721
722 public const int DD2Kobold4 = 996;
723
724 public const int LightningBugT3_1 = 997;
725
726 public const int LightningBugT3_2 = 998;
727
728 public const int LightningBugT3_3 = 999;
729
730 public const int DD2Ogre1 = 1000;
731
732 public const int DD2Ogre2 = 1001;
733
734 public const int DD2Ogre3 = 1002;
735
736 public const int DD2Ogre4 = 1003;
737
738 public const int DD2Ogre5 = 1004;
739
740 public const int DD2Ogre6 = 1005;
741
742 public const int DD2Ogre6Alt = 1006;
743
744 public const int Pages = 1007;
745
746 public const int PageScrap = 1008;
747
748 public const int DD2DarkMageT1_1 = 1009;
749
750 public const int DD2DarkMageT1_2 = 1010;
751
752 public const int DD2DarkMageT1_3 = 1011;
753
754 public const int DD2DarkMageT1_4 = 1012;
755
756 public const int DD2DarkMageT1_5 = 1013;
757
758 public const int DD2DarkMageT1_6 = 1014;
759
760 public const int DD2DarkMageT1_7 = 1015;
761
762 public const int DD2DarkMageT1_8 = 1016;
763
764 public const int DD2DarkMageT1_9 = 1017;
765
766 public const int DD2DarkMageT1_10 = 1018;
767
768 public const int DD2DarkMageT1_11 = 1019;
769
770 public const int DD2WitherBeast1 = 1020;
771
772 public const int DD2WitherBeast2 = 1021;
773
774 public const int DD2WitherBeast3 = 1022;
775
776 public const int DD2WitherBeast4 = 1023;
777
778 public const int OgreSpit1 = 1024;
779
780 public const int OgreSpit2 = 1025;
781
782 public const int OgreSpit3 = 1026;
783
784 public const int DD2Crystal1 = 1027;
785
786 public const int DD2Crystal2 = 1028;
787
788 public const int DD2Crystal3 = 1029;
789
790 public const int DD2Crystal4 = 1030;
791
792 public const int DD2GoblinBomberT1_1 = 1031;
793
794 public const int DD2GoblinBomberT1_2 = 1032;
795
796 public const int DD2GoblinBomberT1_3 = 1033;
797
798 public const int DD2GoblinBomberT2_1 = 1034;
799
800 public const int DD2GoblinBomberT2_2 = 1035;
801
802 public const int DD2GoblinBomberT2_3 = 1036;
803
804 public const int DD2GoblinBomberT3_1 = 1037;
805
806 public const int DD2GoblinBomberT3_2 = 1038;
807
808 public const int DD2GoblinBomberT3_3 = 1039;
809
810 public const int DD2WyvernT2_1 = 1040;
811
812 public const int DD2WyvernT2_2 = 1041;
813
814 public const int DD2WyvernT2_3 = 1042;
815
816 public const int DD2WyvernT2_4 = 1043;
817
818 public const int DD2WyvernT2_5 = 1044;
819
820 public const int DD2WyvernT3_1 = 1045;
821
822 public const int DD2WyvernT3_2 = 1046;
823
824 public const int DD2WyvernT3_3 = 1047;
825
826 public const int DD2WyvernT3_4 = 1048;
827
828 public const int DD2WyvernT3_5 = 1049;
829
830 public const int DD2KoboldFlyerT2_1 = 1050;
831
832 public const int DD2KoboldFlyerT2_2 = 1051;
833
834 public const int DD2KoboldFlyerT2_3 = 1052;
835
836 public const int DD2KoboldFlyerT2_4 = 1053;
837
838 public const int DD2KoboldFlyerT2_5 = 1054;
839
840 public const int DD2JavelinThrowerT2_1 = 1055;
841
842 public const int DD2JavelinThrowerT2_2 = 1056;
843
844 public const int DD2JavelinThrowerT2_3 = 1057;
845
846 public const int DD2JavelinThrowerT2_4 = 1058;
847
848 public const int DD2JavelinThrowerT2_5 = 1059;
849
850 public const int DD2JavelinThrowerT2_6 = 1060;
851
852 public const int DD2JavelinThrowerT3_1 = 1061;
853
854 public const int DD2JavelinThrowerT3_2 = 1062;
855
856 public const int DD2JavelinThrowerT3_3 = 1063;
857
858 public const int DD2JavelinThrowerT3_4 = 1064;
859
860 public const int DD2JavelinThrowerT3_5 = 1065;
861
862 public const int DD2JavelinThrowerT3_6 = 1066;
863
864 public const int DD2GoblinT2_1 = 1067;
865
866 public const int DD2GoblinT2_2 = 1068;
867
868 public const int DD2GoblinT2_3 = 1069;
869
870 public const int DD2GoblinT2_4 = 1070;
871
872 public const int DD2GoblinT3_1 = 1071;
873
874 public const int DD2GoblinT3_2 = 1072;
875
876 public const int DD2GoblinT3_3 = 1073;
877
878 public const int DD2GoblinT3_4 = 1074;
879
880 public const int DD2DrakinT2_1 = 1075;
881
882 public const int DD2DrakinT2_2 = 1076;
883
884 public const int DD2DrakinT2_3 = 1077;
885
886 public const int DD2DrakinT2_4 = 1078;
887
888 public const int DD2BetsyTail = 1079;
889
890 public const int DD2BetsyFoot = 1080;
891
892 public const int DD2BetsyHead = 1081;
893
894 public const int DD2BetsyBody = 1082;
895
896 public const int DD2BetsyWing1 = 1083;
897
898 public const int DD2BetsyWing2 = 1084;
899
900 public const int DD2BetsyHand = 1085;
901
902 public const int DD2BetsyButt = 1086;
903
904 public const int AmbientFloorCloud1 = 1087;
905
906 public const int AmbientFloorCloud2 = 1088;
907
908 public const int AmbientFloorCloud3 = 1089;
909
910 public const int AmbientFloorCloud4 = 1090;
911
912 public const int AmbientAirborneCloud1 = 1091;
913
914 public const int AmbientAirborneCloud2 = 1092;
915
916 public const int AmbientAirborneCloud3 = 1093;
917
918 public const int WalkingAntlion1 = 1094;
919
920 public const int WalkingAntlion2 = 1095;
921
922 public const int WalkingAntlion3 = 1096;
923
924 public const int WalkingAntlion4 = 1097;
925
926 public const int FlyingAntlion1 = 1098;
927
928 public const int FlyingAntlion2 = 1099;
929
930 public const int FlyingAntlion3 = 1100;
931
932 public const int FlyingAntlion4 = 1101;
933
934 public const int LarvaeAntlion1 = 1102;
935
936 public const int LarvaeAntlion2 = 1103;
937
938 public const short EyeballFlyingFish1 = 1104;
939
940 public const short EyeballFlyingFish2 = 1105;
941
942 public const short ZombieMerman1 = 1106;
943
944 public const short ZombieMerman2 = 1107;
945
946 public const short ZombieMerman3 = 1108;
947
948 public const short Golfer1 = 1109;
949
950 public const short Golfer2 = 1110;
951
952 public const short Golfer3 = 1111;
953
954 public const short Golfer4 = 1112;
955
956 public const int TreeLeaf_HallowJim = 1113;
957
958 public const int TreeLeaf_HallowLastJim = 1121;
959
960 public const short DesertPot1 = 1122;
961
962 public const short DesertPot2 = 1123;
963
964 public const short DesertPot3 = 1124;
965
966 public const short Balloon_White_1 = 1125;
967
968 public const short Balloon_White_2 = 1126;
969
970 public const short Balloon_White_3 = 1127;
971
972 public const short Balloon_Red_1 = 1128;
973
974 public const short Balloon_Red_2 = 1129;
975
976 public const short Balloon_Red_3 = 1130;
977
978 public const short Balloon_Orange_1 = 1131;
979
980 public const short Balloon_Orange_2 = 1132;
981
982 public const short Balloon_Orange_3 = 1133;
983
984 public const short Balloon_Yellow_1 = 1134;
985
986 public const short Balloon_Yellow_2 = 1135;
987
988 public const short Balloon_Yellow_3 = 1136;
989
990 public const short Balloon_Green_1 = 1137;
991
992 public const short Balloon_Green_2 = 1138;
993
994 public const short Balloon_Green_3 = 1139;
995
996 public const short Balloon_Blue_1 = 1140;
997
998 public const short Balloon_Blue_2 = 1141;
999
1000 public const short Balloon_Blue_3 = 1142;
1001
1002 public const short Balloon_Purple_1 = 1143;
1003
1004 public const short Balloon_Purple_2 = 1144;
1005
1006 public const short Balloon_Purple_3 = 1145;
1007
1008 public const short Balloon_String = 1146;
1009
1010 public const int WaterDripDesert2 = 1147;
1011
1012 public const int Ladybug1 = 1148;
1013
1014 public const int Ladybug2 = 1149;
1015
1016 public const int Seagull1 = 1150;
1017
1018 public const int Seagull2 = 1151;
1019
1020 public const int Pupfish1 = 1152;
1021
1022 public const int Pupfish2 = 1153;
1023
1024 public const int Grebe1 = 1154;
1025
1026 public const int Grebe2 = 1155;
1027
1028 public const int Grebe3 = 1156;
1029
1030 public const int Rat1 = 1157;
1031
1032 public const int Rat2 = 1158;
1033
1034 public const int Rat3 = 1159;
1035
1036 public const int EbonsandDrip = 1160;
1037
1038 public const int CrimsandDrip = 1161;
1039
1040 public const int PearlsandDrip = 1162;
1041
1042 public const int LittleRat1 = 1163;
1043
1044 public const int Owl1 = 1164;
1045
1046 public const int Owl2 = 1165;
1047
1048 public const short Turtle1 = 1166;
1049
1050 public const short Turtle2 = 1167;
1051
1052 public const short Turtle3 = 1168;
1053
1054 public const short TurtleJungle1 = 1169;
1055
1056 public const short TurtleJungle2 = 1170;
1057
1058 public const short TurtleJungle3 = 1171;
1059
1060 public const short BloodNautilus1 = 1172;
1061
1062 public const short BloodNautilus2 = 1173;
1063
1064 public const short BloodNautilus3 = 1174;
1065
1066 public const short BloodNautilus4 = 1175;
1067
1068 public const short BloodNautilus5 = 1176;
1069
1070 public const short BloodNautilus6 = 1177;
1071
1072 public const short BloodNautilus7 = 1178;
1073
1074 public const short BloodSquid1 = 1179;
1075
1076 public const short BloodSquid2 = 1180;
1077
1078 public const short BloodSquid3 = 1181;
1079
1080 public const short BloodSquid4 = 1182;
1081
1082 public const short GoblinShark1 = 1183;
1083
1084 public const short GoblinShark2 = 1184;
1085
1086 public const short GoblinShark3 = 1185;
1087
1088 public const short GoblinShark4 = 1186;
1089
1090 public const short BloodEel1 = 1187;
1091
1092 public const short BloodEel2 = 1188;
1093
1094 public const short BloodEel3 = 1189;
1095
1096 public const short Gnome1 = 1190;
1097
1098 public const short Gnome2 = 1191;
1099
1100 public const short Gnome3 = 1192;
1101
1102 public const short Gnome4 = 1193;
1103
1104 public const short SeaTurtle1 = 1194;
1105
1106 public const short SeaTurtle2 = 1195;
1107
1108 public const short SeaTurtle3 = 1196;
1109
1110 public const short Seahorse1 = 1197;
1111
1112 public const short Dolphin1 = 1198;
1113
1114 public const short Dolphin2 = 1199;
1115
1116 public const short Dolphin3 = 1200;
1117
1118 public const short ChumBucket = 1201;
1119
1120 public const int FogMachineCloud1 = 1202;
1121
1122 public const int FogMachineCloud2 = 1203;
1123
1124 public const int FogMachineCloud3 = 1204;
1125
1126 public const int Dandelion1 = 1205;
1127
1128 public const int Dandelion2 = 1206;
1129
1130 public const int Dandelion3 = 1207;
1131
1132 public const int ChumBucketFloatingChunks = 1208;
1133
1134 public const int SparkleGuitar = 1209;
1135
1136 public const int RockGolem1 = 1210;
1137
1138 public const int RockGolem2 = 1211;
1139
1140 public const int RockGolem3 = 1212;
1141
1142 public const int RockGolem4 = 1213;
1143
1144 public const int MaggotZombie1 = 1214;
1145
1146 public const int MaggotZombie2 = 1215;
1147
1148 public const int MaggotZombie3 = 1216;
1149
1150 public const int MaggotZombieMaggotPieces = 1217;
1151
1152 public const int ShadowMimicCoins = 1218;
1153
1154 public const int BestiaryGirl1 = 1219;
1155
1156 public const int BestiaryGirl2 = 1220;
1157
1158 public const int BestiaryGirl3 = 1221;
1159
1160 public const int BestiaryGirl4 = 1222;
1161
1162 public const int BestiaryGirlFox1 = 1223;
1163
1164 public const int BestiaryGirlFox2 = 1224;
1165
1166 public const int LightningBunnySparks = 1225;
1167
1168 public const int KingSlimePetCrown = 1226;
1169
1170 public const int GemSquirrelAmethyst = 1227;
1171
1172 public const int GemSquirrelTopaz = 1228;
1173
1174 public const int GemSquirrelSapphire = 1229;
1175
1176 public const int GemSquirrelEmerald = 1230;
1177
1178 public const int GemSquirrelRuby = 1231;
1179
1180 public const int GemSquirrelDiamond = 1232;
1181
1182 public const int GemSquirrelAmber = 1233;
1183
1184 public const int GemBunnyAmethystHead = 1234;
1185
1186 public const int GemBunnyAmethystBack = 1235;
1187
1188 public const int GemBunnyTopazHead = 1236;
1189
1190 public const int GemBunnyTopazBack = 1237;
1191
1192 public const int GemBunnySapphireHead = 1238;
1193
1194 public const int GemBunnySapphireBack = 1239;
1195
1196 public const int GemBunnyEmeraldHead = 1240;
1197
1198 public const int GemBunnyEmeraldBack = 1241;
1199
1200 public const int GemBunnyRubyHead = 1242;
1201
1202 public const int GemBunnyRubyBack = 1243;
1203
1204 public const int GemBunnyDiamondHead = 1244;
1205
1206 public const int GemBunnyDiamondBack = 1245;
1207
1208 public const int GemBunnyAmberHead = 1246;
1209
1210 public const int GemBunnyAmberBack = 1247;
1211
1212 public const int TreeLeaf_VanityTreeSakura = 1248;
1213
1214 public const int TreeLeaf_GemTreeTopaz = 1249;
1215
1216 public const int TreeLeaf_GemTreeAmethyst = 1250;
1217
1218 public const int TreeLeaf_GemTreeSapphire = 1251;
1219
1220 public const int TreeLeaf_GemTreeEmerald = 1252;
1221
1222 public const int TreeLeaf_GemTreeRuby = 1253;
1223
1224 public const int TreeLeaf_GemTreeDiamond = 1254;
1225
1226 public const int TreeLeaf_GemTreeAmber = 1255;
1227
1228 public const int MagmaSnailShell = 1256;
1229
1230 public const int TreeLeaf_VanityTreeYellowWillow = 1257;
1231
1232 public const int QueenSlimeCrown = 1258;
1233
1234 public const int QueenSlimeWing = 1259;
1235
1236 public const int QueenSlimeMinionPurpleWing = 1260;
1237
1238 public const int QueenSlimePetCrown = 1261;
1239
1240 public const int HallowBoss1 = 1262;
1241
1242 public const int HallowBoss2 = 1263;
1243
1244 public const int HallowBoss3 = 1264;
1245
1246 public const int HallowBoss4 = 1265;
1247
1248 public const int HallowBoss5 = 1266;
1249
1250 public const int HallowBoss6 = 1267;
1251
1252 public const int HallowBoss7 = 1268;
1253
1254 public const int PlanteroSombrero = 1269;
1255
1256 public const int DeerclopsHead = 1270;
1257
1258 public const int DeerclopsAntler = 1271;
1259
1260 public const int DeerclopsBody = 1272;
1261
1262 public const int DeerclopsArm = 1273;
1263
1264 public const int DeerclopsLeg = 1274;
1265
1266 public const int Stinkbug1 = 1275;
1267
1268 public const int Stinkbug2 = 1276;
1269
1270 public const int ScarletMacaw1 = 1277;
1271
1272 public const int TreeLeaf_TreeAsh = 1278;
1273
1274 public const int ScarletMacaw2 = 1279;
1275
1276 public const int BlueMacaw1 = 1280;
1277
1278 public const int BlueMacaw2 = 1281;
1279
1280 public const int Toucan1 = 1282;
1281
1282 public const int Toucan2 = 1283;
1283
1284 public const int YellowCockatiel1 = 1284;
1285
1286 public const int YellowCockatiel2 = 1285;
1287
1288 public const int GrayCockatiel1 = 1286;
1289
1290 public const int GrayCockatiel2 = 1287;
1291
1292 public const int ArmsDealerShimmeredHead = 1288;
1293
1294 public const int ArmsDealerShimmeredArm = 1289;
1295
1296 public const int ArmsDealerShimmeredLeg = 1290;
1297
1298 public const int ClothierShimmeredHead = 1291;
1299
1300 public const int ClothierShimmeredArm = 1292;
1301
1302 public const int ClothierShimmeredLeg = 1293;
1303
1304 public const int CyborgShimmeredHead = 1294;
1305
1306 public const int CyborgShimmeredArm = 1295;
1307
1308 public const int CyborgShimmeredLeg = 1296;
1309
1310 public const int DemolitionistShimmeredHead = 1297;
1311
1312 public const int DemolitionistShimmeredHeadParty = 1298;
1313
1314 public const int DemolitionistShimmeredArm = 1299;
1315
1316 public const int DemolitionistShimmeredLeg = 1300;
1317
1318 public const int DryadShimmeredHead = 1301;
1319
1320 public const int DryadShimmeredArm = 1302;
1321
1322 public const int DryadShimmeredLeg = 1303;
1323
1324 public const int DyeTraderShimmeredHead = 1304;
1325
1326 public const int DyeTraderShimmeredHeadParty = 1305;
1327
1328 public const int DyeTraderShimmeredArm = 1306;
1329
1330 public const int DyeTraderShimmeredLeg = 1307;
1331
1332 public const int GoblinTinkererShimmeredHead = 1308;
1333
1334 public const int GoblinTinkererShimmeredArm = 1309;
1335
1336 public const int GoblinTinkererShimmeredLeg = 1310;
1337
1338 public const int GolferShimmeredHead = 1311;
1339
1340 public const int GolferShimmeredArm = 1312;
1341
1342 public const int GolferShimmeredLeg = 1313;
1343
1344 public const int GuideShimmeredHead = 1314;
1345
1346 public const int GuideShimmeredArm = 1315;
1347
1348 public const int GuideShimmeredLeg = 1316;
1349
1350 public const int MechanicShimmeredHead = 1317;
1351
1352 public const int MechanicShimmeredArm = 1318;
1353
1354 public const int MechanicShimmeredLeg = 1319;
1355
1356 public const int MerchantShimmeredHead = 1320;
1357
1358 public const int MerchantShimmeredHeadParty = 1321;
1359
1360 public const int MerchantShimmeredArm = 1322;
1361
1362 public const int MerchantShimmeredLeg = 1323;
1363
1364 public const int NurseShimmeredHead = 1324;
1365
1366 public const int NurseShimmeredHeadParty = 1325;
1367
1368 public const int NurseShimmeredArm = 1326;
1369
1370 public const int NurseShimmeredLeg = 1327;
1371
1372 public const int OldManShimmeredHead = 1328;
1373
1374 public const int OldManShimmeredArm = 1329;
1375
1376 public const int OldManShimmeredLeg = 1330;
1377
1378 public const int PainterShimmeredHead = 1331;
1379
1380 public const int PainterShimmeredLeg = 1332;
1381
1382 public const int PainterShimmeredPaintcan = 1333;
1383
1384 public const int PainterShimmeredPaintbrush = 1334;
1385
1386 public const int PartyGirlShimmeredHead = 1335;
1387
1388 public const int PartyGirlShimmeredArm = 1336;
1389
1390 public const int PartyGirlShimmeredLeg = 1337;
1391
1392 public const int SantaClausShimmeredHead = 1338;
1393
1394 public const int SantaClausShimmeredHeadParty = 1339;
1395
1396 public const int SantaClausShimmeredArm = 1340;
1397
1398 public const int SantaClausShimmeredLeg = 1341;
1399
1400 public const int SkeletonMerchantShimmeredHead = 1342;
1401
1402 public const int SkeletonMerchantShimmeredHeadParty = 1343;
1403
1404 public const int SkeletonMerchantShimmeredArm = 1344;
1405
1406 public const int SkeletonMerchantShimmeredLeg = 1345;
1407
1408 public const int SkeletonMerchantShimmeredBag = 1346;
1409
1410 public const int SkeletonMerchantShimmeredScrap = 1347;
1411
1412 public const int SteampunkerShimmeredHead = 1348;
1413
1414 public const int SteampunkerShimmeredArm = 1349;
1415
1416 public const int SteampunkerShimmeredLegs = 1350;
1417
1418 public const int StylistShimmeredHead = 1351;
1419
1420 public const int StylistShimmeredHair = 1352;
1421
1422 public const int StylistShimmeredArm = 1353;
1423
1424 public const int StylistShimmeredLeg = 1354;
1425
1426 public const int TavernkeepShimmeredHead = 1355;
1427
1428 public const int TavernkeepShimmeredArm = 1356;
1429
1430 public const int TavernkeepShimmeredLeg = 1357;
1431
1432 public const int TaxCollectorShimmeredHead = 1358;
1433
1434 public const int TaxCollectorShimmeredArm = 1359;
1435
1436 public const int TaxCollectorShimmeredLeg = 1360;
1437
1438 public const int TaxCollectorShimmeredCane = 1361;
1439
1440 public const int TravelingMerchantShimmeredHead = 1362;
1441
1443
1444 public const int TravelingMerchantShimmeredArm = 1364;
1445
1446 public const int TravelingMerchantShimmeredLeg = 1365;
1447
1448 public const int TruffleShimmeredHead = 1366;
1449
1450 public const int TruffleShimmeredArm = 1367;
1451
1452 public const int TruffleShimmeredLeg = 1368;
1453
1454 public const int WitchDoctorShimmeredHead = 1369;
1455
1456 public const int WitchDoctorShimmeredArm = 1370;
1457
1458 public const int WitchDoctorShimmeredLeg = 1371;
1459
1460 public const int WitchDoctorShimmeredSpear = 1372;
1461
1462 public const int WizardShimmeredHat = 1373;
1463
1464 public const int WizardShimmeredClothScrap1 = 1374;
1465
1466 public const int WizardShimmeredClothScrap2 = 1375;
1467
1468 public const int WizardShimmeredClothScrap3 = 1376;
1469
1470 public const int BestiaryGirlShimmeredHead = 1377;
1471
1473
1474 public const int BestiaryGirlShimmeredArm = 1379;
1475
1477
1478 public const int BestiaryGirlShimmeredLeg = 1381;
1479
1480 public const int BestiaryGirlShimmeredTail = 1382;
1481
1482 public static readonly short Count = 1383;
1483}
static int[] DisappearSpeed
Definition GoreID.cs:11
static int[] SpecialAI
Definition GoreID.cs:9
static SetFactory Factory
Definition GoreID.cs:7
static int[] DisappearSpeedAlpha
Definition GoreID.cs:13
const int SparkleGuitar
Definition GoreID.cs:1134
const int MerchantShimmeredLeg
Definition GoreID.cs:1362
const int DD2JavelinThrowerT3_4
Definition GoreID.cs:858
const int BestiaryGirlShimmeredArmTransformed
Definition GoreID.cs:1476
const int DD2JavelinThrowerT2_1
Definition GoreID.cs:840
const int LunarTablet2
Definition GoreID.cs:250
const int AmbientFloorCloud2
Definition GoreID.cs:906
const short Golfer3
Definition GoreID.cs:952
const int PartyHatMerchant
Definition GoreID.cs:588
const int DD2WyvernT1_4
Definition GoreID.cs:684
const short Balloon_String
Definition GoreID.cs:1008
const int PlanteroSombrero
Definition GoreID.cs:1254
const int MerchantShimmeredHeadParty
Definition GoreID.cs:1358
const int PartyHatPainter
Definition GoreID.cs:592
const int NebulaHeadcrab1
Definition GoreID.cs:314
const int HallowBoss5
Definition GoreID.cs:1248
const short BloodNautilus3
Definition GoreID.cs:1064
const short Balloon_White_3
Definition GoreID.cs:970
const int ArmsDealerShimmeredArm
Definition GoreID.cs:1294
const int DesertScorpion3
Definition GoreID.cs:514
const int DD2KoboldFlyerT2_4
Definition GoreID.cs:836
const int DD2KoboldFlyerT2_1
Definition GoreID.cs:830
const int BestiaryGirlShimmeredHead
Definition GoreID.cs:1470
const int HallowBoss4
Definition GoreID.cs:1246
const int MaggotZombieMaggotPieces
Definition GoreID.cs:1150
const int NebulaSoldier2
Definition GoreID.cs:332
const int SolarRoller4
Definition GoreID.cs:424
const int DD2JavelinThrowerT3_3
Definition GoreID.cs:856
const int NebulaBeast1
Definition GoreID.cs:324
const int GiantWalkingAntlion1
Definition GoreID.cs:366
const int WitchDoctorShimmeredLeg
Definition GoreID.cs:1458
const int GraniteGolemLeg
Definition GoreID.cs:234
const int Sandshark1
Definition GoreID.cs:618
const int DrManFlyLeg
Definition GoreID.cs:120
const int GrayCockatiel2
Definition GoreID.cs:1290
const int GoblinPeonHead
Definition GoreID.cs:44
const int FritzHead
Definition GoreID.cs:92
const int PartyHatSteampunker
Definition GoreID.cs:600
const int CyborgShimmeredHead
Definition GoreID.cs:1304
const int SantaClausShimmeredArm
Definition GoreID.cs:1396
const int DyeTraderShimmeredHeadParty
Definition GoreID.cs:1326
const int DD2BetsyHand
Definition GoreID.cs:900
const int GiantFlyingAntlion1
Definition GoreID.cs:374
const int TreeLeaf_GemTreeTopaz
Definition GoreID.cs:1214
const int DD2Crystal2
Definition GoreID.cs:786
const int DesertGhoulHallow4
Definition GoreID.cs:508
const int NebulaHeadcrab3
Definition GoreID.cs:318
const int DesertGhoulHallow3
Definition GoreID.cs:506
const int StylistShimmeredArm
Definition GoreID.cs:1422
const int NurseShimmeredArm
Definition GoreID.cs:1368
const int DD2DarkMageT1_6
Definition GoreID.cs:758
const short GoblinShark2
Definition GoreID.cs:1084
const short Turtle1
Definition GoreID.cs:1048
const short GoblinShark3
Definition GoreID.cs:1086
const int DD2DrakinT2_2
Definition GoreID.cs:882
const int LittleRat1
Definition GoreID.cs:1042
const int PartyGirlShimmeredArm
Definition GoreID.cs:1388
const int Pupfish2
Definition GoreID.cs:1022
const int SolarSpearman1
Definition GoreID.cs:414
const int Stinkbug2
Definition GoreID.cs:1268
const int WaterDripDesert2
Definition GoreID.cs:1010
const int ShadowMimicCoins
Definition GoreID.cs:1152
const int SkeletonMerchantHead
Definition GoreID.cs:68
const int TruffleShimmeredHead
Definition GoreID.cs:1448
const int Rat3
Definition GoreID.cs:1034
const int DD2WyvernT3_3
Definition GoreID.cs:824
const short Golfer2
Definition GoreID.cs:950
const int SalamanderArm
Definition GoreID.cs:274
const int DD2Kobold2
Definition GoreID.cs:718
const int MoonLordHeart4
Definition GoreID.cs:36
const short Turtle2
Definition GoreID.cs:1050
const int NurseShimmeredLeg
Definition GoreID.cs:1370
const int GemBunnyRubyBack
Definition GoreID.cs:1202
const int DryadShimmeredLeg
Definition GoreID.cs:1322
const short Gnome4
Definition GoreID.cs:1102
const short Balloon_Blue_2
Definition GoreID.cs:998
const int Cultist2
Definition GoreID.cs:546
const int Ladybug2
Definition GoreID.cs:1014
const int ClothierShimmeredArm
Definition GoreID.cs:1300
const int DemonTaxCollectorLeg
Definition GoreID.cs:536
const int MerchantShimmeredArm
Definition GoreID.cs:1360
const short Balloon_Orange_3
Definition GoreID.cs:982
const int Tumbleweed1
Definition GoreID.cs:658
const int GemSquirrelAmethyst
Definition GoreID.cs:1170
const int GemBunnyEmeraldBack
Definition GoreID.cs:1198
const int GreekSkeletonHead
Definition GoreID.cs:182
const int DD2JavelinThrowerT3_1
Definition GoreID.cs:852
const int WitchDoctorShimmeredSpear
Definition GoreID.cs:1460
const int ButcherLeg
Definition GoreID.cs:84
const int PirateShip7
Definition GoreID.cs:462
const int Ladybug1
Definition GoreID.cs:1012
const int NebulaHeadcrab2
Definition GoreID.cs:316
const int VortexLarva1
Definition GoreID.cs:356
const int GoblinWarriorHand
Definition GoreID.cs:64
const int DuneSplicerBody
Definition GoreID.cs:384
const int CultistBoss1
Definition GoreID.cs:548
const int DD2Crystal1
Definition GoreID.cs:784
const int DD2DrakinT2_1
Definition GoreID.cs:880
const short Seahorse1
Definition GoreID.cs:1110
const int NurseShimmeredHeadParty
Definition GoreID.cs:1366
const int YellowCockatiel2
Definition GoreID.cs:1286
const int Pupfish1
Definition GoreID.cs:1020
const int SandDrip
Definition GoreID.cs:616
const int TaxCollectorCane
Definition GoreID.cs:284
const int DeadlySphere1
Definition GoreID.cs:112
const int StardustJellyfish1
Definition GoreID.cs:300
const int StardustSoldier3
Definition GoreID.cs:292
const short Balloon_Yellow_1
Definition GoreID.cs:984
const int TreeLeaf_Boreal
Definition GoreID.cs:570
const int FogMachineCloud2
Definition GoreID.cs:1122
const int SolarBeast3
Definition GoreID.cs:410
const short BloodEel3
Definition GoreID.cs:1094
const int Smoke1
Definition GoreID.cs:16
const int BestiaryGirlFox2
Definition GoreID.cs:1164
const int DD2GoblinBomberT1_1
Definition GoreID.cs:792
const int GemBunnyDiamondBack
Definition GoreID.cs:1206
const int OldManShimmeredArm
Definition GoreID.cs:1374
const int ToxicFlask
Definition GoreID.cs:200
const int GreekPot3
Definition GoreID.cs:192
const int WalkingAntlion3
Definition GoreID.cs:922
const int NurseShimmeredHead
Definition GoreID.cs:1364
const int DD2GoblinBomberT2_2
Definition GoreID.cs:800
const int TavernkeepShimmeredHead
Definition GoreID.cs:1426
const int QueenSlimeCrown
Definition GoreID.cs:1232
const int DD2GoblinT1_3
Definition GoreID.cs:700
const int DD2BetsyFoot
Definition GoreID.cs:890
const int BestiaryGirlShimmeredHeadTransformed
Definition GoreID.cs:1472
const int HallowBoss6
Definition GoreID.cs:1250
const int TreeLeaf_Mushroom
Definition GoreID.cs:568
const short DesertPot1
Definition GoreID.cs:960
const int PirateShip11
Definition GoreID.cs:528
const int FritzArm
Definition GoreID.cs:94
const int DD2JavelinThrowerT3_6
Definition GoreID.cs:862
const int NebulaBrain2
Definition GoreID.cs:310
const int DD2GoblinBomberT3_2
Definition GoreID.cs:806
const int NebulaBeast3
Definition GoreID.cs:328
const int Sandshark3Hallowed
Definition GoreID.cs:646
const int BloodZombieHead
Definition GoreID.cs:236
const int Bartender1
Definition GoreID.cs:664
const int PartyHatDemolitionist
Definition GoreID.cs:584
const int PirateShip5
Definition GoreID.cs:458
const int OgreSpit3
Definition GoreID.cs:782
const int Toucan1
Definition GoreID.cs:1280
const int TravelingMerchantShimmeredArm
Definition GoreID.cs:1444
const int DD2GoblinBomberT3_3
Definition GoreID.cs:808
const int WaterDripCrimson
Definition GoreID.cs:222
const int DD2JavelinThrowerT1_6
Definition GoreID.cs:714
const int Grebe3
Definition GoreID.cs:1028
const int HallowBoss3
Definition GoreID.cs:1244
const int MartianWalker5
Definition GoreID.cs:448
const int WalkingAntlion2
Definition GoreID.cs:920
const int CrawDad2Claw
Definition GoreID.cs:266
const int Mothron3
Definition GoreID.cs:170
const int DD2Ogre3
Definition GoreID.cs:734
const int DemonTaxCollectorHead
Definition GoreID.cs:532
const int LunarTablet4
Definition GoreID.cs:254
const int DesertGhoulCorruption2
Definition GoreID.cs:480
const int DD2GoblinT3_4
Definition GoreID.cs:878
const int ScarletMacaw2
Definition GoreID.cs:1274
const int Smoke2
Definition GoreID.cs:18
const int DD2Crystal4
Definition GoreID.cs:790
const int PainterShimmeredPaintbrush
Definition GoreID.cs:1384
const short BloodSquid1
Definition GoreID.cs:1074
const int SolarBeast4
Definition GoreID.cs:412
const int WaterDrip
Definition GoreID.cs:204
const int DD2DarkMageT1_5
Definition GoreID.cs:756
const int TreeLeaf_Normal
Definition GoreID.cs:564
const int PirateShip6
Definition GoreID.cs:460
const int SolarRoller1
Definition GoreID.cs:418
const int GemBunnyAmethystHead
Definition GoreID.cs:1184
const int StardustSoldier2
Definition GoreID.cs:290
const int DesertGhoulCorruption3
Definition GoreID.cs:482
const int DD2JavelinThrowerT1_1
Definition GoreID.cs:704
const int Pages
Definition GoreID.cs:744
const int DesertLamia3
Definition GoreID.cs:498
const int ClothierShimmeredHead
Definition GoreID.cs:1298
const int StylistShimmeredLeg
Definition GoreID.cs:1424
const int RockGolem4
Definition GoreID.cs:1142
const int SkeletonMerchantShimmeredHeadParty
Definition GoreID.cs:1402
const short Balloon_Green_3
Definition GoreID.cs:994
const short SeaTurtle1
Definition GoreID.cs:1104
const int DD2WyvernT2_3
Definition GoreID.cs:814
const int GraniteGolemArm
Definition GoreID.cs:232
const int DD2Ogre6Alt
Definition GoreID.cs:742
const int DD2JavelinThrowerT2_4
Definition GoreID.cs:846
const int CrimsonPenguinBody
Definition GoreID.cs:136
const int DesertBeast2
Definition GoreID.cs:522
const int TaxCollectorHead
Definition GoreID.cs:280
const int TavernkeepShimmeredArm
Definition GoreID.cs:1428
const int TruffleShimmeredLeg
Definition GoreID.cs:1452
const int GoblinThiefHand
Definition GoreID.cs:58
const int MagmaSnailShell
Definition GoreID.cs:1228
const int DeerclopsLeg
Definition GoreID.cs:1264
const int GemSquirrelEmerald
Definition GoreID.cs:1176
const int SandElemental2
Definition GoreID.cs:652
const int DD2GoblinBomberT1_3
Definition GoreID.cs:796
const short Gnome2
Definition GoreID.cs:1098
const int ShadowflameApparation2
Definition GoreID.cs:152
const int GoblinWarriorLeg
Definition GoreID.cs:66
const int FartCloud3
Definition GoreID.cs:26
const int DesertGhoul1
Definition GoreID.cs:470
const short Balloon_Yellow_2
Definition GoreID.cs:986
const int SkeletonMerchantShimmeredScrap
Definition GoreID.cs:1410
const int NailheadHead
Definition GoreID.cs:98
const int DD2Skeleton1
Definition GoreID.cs:670
const int MoonLordHeart3
Definition GoreID.cs:34
const int PartyHatCyan
Definition GoreID.cs:610
const int SantaClausShimmeredHeadParty
Definition GoreID.cs:1394
const int NailheadLeg
Definition GoreID.cs:102
const int LunarTablet6
Definition GoreID.cs:258
const int SillyBalloonPurple
Definition GoreID.cs:560
const int StardustSpider2
Definition GoreID.cs:296
const int TaxCollectorLeg
Definition GoreID.cs:286
const int FogMachineCloud1
Definition GoreID.cs:1120
const int TaxCollectorShimmeredHead
Definition GoreID.cs:1432
const int DD2DrakinT2_3
Definition GoreID.cs:884
const int SkeletonMerchantShimmeredBag
Definition GoreID.cs:1408
const int KingSlimeCrown
Definition GoreID.cs:260
const int GemBunnySapphireBack
Definition GoreID.cs:1194
const int MartianWalker3
Definition GoreID.cs:444
const int SolarMeteor1
Definition GoreID.cs:426
const int DD2Kobold1
Definition GoreID.cs:716
const int LightningBunnySparks
Definition GoreID.cs:1166
const int CultistBoss2
Definition GoreID.cs:550
const int TreeLeaf_TreeAsh
Definition GoreID.cs:1272
const int GoblinScoutHead
Definition GoreID.cs:50
const int PearlsandDrip
Definition GoreID.cs:1040
const int DD2Ogre4
Definition GoreID.cs:736
const int GemSquirrelAmber
Definition GoreID.cs:1182
const int DD2KoboldFlyerT2_3
Definition GoreID.cs:834
const int GreekPot5
Definition GoreID.cs:196
const int PirateShip1
Definition GoreID.cs:450
const int DesertGhoulCrimson4
Definition GoreID.cs:492
const int DryadShimmeredArm
Definition GoreID.cs:1320
const int MaggotZombie2
Definition GoreID.cs:1146
const short BloodNautilus4
Definition GoreID.cs:1066
const int PainterShimmeredHead
Definition GoreID.cs:1378
const int Seagull2
Definition GoreID.cs:1018
const int DesertLamia1
Definition GoreID.cs:494
const int MothronSpawn2
Definition GoreID.cs:156
const int SandElemental1
Definition GoreID.cs:650
const int RockGolem2
Definition GoreID.cs:1138
const int ToxicFlask2
Definition GoreID.cs:202
const int TreeLeaf_GemTreeRuby
Definition GoreID.cs:1222
const int DD2Ogre2
Definition GoreID.cs:732
const int PartyHatSkeletonMerchant
Definition GoreID.cs:598
const int DD2WitherBeast4
Definition GoreID.cs:776
const int SandElemental3
Definition GoreID.cs:654
const int DD2DarkMageT1_1
Definition GoreID.cs:748
const int GreekSkeletonLeg
Definition GoreID.cs:186
const int ShadowflameApparation
Definition GoreID.cs:150
const int FogMachineCloud3
Definition GoreID.cs:1124
const int DesertGhoulHallow2
Definition GoreID.cs:504
const int GoblinScoutHand
Definition GoreID.cs:52
const int NebulaBrain1
Definition GoreID.cs:308
const int DD2DrakinT2_4
Definition GoreID.cs:886
const int GiantShelly
Definition GoreID.cs:270
const int WizardShimmeredClothScrap1
Definition GoreID.cs:1464
const int PartyGirlShimmeredHead
Definition GoreID.cs:1386
const int DD2WyvernT2_5
Definition GoreID.cs:818
const int SolarSoldier1
Definition GoreID.cs:432
const short BloodSquid3
Definition GoreID.cs:1078
const int VortexHornet2
Definition GoreID.cs:350
const int SolarBeast2
Definition GoreID.cs:408
const int BlueMacaw2
Definition GoreID.cs:1278
const int DD2WyvernT1_2
Definition GoreID.cs:680
const int DD2GoblinT2_2
Definition GoreID.cs:866
const int TreeLeaf_HallowJim
Definition GoreID.cs:956
const int WizardShimmeredClothScrap3
Definition GoreID.cs:1468
const int GiantFlyingAntlion4
Definition GoreID.cs:380
const int DesertBeast4
Definition GoreID.cs:526
const int TaxCollectorShimmeredCane
Definition GoreID.cs:1438
const int Owl1
Definition GoreID.cs:1044
const int PirateShip3
Definition GoreID.cs:454
const short BloodEel2
Definition GoreID.cs:1092
const int DD2GoblinBomberT1_2
Definition GoreID.cs:794
const int DD2KoboldFlyerT2_2
Definition GoreID.cs:832
const short BloodNautilus7
Definition GoreID.cs:1072
const int GiantWalkingAntlion3
Definition GoreID.cs:370
const short Balloon_Purple_2
Definition GoreID.cs:1004
const int PirateShip4
Definition GoreID.cs:456
const int DD2GoblinT3_1
Definition GoreID.cs:872
const int GreekPot6
Definition GoreID.cs:198
const int WaterDripCorrupt
Definition GoreID.cs:206
const int GiantShelly2
Definition GoreID.cs:272
const int PartyHatBlue
Definition GoreID.cs:582
const int GoblinThiefLeg
Definition GoreID.cs:60
const int DD2Skeleton3
Definition GoreID.cs:674
const int MechanicShimmeredArm
Definition GoreID.cs:1352
const short GoblinShark4
Definition GoreID.cs:1088
const int ChargedBlasterRing
Definition GoreID.cs:28
const int SteampunkerShimmeredHead
Definition GoreID.cs:1412
const int SolarMeteor3
Definition GoreID.cs:430
const int GemBunnyEmeraldHead
Definition GoreID.cs:1196
const int MerchantShimmeredHead
Definition GoreID.cs:1356
const int GoblinSummonerHead
Definition GoreID.cs:142
const int MedusaLeg
Definition GoreID.cs:180
const int LarvaeAntlion2
Definition GoreID.cs:936
const int DD2WyvernT3_5
Definition GoreID.cs:828
const int LightningBugT3_2
Definition GoreID.cs:726
const int DemolitionistShimmeredHeadParty
Definition GoreID.cs:1312
const int PsychoArm
Definition GoreID.cs:106
const int WaterDripIce
Definition GoreID.cs:212
const int PsychoHead
Definition GoreID.cs:104
const int FlyingAntlion4
Definition GoreID.cs:932
const int PartyHatDyeTrader
Definition GoreID.cs:586
const int CrimsonBunnyLeg
Definition GoreID.cs:130
const int GolferShimmeredLeg
Definition GoreID.cs:1342
const short Dolphin1
Definition GoreID.cs:1112
const int DD2JavelinThrowerT1_5
Definition GoreID.cs:712
const int MartianWalker2
Definition GoreID.cs:442
const int DD2GoblinT2_1
Definition GoreID.cs:864
const int GemSquirrelTopaz
Definition GoreID.cs:1172
const int MechanicShimmeredHead
Definition GoreID.cs:1350
const short BloodNautilus1
Definition GoreID.cs:1060
const int PartyGirlShimmeredLeg
Definition GoreID.cs:1390
const int GigaZapperLeg
Definition GoreID.cs:556
const int SkeletonMerchantShimmeredHead
Definition GoreID.cs:1400
const int GiantWalkingAntlion4
Definition GoreID.cs:372
const int GigaZapperHand
Definition GoreID.cs:554
const int GoblinArcherHand
Definition GoreID.cs:40
const int Sandshark3
Definition GoreID.cs:622
const int TreeLeaf_HallowLast
Definition GoreID.cs:580
const int DesertGhoulCrimson3
Definition GoreID.cs:490
const short Balloon_Orange_2
Definition GoreID.cs:980
const short Balloon_White_2
Definition GoreID.cs:968
const int GemBunnyTopazBack
Definition GoreID.cs:1190
const int DD2GoblinBomberT3_1
Definition GoreID.cs:804
const int GuideShimmeredHead
Definition GoreID.cs:1344
const int ThePossessedArm
Definition GoreID.cs:124
const int GreekPot4
Definition GoreID.cs:194
const int CyborgShimmeredArm
Definition GoreID.cs:1306
const int FritzLeg
Definition GoreID.cs:96
const int AmbientAirborneCloud2
Definition GoreID.cs:914
const int DemolitionistShimmeredHead
Definition GoreID.cs:1310
const int DesertScorpion4
Definition GoreID.cs:516
const int GraniteGolemBody
Definition GoreID.cs:230
const int CrawDad2Eye
Definition GoreID.cs:268
const int GemBunnyRubyHead
Definition GoreID.cs:1200
const int CrawDadEye
Definition GoreID.cs:264
const short Balloon_Yellow_3
Definition GoreID.cs:988
const int VortexHornetQueen3
Definition GoreID.cs:346
const int WaterDripDesert
Definition GoreID.cs:214
const int DuneSplicerHead
Definition GoreID.cs:382
const int SolarSpearman2
Definition GoreID.cs:416
const int MechanicShimmeredLeg
Definition GoreID.cs:1354
const int ButcherSaw
Definition GoreID.cs:80
const int WaterDripBlood
Definition GoreID.cs:220
const int DD2GoblinBomberT2_3
Definition GoreID.cs:802
const int Mothron4
Definition GoreID.cs:172
const int MaggotZombie3
Definition GoreID.cs:1148
const int MothronEgg3
Definition GoreID.cs:164
const int DuneSplicerTail
Definition GoreID.cs:386
const int BestiaryGirl4
Definition GoreID.cs:1160
const int NebulaEye1
Definition GoreID.cs:320
const short Balloon_Purple_3
Definition GoreID.cs:1006
const int TreeLeaf_VanityTreeYellowWillow
Definition GoreID.cs:1230
const short Dolphin3
Definition GoreID.cs:1116
const short Balloon_Purple_1
Definition GoreID.cs:1002
const int SillyBallonPink
Definition GoreID.cs:558
const int SquirrelRed
Definition GoreID.cs:538
const int SolarRoller2
Definition GoreID.cs:420
const int DD2WyvernT2_4
Definition GoreID.cs:816
const int GolferShimmeredArm
Definition GoreID.cs:1340
const int BestiaryGirl1
Definition GoreID.cs:1154
const short TurtleJungle3
Definition GoreID.cs:1058
const int NebulaEye2
Definition GoreID.cs:322
const int LunarTablet1
Definition GoreID.cs:248
const int PirateShip8
Definition GoreID.cs:464
const int DD2Skeleton4
Definition GoreID.cs:676
const int GemBunnyTopazHead
Definition GoreID.cs:1188
const int DD2GoblinT2_3
Definition GoreID.cs:868
const int TravelingMerchantShimmeredLeg
Definition GoreID.cs:1446
const int PartyHatStylist
Definition GoreID.cs:602
const int WaterDripHallow
Definition GoreID.cs:210
const int Dandelion3
Definition GoreID.cs:1130
const int LarvaeAntlion1
Definition GoreID.cs:934
const int TaxCollectorShimmeredArm
Definition GoreID.cs:1434
const int VortexRifleman1
Definition GoreID.cs:336
const int VortexHornet1
Definition GoreID.cs:348
const int Bartender2
Definition GoreID.cs:666
const int MothronSpawn3
Definition GoreID.cs:158
const int FlyingAntlion1
Definition GoreID.cs:926
const int FartCloud1
Definition GoreID.cs:22
const int GoblinSummonerLeg
Definition GoreID.cs:148
const int PartyHatPink
Definition GoreID.cs:608
const int Seagull1
Definition GoreID.cs:1016
const int YellowCockatiel1
Definition GoreID.cs:1284
const short BloodEel1
Definition GoreID.cs:1090
const int Sandshark4
Definition GoreID.cs:624
const int ArmsDealerShimmeredLeg
Definition GoreID.cs:1296
const short GoblinShark1
Definition GoreID.cs:1082
const int Sandshark4Crimson
Definition GoreID.cs:640
const short BloodNautilus6
Definition GoreID.cs:1070
const int TravelingMerchantShimmeredHeadParty
Definition GoreID.cs:1442
const int DD2Skeleton2
Definition GoreID.cs:672
const int PirateShip9
Definition GoreID.cs:466
const short Balloon_Red_3
Definition GoreID.cs:976
const int DesertGhoulCorruption1
Definition GoreID.cs:478
const int SolarBeast1
Definition GoreID.cs:406
const int DD2DrakinT3_3
Definition GoreID.cs:692
const int DD2DarkMageT1_11
Definition GoreID.cs:768
const int OgreSpit2
Definition GoreID.cs:780
const int DesertGhoulCrimson2
Definition GoreID.cs:488
const int DD2BetsyHead
Definition GoreID.cs:892
const int SolarMeteor2
Definition GoreID.cs:428
const int Dandelion1
Definition GoreID.cs:1126
const int CyborgShimmeredLeg
Definition GoreID.cs:1308
const int SkeletonMerchantBag
Definition GoreID.cs:70
const int VortexRifleman2
Definition GoreID.cs:338
const int LunarTablet5
Definition GoreID.cs:256
const int PartyHatPirate
Definition GoreID.cs:594
const int CrimsandDrip
Definition GoreID.cs:1038
const int OldManShimmeredLeg
Definition GoreID.cs:1376
const int DD2JavelinThrowerT1_3
Definition GoreID.cs:708
const int DD2BetsyButt
Definition GoreID.cs:902
const int GemBunnyAmberBack
Definition GoreID.cs:1210
const short Balloon_White_1
Definition GoreID.cs:966
const int TombCrawlerBody
Definition GoreID.cs:390
const int GraniteGolemHead
Definition GoreID.cs:228
const short DesertPot3
Definition GoreID.cs:964
const int ThePossessedHead
Definition GoreID.cs:122
const int DD2KoboldFlyerT2_5
Definition GoreID.cs:838
const int GreekSkeletonArm
Definition GoreID.cs:184
const int NebulaSoldier1
Definition GoreID.cs:330
const int StylistShimmeredHead
Definition GoreID.cs:1418
const int Owl2
Definition GoreID.cs:1046
const short Gnome3
Definition GoreID.cs:1100
const int WizardShimmeredHat
Definition GoreID.cs:1462
const int DD2JavelinThrowerT1_4
Definition GoreID.cs:710
const int QueenSlimeMinionPurpleWing
Definition GoreID.cs:1236
const int TreeLeaf_GemTreeAmethyst
Definition GoreID.cs:1216
const int Rat2
Definition GoreID.cs:1032
const int ChimneySmoke3
Definition GoreID.cs:398
const int BestiaryGirlShimmeredLeg
Definition GoreID.cs:1478
const int TreeLeaf_VanityTreeSakura
Definition GoreID.cs:1212
const int SkeletonMerchantShimmeredLeg
Definition GoreID.cs:1406
const int MoonLordHeart2
Definition GoreID.cs:32
const int GemBunnySapphireHead
Definition GoreID.cs:1192
const int TreeLeaf_Hallow
Definition GoreID.cs:578
const int WizardShimmeredClothScrap2
Definition GoreID.cs:1466
const int Sandshark4Hallowed
Definition GoreID.cs:648
const int ChimneySmoke1
Definition GoreID.cs:394
const int PirateShip2
Definition GoreID.cs:452
const int EbonsandDrip
Definition GoreID.cs:1036
const int Bartender3
Definition GoreID.cs:668
const int DyeTraderShimmeredHead
Definition GoreID.cs:1324
const int GoblinPeonHand
Definition GoreID.cs:46
const int VortexSoldier1
Definition GoreID.cs:360
const int GreekPot1
Definition GoreID.cs:188
const int DD2WyvernT1_3
Definition GoreID.cs:682
const int MoonLordHeart1
Definition GoreID.cs:30
const int TreeLeaf_GemTreeAmber
Definition GoreID.cs:1226
static readonly short Count
Definition GoreID.cs:1482
const int SolarWormHead
Definition GoreID.cs:400
const int GoblinSummonerArm
Definition GoreID.cs:144
const int DesertLamia2
Definition GoreID.cs:496
const int SkeletonMerchantChunk3
Definition GoreID.cs:76
const int PainterShimmeredLeg
Definition GoreID.cs:1380
const int GemSquirrelRuby
Definition GoreID.cs:1178
const int Sandshark2Crimson
Definition GoreID.cs:636
const int Sandshark2Corrupt
Definition GoreID.cs:628
const int BlueMacaw1
Definition GoreID.cs:1276
const int DyeTraderShimmeredArm
Definition GoreID.cs:1328
const int WalkingAntlion1
Definition GoreID.cs:918
const int DesertLamia4
Definition GoreID.cs:500
const int DesertScorpion2
Definition GoreID.cs:512
const int PsychoKnife
Definition GoreID.cs:110
const short DesertPot2
Definition GoreID.cs:962
const int GrayCockatiel1
Definition GoreID.cs:1288
const int GigaZapperHead
Definition GoreID.cs:552
const int DripplerChunk3
Definition GoreID.cs:246
const short Balloon_Blue_3
Definition GoreID.cs:1000
const int GemBunnyAmethystBack
Definition GoreID.cs:1186
const short ChumBucket
Definition GoreID.cs:1118
const int PartyHatWhite
Definition GoreID.cs:614
const int DD2WitherBeast2
Definition GoreID.cs:772
const int DeerclopsBody
Definition GoreID.cs:1260
const int StylistShimmeredHair
Definition GoreID.cs:1420
const short ZombieMerman3
Definition GoreID.cs:946
const int MartianWalker4
Definition GoreID.cs:446
const int HallowBoss1
Definition GoreID.cs:1240
const int MedusaArm
Definition GoreID.cs:178
const int CrawDadClaw
Definition GoreID.cs:262
const int Sandshark2Hallowed
Definition GoreID.cs:644
const int KingSlimePetCrown
Definition GoreID.cs:1168
const int CrimsonGoldfishHead
Definition GoreID.cs:132
const int SantaClausShimmeredHead
Definition GoreID.cs:1392
const int TruffleShimmeredArm
Definition GoreID.cs:1450
const int Sandshark4Corrupt
Definition GoreID.cs:632
const int DD2DarkMageT1_10
Definition GoreID.cs:766
const int DD2DarkMageT1_9
Definition GoreID.cs:764
const int TreeLeaf_Corruption
Definition GoreID.cs:574
const int HoneyDrip
Definition GoreID.cs:226
const int SolarSoldier3
Definition GoreID.cs:436
const int DeadlySphere2
Definition GoreID.cs:114
const int QueenSlimePetCrown
Definition GoreID.cs:1238
const int DD2GoblinT1_2
Definition GoreID.cs:698
const int DripplerChunk
Definition GoreID.cs:242
const int CrimsonPenguinLeg
Definition GoreID.cs:140
const int BloodZombieChunk
Definition GoreID.cs:238
const int PartyHatPurple
Definition GoreID.cs:612
const int SteampunkerShimmeredArm
Definition GoreID.cs:1414
const int WitchDoctorShimmeredArm
Definition GoreID.cs:1456
const int DryadShimmeredHead
Definition GoreID.cs:1318
const int ButcherArm
Definition GoreID.cs:82
const int VortexHornetQueen1
Definition GoreID.cs:342
const int DD2DarkMageT1_8
Definition GoreID.cs:762
const short TurtleJungle2
Definition GoreID.cs:1056
const int ScarletMacaw1
Definition GoreID.cs:1270
const int GoblinThiefHead
Definition GoreID.cs:56
const int WaterDripJungle
Definition GoreID.cs:208
const int ClothierShimmeredLeg
Definition GoreID.cs:1302
const int Sandshark3Corrupt
Definition GoreID.cs:630
const int VortexHornet4
Definition GoreID.cs:354
const int DD2Kobold4
Definition GoreID.cs:722
const int GiantWalkingAntlion2
Definition GoreID.cs:368
const int CreatureFromTheDeepHead
Definition GoreID.cs:86
const int DeerclopsArm
Definition GoreID.cs:1262
const int DyeTraderShimmeredLeg
Definition GoreID.cs:1330
const int DD2Crystal3
Definition GoreID.cs:788
const int OldManShimmeredHead
Definition GoreID.cs:1372
const int MothronEgg1
Definition GoreID.cs:160
const int SteampunkerShimmeredLegs
Definition GoreID.cs:1416
const int CrimsonBunnyHead
Definition GoreID.cs:128
const int PartyHatNurse
Definition GoreID.cs:590
const int GuideShimmeredArm
Definition GoreID.cs:1346
const int DD2WyvernT2_2
Definition GoreID.cs:812
const short Golfer1
Definition GoreID.cs:948
const int Dandelion2
Definition GoreID.cs:1128
const int Sandshark2
Definition GoreID.cs:620
const int DD2JavelinThrowerT1_2
Definition GoreID.cs:706
const int DemolitionistShimmeredArm
Definition GoreID.cs:1314
const short Balloon_Red_1
Definition GoreID.cs:972
const int VortexRifleman3
Definition GoreID.cs:340
const short Dolphin2
Definition GoreID.cs:1114
const int DD2Ogre1
Definition GoreID.cs:730
const int SolarWormBody
Definition GoreID.cs:402
const int Sandshark1Corrupt
Definition GoreID.cs:626
const int DD2WyvernT2_1
Definition GoreID.cs:810
const int DD2DrakinT3_2
Definition GoreID.cs:690
const int ChumBucketFloatingChunks
Definition GoreID.cs:1132
const int ArmsDealerShimmeredHead
Definition GoreID.cs:1292
const int DD2BetsyBody
Definition GoreID.cs:894
const int DD2JavelinThrowerT3_5
Definition GoreID.cs:860
const int SantaClausShimmeredLeg
Definition GoreID.cs:1398
const int MartianWalker1
Definition GoreID.cs:440
const int GoblinTinkererShimmeredLeg
Definition GoreID.cs:1336
const int DesertGhoulHallow1
Definition GoreID.cs:502
const int AmbientFloorCloud3
Definition GoreID.cs:908
const int RockGolem3
Definition GoreID.cs:1140
const int WaterDripCavern
Definition GoreID.cs:218
const int BestiaryGirlShimmeredArm
Definition GoreID.cs:1474
const int StardustSoldier1
Definition GoreID.cs:288
const int Tumbleweed2
Definition GoreID.cs:660
const int MaggotZombie1
Definition GoreID.cs:1144
const int TaxCollectorShimmeredLeg
Definition GoreID.cs:1436
const int GiantFlyingAntlion2
Definition GoreID.cs:376
const int DD2BetsyTail
Definition GoreID.cs:888
const short EyeballFlyingFish1
Definition GoreID.cs:938
const int VortexHornetQueen2
Definition GoreID.cs:344
const int Smoke3
Definition GoreID.cs:20
const int DripplerChunk2
Definition GoreID.cs:244
const short Gnome1
Definition GoreID.cs:1096
const int SolarWormTail
Definition GoreID.cs:404
const short Balloon_Blue_1
Definition GoreID.cs:996
const int PainterShimmeredPaintcan
Definition GoreID.cs:1382
const int Tumbleweed3
Definition GoreID.cs:662
const int DD2DarkMageT1_2
Definition GoreID.cs:750
const int SolarSoldier2
Definition GoreID.cs:434
const int GemSquirrelSapphire
Definition GoreID.cs:1174
const int SkeletonMerchantChunk2
Definition GoreID.cs:74
const int DesertGhoul3
Definition GoreID.cs:474
const int NailheadArm
Definition GoreID.cs:100
const int GiantFlyingAntlion3
Definition GoreID.cs:378
const int CrimsonGoldfishTail
Definition GoreID.cs:134
const int ChimneySmoke2
Definition GoreID.cs:396
const int GoblinArcherLeg
Definition GoreID.cs:42
const int PartyHatTravellingMerchant
Definition GoreID.cs:604
const int GemBunnyDiamondHead
Definition GoreID.cs:1204
const short Golfer4
Definition GoreID.cs:954
const int PartyHatSanta
Definition GoreID.cs:596
const int Sandshark1Crimson
Definition GoreID.cs:634
const int DesertScorpion1
Definition GoreID.cs:510
const int BloodZombieChunk2
Definition GoreID.cs:240
const int OgreSpit1
Definition GoreID.cs:778
const int NebulaSoldier3
Definition GoreID.cs:334
const int DesertGhoulCorruption4
Definition GoreID.cs:484
const int AmbientFloorCloud4
Definition GoreID.cs:910
const int VortexSoldier3
Definition GoreID.cs:364
const int MartianProbe2
Definition GoreID.cs:542
const short Turtle3
Definition GoreID.cs:1052
const int StardustJellyfish4
Definition GoreID.cs:306
const short BloodNautilus2
Definition GoreID.cs:1062
const int AmbientFloorCloud1
Definition GoreID.cs:904
const int DesertGhoul4
Definition GoreID.cs:476
const int GoblinArcherHead
Definition GoreID.cs:38
const int Mothron2
Definition GoreID.cs:168
const int BestiaryGirl3
Definition GoreID.cs:1158
const int TreeLeaf_Jungle
Definition GoreID.cs:572
const int TombCrawlerHead
Definition GoreID.cs:388
const int ThePossessedLeg
Definition GoreID.cs:126
const int DD2GoblinBomberT2_1
Definition GoreID.cs:798
const int DD2Ogre6
Definition GoreID.cs:740
const int LunarTablet3
Definition GoreID.cs:252
const short BloodSquid4
Definition GoreID.cs:1080
const int PirateShip10
Definition GoreID.cs:468
const int DD2BetsyWing2
Definition GoreID.cs:898
const int CreatureFromTheDeepArm
Definition GoreID.cs:88
const int SillyBalloonGreen
Definition GoreID.cs:562
const int Rat1
Definition GoreID.cs:1030
const int GoblinScoutLeg
Definition GoreID.cs:54
const int VortexLarve2
Definition GoreID.cs:358
const int WalkingAntlion4
Definition GoreID.cs:924
const int RockGolem1
Definition GoreID.cs:1136
const int LightningBugT3_1
Definition GoreID.cs:724
const int GoblinTinkererShimmeredArm
Definition GoreID.cs:1334
const int NebulaBrain3
Definition GoreID.cs:312
const short EyeballFlyingFish2
Definition GoreID.cs:940
const int TaxCollectorArm
Definition GoreID.cs:282
const int GoblinPeonLeg
Definition GoreID.cs:48
const int DrManFlyHead
Definition GoreID.cs:116
const int GoblinSummonerItem
Definition GoreID.cs:146
const int StardustSpider1
Definition GoreID.cs:294
const int MothronSpawn1
Definition GoreID.cs:154
const short BloodNautilus5
Definition GoreID.cs:1068
const int FlyingAntlion2
Definition GoreID.cs:928
const int LightningBugT3_3
Definition GoreID.cs:728
const short SeaTurtle2
Definition GoreID.cs:1106
const int AmbientAirborneCloud3
Definition GoreID.cs:916
const int HallowBoss7
Definition GoreID.cs:1252
const int TombCrawlerTail
Definition GoreID.cs:392
const int DeerclopsAntler
Definition GoreID.cs:1258
const short Balloon_Orange_1
Definition GoreID.cs:978
const int GoblinWarriorHead
Definition GoreID.cs:62
const int PirateShip12
Definition GoreID.cs:530
const int DD2BetsyWing1
Definition GoreID.cs:896
const int DemonTaxCollectorArm
Definition GoreID.cs:534
const int GuideShimmeredLeg
Definition GoreID.cs:1348
const int MartianProbe1
Definition GoreID.cs:540
const short ZombieMerman2
Definition GoreID.cs:944
const int GoblinTinkererShimmeredHead
Definition GoreID.cs:1332
const int DeerclopsHead
Definition GoreID.cs:1256
const int TreeLeaf_Crimson
Definition GoreID.cs:576
const int DD2JavelinThrowerT2_6
Definition GoreID.cs:850
const int DD2WitherBeast3
Definition GoreID.cs:774
const int DD2DarkMageT1_4
Definition GoreID.cs:754
const int DD2GoblinT1_1
Definition GoreID.cs:696
const int DD2DarkMageT1_3
Definition GoreID.cs:752
const int QueenSlimeWing
Definition GoreID.cs:1234
const int GemBunnyAmberHead
Definition GoreID.cs:1208
const int WitchDoctorShimmeredHead
Definition GoreID.cs:1454
const int DD2Ogre5
Definition GoreID.cs:738
const int VortexSoldier2
Definition GoreID.cs:362
const int TreeLeaf_GemTreeDiamond
Definition GoreID.cs:1224
const int DD2GoblinT2_4
Definition GoreID.cs:870
const int NebulaBeast2
Definition GoreID.cs:326
const int SalamanderHead
Definition GoreID.cs:276
const int GreekPot2
Definition GoreID.cs:190
const int TravelingMerchantShimmeredHead
Definition GoreID.cs:1440
const int CrimsonPenguinHead
Definition GoreID.cs:138
const int Sandshark1Hallowed
Definition GoreID.cs:642
const int DD2WyvernT3_2
Definition GoreID.cs:822
const int DD2DrakinT3_4
Definition GoreID.cs:694
const int MothronEgg2
Definition GoreID.cs:162
const int SkeletonMerchantChunk1
Definition GoreID.cs:72
const int CreatureFromTheDeepLeg
Definition GoreID.cs:90
const int DD2WyvernT3_1
Definition GoreID.cs:820
const int DD2WitherBeast1
Definition GoreID.cs:770
const int PsychoLeg
Definition GoreID.cs:108
const int DrManFlyArm
Definition GoreID.cs:118
const int Grebe1
Definition GoreID.cs:1024
const int BestiaryGirlShimmeredTail
Definition GoreID.cs:1480
const int DD2JavelinThrowerT2_2
Definition GoreID.cs:842
const int DesertBeast3
Definition GoreID.cs:524
const short Balloon_Red_2
Definition GoreID.cs:974
const int DD2JavelinThrowerT2_5
Definition GoreID.cs:848
const int SandElemental4
Definition GoreID.cs:656
const int VortexHornet3
Definition GoreID.cs:352
const int BestiaryGirlFox1
Definition GoreID.cs:1162
const short BloodSquid2
Definition GoreID.cs:1076
const int DD2GoblinT3_3
Definition GoreID.cs:876
const int DD2WyvernT3_4
Definition GoreID.cs:826
const int GolferShimmeredHead
Definition GoreID.cs:1338
const int PartyHatWizard
Definition GoreID.cs:606
const int DD2GoblinT3_2
Definition GoreID.cs:874
const int MedusaHead
Definition GoreID.cs:176
const int LavaDrip
Definition GoreID.cs:224
const int TreeLeaf_Palm
Definition GoreID.cs:566
const int DD2JavelinThrowerT3_2
Definition GoreID.cs:854
const int WaterDripUnderground
Definition GoreID.cs:216
const int TreeLeaf_GemTreeEmerald
Definition GoreID.cs:1220
const int DD2WyvernT1_1
Definition GoreID.cs:678
const int Cultist1
Definition GoreID.cs:544
const int DD2Kobold3
Definition GoreID.cs:720
const int Stinkbug1
Definition GoreID.cs:1266
const int FartCloud2
Definition GoreID.cs:24
const int DesertScorpion5
Definition GoreID.cs:518
const int Sandshark3Crimson
Definition GoreID.cs:638
const int Mothron1
Definition GoreID.cs:166
const int HallowBoss2
Definition GoreID.cs:1242
const int StardustJellyfish3
Definition GoreID.cs:304
const int TreeLeaf_GemTreeSapphire
Definition GoreID.cs:1218
const int GemSquirrelDiamond
Definition GoreID.cs:1180
const int DD2DrakinT3_1
Definition GoreID.cs:688
const int DemolitionistShimmeredLeg
Definition GoreID.cs:1316
const short Balloon_Green_2
Definition GoreID.cs:992
const int DD2WyvernT1_5
Definition GoreID.cs:686
const int Mothron5
Definition GoreID.cs:174
const int DD2GoblinT1_4
Definition GoreID.cs:702
const int StardustSpider3
Definition GoreID.cs:298
const int SalamanderLeg
Definition GoreID.cs:278
const short ZombieMerman1
Definition GoreID.cs:942
const int TavernkeepShimmeredLeg
Definition GoreID.cs:1430
const int Toucan2
Definition GoreID.cs:1282
const int AmbientAirborneCloud1
Definition GoreID.cs:912
const int SolarRoller3
Definition GoreID.cs:422
const int DesertBeast1
Definition GoreID.cs:520
const int PageScrap
Definition GoreID.cs:746
const int SkeletonMerchantShimmeredArm
Definition GoreID.cs:1404
const int DD2DarkMageT1_7
Definition GoreID.cs:760
const int ButcherHead
Definition GoreID.cs:78
const int TreeLeaf_HallowLastJim
Definition GoreID.cs:958
const int StardustJellyfish2
Definition GoreID.cs:302
const int DesertGhoulCrimson1
Definition GoreID.cs:486
const int DD2JavelinThrowerT2_3
Definition GoreID.cs:844
const int FlyingAntlion3
Definition GoreID.cs:930
const short SeaTurtle3
Definition GoreID.cs:1108
const int Grebe2
Definition GoreID.cs:1026
const short TurtleJungle1
Definition GoreID.cs:1054
const short Balloon_Green_1
Definition GoreID.cs:990
const int SolarSoldier4
Definition GoreID.cs:438
const int DesertGhoul2
Definition GoreID.cs:472
const int BestiaryGirl2
Definition GoreID.cs:1156