]> git.tdb.fi Git - poefilter.git/blob - weapons.txt
Add categories for particularly important flasks and accessories
[poefilter.git] / weapons.txt
1 category "weapon.bow.best_at_level"
2 {
3         or
4         {
5                 and
6                 {
7                         base_type "Crude Bow";
8                         item_level 1 4;
9                 };
10                 and
11                 {
12                         base_type "Short Bow";
13                         item_level 5 8;
14                 };
15                 and
16                 {
17                         base_type "Long Bow";
18                         item_level 9 13;
19                 };
20                 and
21                 {
22                         base_type "Composite Bow";
23                         item_level 14 17;
24                 };
25                 and
26                 {
27                         base_type "Recurve Bow";
28                         item_level 18 22;
29                 };
30                 and
31                 {
32                         base_type "Bone Bow";
33                         item_level 23 27;
34                 };
35                 and
36                 {
37                         base_type "Royal Bow";
38                         item_level 28 49;
39                 };
40                 and
41                 {
42                         base_type "Death Bow";
43                         item_level 32 52;
44                 };
45                 and
46                 {
47                         base_type "Grove Bow";
48                         item_level 35 35;
49                 };
50                 and
51                 {
52                         base_type "Reflex Bow";
53                         item_level 36 56;
54                 };
55                 and
56                 {
57                         base_type "Decurve Bow";
58                         item_level 38 43;
59                 };
60                 and
61                 {
62                         base_type "Compound Bow";
63                         item_level 41 43;
64                 };
65                 and
66                 {
67                         base_type "Sniper Bow";
68                         item_level 44 46;
69                 };
70                 and
71                 {
72                         base_type "Ivory Bow";
73                         item_level 47 49;
74                 };
75                 and
76                 {
77                         base_type "Highborn Bow";
78                         item_level 50 65;
79                 };
80                 and
81                 {
82                         base_type "Decimation Bow";
83                         item_level 53 67;
84                 };
85                 and
86                 {
87                         base_type "Thicket Bow";
88                         item_level 56 56;
89                 };
90                 and
91                 {
92                         base_type "Steelwood Bow";
93                         item_level 57 70;
94                 };
95                 and
96                 {
97                         base_type "Citadel Bow";
98                         min_item_level 58;
99                 };
100                 and
101                 {
102                         base_type "Ranger Bow";
103                         item_level 60 61;
104                 };
105                 and
106                 {
107                         base_type "Assassin Bow";
108                         item_level 62 67;
109                 };
110                 and
111                 {
112                         base_type "Spine Bow";
113                         item_level 64 67;
114                 };
115                 and
116                 {
117                         base_type "Imperial Bow";
118                         min_item_level 66;
119                 };
120                 and
121                 {
122                         base_type "Harbinger Bow";
123                         min_item_level 68;
124                 };
125                 and
126                 {
127                         base_type "Maraketh Bow";
128                         min_item_level 71;
129                 };
130         };
131 };
132 category "weapon.bow.second_at_level"
133 {
134         or
135         {
136                 and
137                 {
138                         base_type "Crude Bow";
139                         item_level 1 8;
140                 };
141                 and
142                 {
143                         base_type "Short Bow";
144                         item_level 5 13;
145                 };
146                 and
147                 {
148                         base_type "Long Bow";
149                         item_level 9 17;
150                 };
151                 and
152                 {
153                         base_type "Composite Bow";
154                         item_level 14 22;
155                 };
156                 and
157                 {
158                         base_type "Recurve Bow";
159                         item_level 18 27;
160                 };
161                 and
162                 {
163                         base_type "Bone Bow";
164                         item_level 23 49;
165                 };
166                 and
167                 {
168                         base_type "Royal Bow";
169                         item_level 28 65;
170                 };
171                 and
172                 {
173                         base_type "Death Bow";
174                         item_level 32 67;
175                 };
176                 and
177                 {
178                         base_type "Grove Bow";
179                         item_level 35 56;
180                 };
181                 and
182                 {
183                         base_type "Reflex Bow";
184                         item_level 36 70;
185                 };
186                 and
187                 {
188                         base_type "Decurve Bow";
189                         item_level 38 46;
190                 };
191                 and
192                 {
193                         base_type "Compound Bow";
194                         item_level 41 46;
195                 };
196                 and
197                 {
198                         base_type "Sniper Bow";
199                         item_level 44 49;
200                 };
201                 and
202                 {
203                         base_type "Ivory Bow";
204                         item_level 47 65;
205                 };
206                 and
207                 {
208                         base_type "Highborn Bow";
209                         min_item_level 50;
210                 };
211                 and
212                 {
213                         base_type "Decimation Bow";
214                         min_item_level 53;
215                 };
216                 and
217                 {
218                         base_type "Thicket Bow";
219                         item_level 56 70;
220                 };
221                 and
222                 {
223                         base_type "Steelwood Bow";
224                         min_item_level 57;
225                 };
226                 and
227                 {
228                         base_type "Citadel Bow";
229                         min_item_level 58;
230                 };
231                 and
232                 {
233                         base_type "Ranger Bow";
234                         item_level 60 67;
235                 };
236                 and
237                 {
238                         base_type "Assassin Bow";
239                         min_item_level 62;
240                 };
241                 and
242                 {
243                         base_type "Spine Bow";
244                         min_item_level 64;
245                 };
246                 and
247                 {
248                         base_type "Imperial Bow";
249                         min_item_level 66;
250                 };
251                 and
252                 {
253                         base_type "Harbinger Bow";
254                         min_item_level 68;
255                 };
256                 and
257                 {
258                         base_type "Maraketh Bow";
259                         min_item_level 71;
260                 };
261         };
262 };
263 category "weapon.claw.best_at_level"
264 {
265         or
266         {
267                 and
268                 {
269                         base_type "Nailed Fist";
270                         item_level 3 6;
271                 };
272                 and
273                 {
274                         base_type "Sharktooth Claw";
275                         item_level 7 11;
276                 };
277                 and
278                 {
279                         base_type "Awl";
280                         item_level 12 16;
281                 };
282                 and
283                 {
284                         base_type "Cat's Paw";
285                         item_level 17 21;
286                 };
287                 and
288                 {
289                         base_type "Blinder";
290                         item_level 22 25;
291                 };
292                 and
293                 {
294                         base_type "Timeworn Claw";
295                         item_level 26 33;
296                 };
297                 and
298                 {
299                         base_type "Sparkling Claw";
300                         item_level 30 33;
301                 };
302                 and
303                 {
304                         base_type "Fright Claw";
305                         item_level 34 36;
306                 };
307                 and
308                 {
309                         base_type "Double Claw";
310                         item_level 36 56;
311                 };
312                 and
313                 {
314                         base_type "Thresher Claw";
315                         item_level 37 45;
316                 };
317                 and
318                 {
319                         base_type "Gouger";
320                         item_level 40 45;
321                 };
322                 and
323                 {
324                         base_type "Tiger's Paw";
325                         item_level 43 48;
326                 };
327                 and
328                 {
329                         base_type "Gut Ripper";
330                         item_level 46 57;
331                 };
332                 and
333                 {
334                         base_type "Prehistoric Claw";
335                         item_level 49 54;
336                 };
337                 and
338                 {
339                         base_type "Noble Claw";
340                         item_level 52 57;
341                 };
342                 and
343                 {
344                         base_type "Eagle Claw";
345                         item_level 55 65;
346                 };
347                 and
348                 {
349                         base_type "Twin Claw";
350                         item_level 57 71;
351                 };
352                 and
353                 {
354                         base_type "Great White Claw";
355                         item_level 58 63;
356                 };
357                 and
358                 {
359                         base_type "Throat Stabber";
360                         item_level 60 63;
361                 };
362                 and
363                 {
364                         base_type "Hellion's Paw";
365                         item_level 62 65;
366                 };
367                 and
368                 {
369                         base_type "Eye Gouger";
370                         min_item_level 64;
371                 };
372                 and
373                 {
374                         base_type "Vaal Claw";
375                         min_item_level 66;
376                 };
377                 and
378                 {
379                         base_type "Imperial Claw";
380                         min_item_level 68;
381                 };
382                 and
383                 {
384                         base_type "Terror Claw";
385                         item_level 70 71;
386                 };
387                 and
388                 {
389                         base_type "Gemini Claw";
390                         min_item_level 72;
391                 };
392         };
393 };
394 category "weapon.claw.second_at_level"
395 {
396         or
397         {
398                 and
399                 {
400                         base_type "Nailed Fist";
401                         item_level 3 11;
402                 };
403                 and
404                 {
405                         base_type "Sharktooth Claw";
406                         item_level 7 16;
407                 };
408                 and
409                 {
410                         base_type "Awl";
411                         item_level 12 21;
412                 };
413                 and
414                 {
415                         base_type "Cat's Paw";
416                         item_level 17 25;
417                 };
418                 and
419                 {
420                         base_type "Blinder";
421                         item_level 22 33;
422                 };
423                 and
424                 {
425                         base_type "Timeworn Claw";
426                         item_level 26 36;
427                 };
428                 and
429                 {
430                         base_type "Sparkling Claw";
431                         item_level 30 36;
432                 };
433                 and
434                 {
435                         base_type "Fright Claw";
436                         item_level 34 45;
437                 };
438                 and
439                 {
440                         base_type "Double Claw";
441                         item_level 36 71;
442                 };
443                 and
444                 {
445                         base_type "Thresher Claw";
446                         item_level 37 57;
447                 };
448                 and
449                 {
450                         base_type "Gouger";
451                         item_level 40 57;
452                 };
453                 and
454                 {
455                         base_type "Tiger's Paw";
456                         item_level 43 54;
457                 };
458                 and
459                 {
460                         base_type "Gut Ripper";
461                         item_level 46 63;
462                 };
463                 and
464                 {
465                         base_type "Prehistoric Claw";
466                         item_level 49 65;
467                 };
468                 and
469                 {
470                         base_type "Noble Claw";
471                         item_level 52 63;
472                 };
473                 and
474                 {
475                         base_type "Eagle Claw";
476                         min_item_level 55;
477                 };
478                 and
479                 {
480                         base_type "Twin Claw";
481                         min_item_level 57;
482                 };
483                 and
484                 {
485                         base_type "Great White Claw";
486                         min_item_level 58;
487                 };
488                 and
489                 {
490                         base_type "Throat Stabber";
491                         min_item_level 60;
492                 };
493                 and
494                 {
495                         base_type "Hellion's Paw";
496                         min_item_level 62;
497                 };
498                 and
499                 {
500                         base_type "Eye Gouger";
501                         min_item_level 64;
502                 };
503                 and
504                 {
505                         base_type "Vaal Claw";
506                         min_item_level 66;
507                 };
508                 and
509                 {
510                         base_type "Imperial Claw";
511                         min_item_level 68;
512                 };
513                 and
514                 {
515                         base_type "Terror Claw";
516                         min_item_level 70;
517                 };
518                 and
519                 {
520                         base_type "Gemini Claw";
521                         min_item_level 72;
522                 };
523         };
524 };
525 category "weapon.dagger.best_at_level"
526 {
527         or
528         {
529                 and
530                 {
531                         base_type "Glass Shank";
532                         item_level 1 4;
533                 };
534                 and
535                 {
536                         base_type "Skinning Knife";
537                         item_level 5 9;
538                 };
539                 and
540                 {
541                         base_type "Carving Knife";
542                         item_level 10 14;
543                 };
544                 and
545                 {
546                         base_type "Stiletto";
547                         item_level 15 19;
548                 };
549                 and
550                 {
551                         base_type "Boot Knife";
552                         item_level 20 23;
553                 };
554                 and
555                 {
556                         base_type "Copper Kris";
557                         item_level 24 46;
558                 };
559                 and
560                 {
561                         base_type "Skean";
562                         item_level 28 31;
563                 };
564                 and
565                 {
566                         base_type "Imp Dagger";
567                         item_level 32 46;
568                 };
569                 and
570                 {
571                         base_type "Flaying Knife";
572                         item_level 35 40;
573                 };
574                 and
575                 {
576                         base_type "Prong Dagger";
577                         item_level 36 54;
578                 };
579                 and
580                 {
581                         base_type "Butcher Knife";
582                         item_level 38 40;
583                 };
584                 and
585                 {
586                         base_type "Poignard";
587                         item_level 41 43;
588                 };
589                 and
590                 {
591                         base_type "Boot Blade";
592                         item_level 44 46;
593                 };
594                 and
595                 {
596                         base_type "Golden Kris";
597                         item_level 47 63;
598                 };
599                 and
600                 {
601                         base_type "Royal Skean";
602                         item_level 50 52;
603                 };
604                 and
605                 {
606                         base_type "Fiend Dagger";
607                         item_level 53 63;
608                 };
609                 and
610                 {
611                         base_type "Trisula";
612                         item_level 55 69;
613                 };
614                 and
615                 {
616                         base_type "Gutting Knife";
617                         item_level 56 67;
618                 };
619                 and
620                 {
621                         base_type "Slaughter Knife";
622                         item_level 58 59;
623                 };
624                 and
625                 {
626                         base_type "Ambusher";
627                         item_level 60 63;
628                 };
629                 and
630                 {
631                         base_type "Ezomyte Dagger";
632                         item_level 62 63;
633                 };
634                 and
635                 {
636                         base_type "Platinum Kris";
637                         min_item_level 64;
638                 };
639                 and
640                 {
641                         base_type "Imperial Skean";
642                         item_level 66 67;
643                 };
644                 and
645                 {
646                         base_type "Demon Dagger";
647                         min_item_level 68;
648                 };
649                 and
650                 {
651                         base_type "Sai";
652                         min_item_level 70;
653                 };
654         };
655 };
656 category "weapon.dagger.second_at_level"
657 {
658         or
659         {
660                 and
661                 {
662                         base_type "Glass Shank";
663                         item_level 1 9;
664                 };
665                 and
666                 {
667                         base_type "Skinning Knife";
668                         item_level 5 14;
669                 };
670                 and
671                 {
672                         base_type "Carving Knife";
673                         item_level 10 19;
674                 };
675                 and
676                 {
677                         base_type "Stiletto";
678                         item_level 15 23;
679                 };
680                 and
681                 {
682                         base_type "Boot Knife";
683                         item_level 20 46;
684                 };
685                 and
686                 {
687                         base_type "Copper Kris";
688                         item_level 24 63;
689                 };
690                 and
691                 {
692                         base_type "Skean";
693                         item_level 28 46;
694                 };
695                 and
696                 {
697                         base_type "Imp Dagger";
698                         item_level 32 63;
699                 };
700                 and
701                 {
702                         base_type "Flaying Knife";
703                         item_level 35 43;
704                 };
705                 and
706                 {
707                         base_type "Prong Dagger";
708                         item_level 36 69;
709                 };
710                 and
711                 {
712                         base_type "Butcher Knife";
713                         item_level 38 43;
714                 };
715                 and
716                 {
717                         base_type "Poignard";
718                         item_level 41 46;
719                 };
720                 and
721                 {
722                         base_type "Boot Blade";
723                         item_level 44 63;
724                 };
725                 and
726                 {
727                         base_type "Golden Kris";
728                         min_item_level 47;
729                 };
730                 and
731                 {
732                         base_type "Royal Skean";
733                         item_level 50 63;
734                 };
735                 and
736                 {
737                         base_type "Fiend Dagger";
738                         min_item_level 53;
739                 };
740                 and
741                 {
742                         base_type "Trisula";
743                         min_item_level 55;
744                 };
745                 and
746                 {
747                         base_type "Gutting Knife";
748                         min_item_level 56;
749                 };
750                 and
751                 {
752                         base_type "Slaughter Knife";
753                         item_level 58 63;
754                 };
755                 and
756                 {
757                         base_type "Ambusher";
758                         min_item_level 60;
759                 };
760                 and
761                 {
762                         base_type "Ezomyte Dagger";
763                         min_item_level 62;
764                 };
765                 and
766                 {
767                         base_type "Platinum Kris";
768                         min_item_level 64;
769                 };
770                 and
771                 {
772                         base_type "Imperial Skean";
773                         min_item_level 66;
774                 };
775                 and
776                 {
777                         base_type "Demon Dagger";
778                         min_item_level 68;
779                 };
780                 and
781                 {
782                         base_type "Sai";
783                         min_item_level 70;
784                 };
785         };
786 };
787 category "weapon.one_hand_axe.best_at_level"
788 {
789         or
790         {
791                 and
792                 {
793                         base_type "Rusted Hatchet";
794                         item_level 2 5;
795                 };
796                 and
797                 {
798                         base_type "Jade Hatchet";
799                         item_level 6 10;
800                 };
801                 and
802                 {
803                         base_type "Boarding Axe";
804                         item_level 11 15;
805                 };
806                 and
807                 {
808                         base_type "Cleaver";
809                         item_level 16 20;
810                 };
811                 and
812                 {
813                         base_type "Broad Axe";
814                         item_level 21 24;
815                 };
816                 and
817                 {
818                         base_type "Arming Axe";
819                         item_level 25 28;
820                 };
821                 and
822                 {
823                         base_type "Decorative Axe";
824                         item_level 29 32;
825                 };
826                 and
827                 {
828                         base_type "Spectral Axe";
829                         item_level 33 35;
830                 };
831                 and
832                 {
833                         base_type "Etched Hatchet";
834                         item_level 35 55;
835                 };
836                 and
837                 {
838                         base_type "Jasper Axe";
839                         item_level 36 41;
840                 };
841                 and
842                 {
843                         base_type "Tomahawk";
844                         item_level 39 41;
845                 };
846                 and
847                 {
848                         base_type "Wrist Chopper";
849                         item_level 42 44;
850                 };
851                 and
852                 {
853                         base_type "War Axe";
854                         item_level 45 47;
855                 };
856                 and
857                 {
858                         base_type "Chest Splitter";
859                         item_level 48 50;
860                 };
861                 and
862                 {
863                         base_type "Ceremonial Axe";
864                         item_level 51 53;
865                 };
866                 and
867                 {
868                         base_type "Wraith Axe";
869                         item_level 54 56;
870                 };
871                 and
872                 {
873                         base_type "Engraved Hatchet";
874                         item_level 56 70;
875                 };
876                 and
877                 {
878                         base_type "Karui Axe";
879                         item_level 57 60;
880                 };
881                 and
882                 {
883                         base_type "Siege Axe";
884                         item_level 59 60;
885                 };
886                 and
887                 {
888                         base_type "Reaver Axe";
889                         item_level 61 66;
890                 };
891                 and
892                 {
893                         base_type "Butcher Axe";
894                         item_level 63 66;
895                 };
896                 and
897                 {
898                         base_type "Vaal Hatchet";
899                         item_level 65 66;
900                 };
901                 and
902                 {
903                         base_type "Royal Axe";
904                         min_item_level 67;
905                 };
906                 and
907                 {
908                         base_type "Infernal Axe";
909                         item_level 69 70;
910                 };
911                 and
912                 {
913                         base_type "Runic Hatchet";
914                         min_item_level 71;
915                 };
916         };
917 };
918 category "weapon.one_hand_axe.second_at_level"
919 {
920         or
921         {
922                 and
923                 {
924                         base_type "Rusted Hatchet";
925                         item_level 2 10;
926                 };
927                 and
928                 {
929                         base_type "Jade Hatchet";
930                         item_level 6 15;
931                 };
932                 and
933                 {
934                         base_type "Boarding Axe";
935                         item_level 11 20;
936                 };
937                 and
938                 {
939                         base_type "Cleaver";
940                         item_level 16 24;
941                 };
942                 and
943                 {
944                         base_type "Broad Axe";
945                         item_level 21 28;
946                 };
947                 and
948                 {
949                         base_type "Arming Axe";
950                         item_level 25 32;
951                 };
952                 and
953                 {
954                         base_type "Decorative Axe";
955                         item_level 29 35;
956                 };
957                 and
958                 {
959                         base_type "Spectral Axe";
960                         item_level 33 55;
961                 };
962                 and
963                 {
964                         base_type "Etched Hatchet";
965                         item_level 35 70;
966                 };
967                 and
968                 {
969                         base_type "Jasper Axe";
970                         item_level 36 44;
971                 };
972                 and
973                 {
974                         base_type "Tomahawk";
975                         item_level 39 44;
976                 };
977                 and
978                 {
979                         base_type "Wrist Chopper";
980                         item_level 42 47;
981                 };
982                 and
983                 {
984                         base_type "War Axe";
985                         item_level 45 50;
986                 };
987                 and
988                 {
989                         base_type "Chest Splitter";
990                         item_level 48 53;
991                 };
992                 and
993                 {
994                         base_type "Ceremonial Axe";
995                         item_level 51 56;
996                 };
997                 and
998                 {
999                         base_type "Wraith Axe";
1000                         item_level 54 70;
1001                 };
1002                 and
1003                 {
1004                         base_type "Engraved Hatchet";
1005                         min_item_level 56;
1006                 };
1007                 and
1008                 {
1009                         base_type "Karui Axe";
1010                         item_level 57 66;
1011                 };
1012                 and
1013                 {
1014                         base_type "Siege Axe";
1015                         item_level 59 66;
1016                 };
1017                 and
1018                 {
1019                         base_type "Reaver Axe";
1020                         min_item_level 61;
1021                 };
1022                 and
1023                 {
1024                         base_type "Butcher Axe";
1025                         min_item_level 63;
1026                 };
1027                 and
1028                 {
1029                         base_type "Vaal Hatchet";
1030                         min_item_level 65;
1031                 };
1032                 and
1033                 {
1034                         base_type "Royal Axe";
1035                         min_item_level 67;
1036                 };
1037                 and
1038                 {
1039                         base_type "Infernal Axe";
1040                         min_item_level 69;
1041                 };
1042                 and
1043                 {
1044                         base_type "Runic Hatchet";
1045                         min_item_level 71;
1046                 };
1047         };
1048 };
1049 category "weapon.one_hand_mace.best_at_level"
1050 {
1051         or
1052         {
1053                 and
1054                 {
1055                         base_type "Driftwood Club";
1056                         item_level 1 4;
1057                 };
1058                 and
1059                 {
1060                         base_type "Tribal Club";
1061                         item_level 5 9;
1062                 };
1063                 and
1064                 {
1065                         base_type "Spiked Club";
1066                         item_level 10 14;
1067                 };
1068                 and
1069                 {
1070                         base_type "Stone Hammer";
1071                         item_level 15 27;
1072                 };
1073                 and
1074                 {
1075                         base_type "War Hammer";
1076                         item_level 20 23;
1077                 };
1078                 and
1079                 {
1080                         base_type "Bladed Mace";
1081                         item_level 24 27;
1082                 };
1083                 and
1084                 {
1085                         base_type "Ceremonial Mace";
1086                         item_level 28 40;
1087                 };
1088                 and
1089                 {
1090                         base_type "Dream Mace";
1091                         item_level 32 34;
1092                 };
1093                 and
1094                 {
1095                         base_type "Wyrm Mace";
1096                         item_level 34 54;
1097                 };
1098                 and
1099                 {
1100                         base_type "Petrified Club";
1101                         item_level 35 37;
1102                 };
1103                 and
1104                 {
1105                         base_type "Barbed Club";
1106                         item_level 38 40;
1107                 };
1108                 and
1109                 {
1110                         base_type "Rock Breaker";
1111                         item_level 41 49;
1112                 };
1113                 and
1114                 {
1115                         base_type "Battle Hammer";
1116                         item_level 44 46;
1117                 };
1118                 and
1119                 {
1120                         base_type "Flanged Mace";
1121                         item_level 47 49;
1122                 };
1123                 and
1124                 {
1125                         base_type "Ornate Mace";
1126                         item_level 50 59;
1127                 };
1128                 and
1129                 {
1130                         base_type "Phantom Mace";
1131                         item_level 53 55;
1132                 };
1133                 and
1134                 {
1135                         base_type "Dragon Mace";
1136                         item_level 55 69;
1137                 };
1138                 and
1139                 {
1140                         base_type "Ancestral Club";
1141                         item_level 56 59;
1142                 };
1143                 and
1144                 {
1145                         base_type "Tenderizer";
1146                         item_level 58 59;
1147                 };
1148                 and
1149                 {
1150                         base_type "Gavel";
1151                         min_item_level 60;
1152                 };
1153                 and
1154                 {
1155                         base_type "Legion Hammer";
1156                         item_level 62 63;
1157                 };
1158                 and
1159                 {
1160                         base_type "Pernarch";
1161                         item_level 64 65;
1162                 };
1163                 and
1164                 {
1165                         base_type "Auric Mace";
1166                         item_level 66 59;
1167                 };
1168                 and
1169                 {
1170                         base_type "Nightmare Mace";
1171                         item_level 68 69;
1172                 };
1173                 and
1174                 {
1175                         base_type "Behemoth Mace";
1176                         min_item_level 70;
1177                 };
1178         };
1179 };
1180 category "weapon.one_hand_mace.second_at_level"
1181 {
1182         or
1183         {
1184                 and
1185                 {
1186                         base_type "Driftwood Club";
1187                         item_level 1 9;
1188                 };
1189                 and
1190                 {
1191                         base_type "Tribal Club";
1192                         item_level 5 14;
1193                 };
1194                 and
1195                 {
1196                         base_type "Spiked Club";
1197                         item_level 10 27;
1198                 };
1199                 and
1200                 {
1201                         base_type "Stone Hammer";
1202                         item_level 15 40;
1203                 };
1204                 and
1205                 {
1206                         base_type "War Hammer";
1207                         item_level 20 27;
1208                 };
1209                 and
1210                 {
1211                         base_type "Bladed Mace";
1212                         item_level 24 40;
1213                 };
1214                 and
1215                 {
1216                         base_type "Ceremonial Mace";
1217                         item_level 28 49;
1218                 };
1219                 and
1220                 {
1221                         base_type "Dream Mace";
1222                         item_level 32 37;
1223                 };
1224                 and
1225                 {
1226                         base_type "Wyrm Mace";
1227                         item_level 34 69;
1228                 };
1229                 and
1230                 {
1231                         base_type "Petrified Club";
1232                         item_level 35 40;
1233                 };
1234                 and
1235                 {
1236                         base_type "Barbed Club";
1237                         item_level 38 49;
1238                 };
1239                 and
1240                 {
1241                         base_type "Rock Breaker";
1242                         item_level 41 59;
1243                 };
1244                 and
1245                 {
1246                         base_type "Battle Hammer";
1247                         item_level 44 49;
1248                 };
1249                 and
1250                 {
1251                         base_type "Flanged Mace";
1252                         item_level 47 59;
1253                 };
1254                 and
1255                 {
1256                         base_type "Ornate Mace";
1257                         min_item_level 50;
1258                 };
1259                 and
1260                 {
1261                         base_type "Phantom Mace";
1262                         item_level 53 59;
1263                 };
1264                 and
1265                 {
1266                         base_type "Dragon Mace";
1267                         min_item_level 55;
1268                 };
1269                 and
1270                 {
1271                         base_type "Ancestral Club";
1272                         min_item_level 56;
1273                 };
1274                 and
1275                 {
1276                         base_type "Tenderizer";
1277                         min_item_level 58;
1278                 };
1279                 and
1280                 {
1281                         base_type "Gavel";
1282                         min_item_level 60;
1283                 };
1284                 and
1285                 {
1286                         base_type "Legion Hammer";
1287                         item_level 62 65;
1288                 };
1289                 and
1290                 {
1291                         base_type "Pernarch";
1292                         item_level 64 59;
1293                 };
1294                 and
1295                 {
1296                         base_type "Auric Mace";
1297                         min_item_level 66;
1298                 };
1299                 and
1300                 {
1301                         base_type "Nightmare Mace";
1302                         min_item_level 68;
1303                 };
1304                 and
1305                 {
1306                         base_type "Behemoth Mace";
1307                         min_item_level 70;
1308                 };
1309         };
1310 };
1311 category "weapon.one_hand_sword.best_at_level"
1312 {
1313         or
1314         {
1315                 and
1316                 {
1317                         base_type "Rusted Sword";
1318                         item_level 1 1;
1319                 };
1320                 and
1321                 {
1322                         base_type "Charan's Sword";
1323                         item_level 2 9;
1324                 };
1325                 and
1326                 {
1327                         base_type "Copper Sword";
1328                         item_level 5 23;
1329                 };
1330                 and
1331                 {
1332                         base_type "Sabre";
1333                         item_level 10 14;
1334                 };
1335                 and
1336                 {
1337                         base_type "Broad Sword";
1338                         item_level 15 19;
1339                 };
1340                 and
1341                 {
1342                         base_type "War Sword";
1343                         item_level 20 31;
1344                 };
1345                 and
1346                 {
1347                         base_type "Ancient Sword";
1348                         item_level 24 27;
1349                 };
1350                 and
1351                 {
1352                         base_type "Elegant Sword";
1353                         item_level 28 34;
1354                 };
1355                 and
1356                 {
1357                         base_type "Dusk Blade";
1358                         item_level 32 37;
1359                 };
1360                 and
1361                 {
1362                         base_type "Hook Sword";
1363                         item_level 34 54;
1364                 };
1365                 and
1366                 {
1367                         base_type "Variscite Blade";
1368                         item_level 35 46;
1369                 };
1370                 and
1371                 {
1372                         base_type "Cutlass";
1373                         item_level 38 40;
1374                 };
1375                 and
1376                 {
1377                         base_type "Baselard";
1378                         item_level 41 43;
1379                 };
1380                 and
1381                 {
1382                         base_type "Battle Sword";
1383                         item_level 44 52;
1384                 };
1385                 and
1386                 {
1387                         base_type "Elder Sword";
1388                         item_level 47 49;
1389                 };
1390                 and
1391                 {
1392                         base_type "Graceful Sword";
1393                         item_level 50 55;
1394                 };
1395                 and
1396                 {
1397                         base_type "Twilight Blade";
1398                         item_level 53 57;
1399                 };
1400                 and
1401                 {
1402                         base_type "Grappler";
1403                         item_level 55 69;
1404                 };
1405                 and
1406                 {
1407                         base_type "Gemstone Sword";
1408                         item_level 56 63;
1409                 };
1410                 and
1411                 {
1412                         base_type "Corsair Sword";
1413                         item_level 58 59;
1414                 };
1415                 and
1416                 {
1417                         base_type "Gladius";
1418                         item_level 60 61;
1419                 };
1420                 and
1421                 {
1422                         base_type "Legion Sword";
1423                         min_item_level 62;
1424                 };
1425                 and
1426                 {
1427                         base_type "Vaal Blade";
1428                         item_level 64 67;
1429                 };
1430                 and
1431                 {
1432                         base_type "Eternal Sword";
1433                         min_item_level 66;
1434                 };
1435                 and
1436                 {
1437                         base_type "Midnight Blade";
1438                         item_level 68 69;
1439                 };
1440                 and
1441                 {
1442                         base_type "Tiger Hook";
1443                         min_item_level 70;
1444                 };
1445         };
1446 };
1447 category "weapon.one_hand_sword.second_at_level"
1448 {
1449         or
1450         {
1451                 and
1452                 {
1453                         base_type "Rusted Sword";
1454                         item_level 1 9;
1455                 };
1456                 and
1457                 {
1458                         base_type "Charan's Sword";
1459                         item_level 2 14;
1460                 };
1461                 and
1462                 {
1463                         base_type "Copper Sword";
1464                         item_level 5 27;
1465                 };
1466                 and
1467                 {
1468                         base_type "Sabre";
1469                         item_level 10 19;
1470                 };
1471                 and
1472                 {
1473                         base_type "Broad Sword";
1474                         item_level 15 31;
1475                 };
1476                 and
1477                 {
1478                         base_type "War Sword";
1479                         item_level 20 37;
1480                 };
1481                 and
1482                 {
1483                         base_type "Ancient Sword";
1484                         item_level 24 34;
1485                 };
1486                 and
1487                 {
1488                         base_type "Elegant Sword";
1489                         item_level 28 46;
1490                 };
1491                 and
1492                 {
1493                         base_type "Dusk Blade";
1494                         item_level 32 40;
1495                 };
1496                 and
1497                 {
1498                         base_type "Hook Sword";
1499                         item_level 34 69;
1500                 };
1501                 and
1502                 {
1503                         base_type "Variscite Blade";
1504                         item_level 35 49;
1505                 };
1506                 and
1507                 {
1508                         base_type "Cutlass";
1509                         item_level 38 43;
1510                 };
1511                 and
1512                 {
1513                         base_type "Baselard";
1514                         item_level 41 52;
1515                 };
1516                 and
1517                 {
1518                         base_type "Battle Sword";
1519                         item_level 44 57;
1520                 };
1521                 and
1522                 {
1523                         base_type "Elder Sword";
1524                         item_level 47 55;
1525                 };
1526                 and
1527                 {
1528                         base_type "Graceful Sword";
1529                         item_level 50 63;
1530                 };
1531                 and
1532                 {
1533                         base_type "Twilight Blade";
1534                         item_level 53 59;
1535                 };
1536                 and
1537                 {
1538                         base_type "Grappler";
1539                         min_item_level 55;
1540                 };
1541                 and
1542                 {
1543                         base_type "Gemstone Sword";
1544                         item_level 56 65;
1545                 };
1546                 and
1547                 {
1548                         base_type "Corsair Sword";
1549                         item_level 58 61;
1550                 };
1551                 and
1552                 {
1553                         base_type "Gladius";
1554                         min_item_level 60;
1555                 };
1556                 and
1557                 {
1558                         base_type "Legion Sword";
1559                         min_item_level 62;
1560                 };
1561                 and
1562                 {
1563                         base_type "Vaal Blade";
1564                         min_item_level 64;
1565                 };
1566                 and
1567                 {
1568                         base_type "Eternal Sword";
1569                         min_item_level 66;
1570                 };
1571                 and
1572                 {
1573                         base_type "Midnight Blade";
1574                         min_item_level 68;
1575                 };
1576                 and
1577                 {
1578                         base_type "Tiger Hook";
1579                         min_item_level 70;
1580                 };
1581         };
1582 };
1583 category "weapon.sceptre.best_at_level"
1584 {
1585         or
1586         {
1587                 and
1588                 {
1589                         base_type "Driftwood Sceptre";
1590                         item_level 1 4;
1591                 };
1592                 and
1593                 {
1594                         base_type "Darkwood Sceptre";
1595                         item_level 5 9;
1596                 };
1597                 and
1598                 {
1599                         base_type "Bronze Sceptre";
1600                         item_level 10 14;
1601                 };
1602                 and
1603                 {
1604                         base_type "Quartz Sceptre";
1605                         item_level 15 31;
1606                 };
1607                 and
1608                 {
1609                         base_type "Iron Sceptre";
1610                         item_level 20 23;
1611                 };
1612                 and
1613                 {
1614                         base_type "Ochre Sceptre";
1615                         item_level 24 27;
1616                 };
1617                 and
1618                 {
1619                         base_type "Ritual Sceptre";
1620                         item_level 28 31;
1621                 };
1622                 and
1623                 {
1624                         base_type "Shadow Sceptre";
1625                         item_level 32 40;
1626                 };
1627                 and
1628                 {
1629                         base_type "Grinning Fetish";
1630                         item_level 35 37;
1631                 };
1632                 and
1633                 {
1634                         base_type "Horned Sceptre";
1635                         item_level 36 54;
1636                 };
1637                 and
1638                 {
1639                         base_type "Sekhem";
1640                         item_level 38 40;
1641                 };
1642                 and
1643                 {
1644                         base_type "Crystal Sceptre";
1645                         item_level 41 52;
1646                 };
1647                 and
1648                 {
1649                         base_type "Lead Sceptre";
1650                         item_level 44 46;
1651                 };
1652                 and
1653                 {
1654                         base_type "Blood Sceptre";
1655                         item_level 47 49;
1656                 };
1657                 and
1658                 {
1659                         base_type "Royal Sceptre";
1660                         item_level 50 52;
1661                 };
1662                 and
1663                 {
1664                         base_type "Abyssal Sceptre";
1665                         item_level 53 59;
1666                 };
1667                 and
1668                 {
1669                         base_type "Stag Sceptre";
1670                         item_level 55 69;
1671                 };
1672                 and
1673                 {
1674                         base_type "Karui Sceptre";
1675                         item_level 56 57;
1676                 };
1677                 and
1678                 {
1679                         base_type "Tyrant's Sekhem";
1680                         item_level 58 61;
1681                 };
1682                 and
1683                 {
1684                         base_type "Opal Sceptre";
1685                         item_level 60 67;
1686                 };
1687                 and
1688                 {
1689                         base_type "Platinum Sceptre";
1690                         item_level 62 65;
1691                 };
1692                 and
1693                 {
1694                         base_type "Vaal Sceptre";
1695                         item_level 64 65;
1696                 };
1697                 and
1698                 {
1699                         base_type "Carnal Sceptre";
1700                         min_item_level 66;
1701                 };
1702                 and
1703                 {
1704                         base_type "Void Sceptre";
1705                         min_item_level 68;
1706                 };
1707                 and
1708                 {
1709                         base_type "Sambar Sceptre";
1710                         min_item_level 70;
1711                 };
1712         };
1713 };
1714 category "weapon.sceptre.second_at_level"
1715 {
1716         or
1717         {
1718                 and
1719                 {
1720                         base_type "Driftwood Sceptre";
1721                         item_level 1 9;
1722                 };
1723                 and
1724                 {
1725                         base_type "Darkwood Sceptre";
1726                         item_level 5 14;
1727                 };
1728                 and
1729                 {
1730                         base_type "Bronze Sceptre";
1731                         item_level 10 31;
1732                 };
1733                 and
1734                 {
1735                         base_type "Quartz Sceptre";
1736                         item_level 15 40;
1737                 };
1738                 and
1739                 {
1740                         base_type "Iron Sceptre";
1741                         item_level 20 27;
1742                 };
1743                 and
1744                 {
1745                         base_type "Ochre Sceptre";
1746                         item_level 24 31;
1747                 };
1748                 and
1749                 {
1750                         base_type "Ritual Sceptre";
1751                         item_level 28 40;
1752                 };
1753                 and
1754                 {
1755                         base_type "Shadow Sceptre";
1756                         item_level 32 52;
1757                 };
1758                 and
1759                 {
1760                         base_type "Grinning Fetish";
1761                         item_level 35 40;
1762                 };
1763                 and
1764                 {
1765                         base_type "Horned Sceptre";
1766                         item_level 36 69;
1767                 };
1768                 and
1769                 {
1770                         base_type "Sekhem";
1771                         item_level 38 52;
1772                 };
1773                 and
1774                 {
1775                         base_type "Crystal Sceptre";
1776                         item_level 41 59;
1777                 };
1778                 and
1779                 {
1780                         base_type "Lead Sceptre";
1781                         item_level 44 49;
1782                 };
1783                 and
1784                 {
1785                         base_type "Blood Sceptre";
1786                         item_level 47 52;
1787                 };
1788                 and
1789                 {
1790                         base_type "Royal Sceptre";
1791                         item_level 50 59;
1792                 };
1793                 and
1794                 {
1795                         base_type "Abyssal Sceptre";
1796                         item_level 53 67;
1797                 };
1798                 and
1799                 {
1800                         base_type "Stag Sceptre";
1801                         min_item_level 55;
1802                 };
1803                 and
1804                 {
1805                         base_type "Karui Sceptre";
1806                         item_level 56 61;
1807                 };
1808                 and
1809                 {
1810                         base_type "Tyrant's Sekhem";
1811                         item_level 58 67;
1812                 };
1813                 and
1814                 {
1815                         base_type "Opal Sceptre";
1816                         min_item_level 60;
1817                 };
1818                 and
1819                 {
1820                         base_type "Platinum Sceptre";
1821                         min_item_level 62;
1822                 };
1823                 and
1824                 {
1825                         base_type "Vaal Sceptre";
1826                         min_item_level 64;
1827                 };
1828                 and
1829                 {
1830                         base_type "Carnal Sceptre";
1831                         min_item_level 66;
1832                 };
1833                 and
1834                 {
1835                         base_type "Void Sceptre";
1836                         min_item_level 68;
1837                 };
1838                 and
1839                 {
1840                         base_type "Sambar Sceptre";
1841                         min_item_level 70;
1842                 };
1843         };
1844 };
1845 category "weapon.stave.best_at_level"
1846 {
1847         or
1848         {
1849                 and
1850                 {
1851                         base_type "Gnarled Branch";
1852                         item_level 4 8;
1853                 };
1854                 and
1855                 {
1856                         base_type "Primitive Staff";
1857                         item_level 9 12;
1858                 };
1859                 and
1860                 {
1861                         base_type "Long Staff";
1862                         item_level 13 17;
1863                 };
1864                 and
1865                 {
1866                         base_type "Iron Staff";
1867                         item_level 18 22;
1868                 };
1869                 and
1870                 {
1871                         base_type "Coiled Staff";
1872                         item_level 23 48;
1873                 };
1874                 and
1875                 {
1876                         base_type "Royal Staff";
1877                         item_level 28 32;
1878                 };
1879                 and
1880                 {
1881                         base_type "Vile Staff";
1882                         item_level 33 36;
1883                 };
1884                 and
1885                 {
1886                         base_type "Crescent Staff";
1887                         item_level 36 56;
1888                 };
1889                 and
1890                 {
1891                         base_type "Woodful Staff";
1892                         item_level 37 40;
1893                 };
1894                 and
1895                 {
1896                         base_type "Quarterstaff";
1897                         item_level 41 44;
1898                 };
1899                 and
1900                 {
1901                         base_type "Military Staff";
1902                         item_level 45 48;
1903                 };
1904                 and
1905                 {
1906                         base_type "Serpentine Staff";
1907                         item_level 49 63;
1908                 };
1909                 and
1910                 {
1911                         base_type "Highborn Staff";
1912                         item_level 52 54;
1913                 };
1914                 and
1915                 {
1916                         base_type "Foul Staff";
1917                         item_level 55 57;
1918                 };
1919                 and
1920                 {
1921                         base_type "Moon Staff";
1922                         item_level 57 69;
1923                 };
1924                 and
1925                 {
1926                         base_type "Primordial Staff";
1927                         item_level 58 61;
1928                 };
1929                 and
1930                 {
1931                         base_type "Lathi";
1932                         item_level 60 61;
1933                 };
1934                 and
1935                 {
1936                         base_type "Ezomyte Staff";
1937                         item_level 62 65;
1938                 };
1939                 and
1940                 {
1941                         base_type "Maelström Staff";
1942                         min_item_level 64;
1943                 };
1944                 and
1945                 {
1946                         base_type "Imperial Staff";
1947                         min_item_level 66;
1948                 };
1949                 and
1950                 {
1951                         base_type "Judgement Staff";
1952                         item_level 68 69;
1953                 };
1954                 and
1955                 {
1956                         base_type "Eclipse Staff";
1957                         min_item_level 70;
1958                 };
1959         };
1960 };
1961 category "weapon.stave.second_at_level"
1962 {
1963         or
1964         {
1965                 and
1966                 {
1967                         base_type "Gnarled Branch";
1968                         item_level 4 12;
1969                 };
1970                 and
1971                 {
1972                         base_type "Primitive Staff";
1973                         item_level 9 17;
1974                 };
1975                 and
1976                 {
1977                         base_type "Long Staff";
1978                         item_level 13 22;
1979                 };
1980                 and
1981                 {
1982                         base_type "Iron Staff";
1983                         item_level 18 48;
1984                 };
1985                 and
1986                 {
1987                         base_type "Coiled Staff";
1988                         item_level 23 63;
1989                 };
1990                 and
1991                 {
1992                         base_type "Royal Staff";
1993                         item_level 28 36;
1994                 };
1995                 and
1996                 {
1997                         base_type "Vile Staff";
1998                         item_level 33 40;
1999                 };
2000                 and
2001                 {
2002                         base_type "Crescent Staff";
2003                         item_level 36 69;
2004                 };
2005                 and
2006                 {
2007                         base_type "Woodful Staff";
2008                         item_level 37 44;
2009                 };
2010                 and
2011                 {
2012                         base_type "Quarterstaff";
2013                         item_level 41 48;
2014                 };
2015                 and
2016                 {
2017                         base_type "Military Staff";
2018                         item_level 45 63;
2019                 };
2020                 and
2021                 {
2022                         base_type "Serpentine Staff";
2023                         min_item_level 49;
2024                 };
2025                 and
2026                 {
2027                         base_type "Highborn Staff";
2028                         item_level 52 57;
2029                 };
2030                 and
2031                 {
2032                         base_type "Foul Staff";
2033                         item_level 55 61;
2034                 };
2035                 and
2036                 {
2037                         base_type "Moon Staff";
2038                         min_item_level 57;
2039                 };
2040                 and
2041                 {
2042                         base_type "Primordial Staff";
2043                         item_level 58 65;
2044                 };
2045                 and
2046                 {
2047                         base_type "Lathi";
2048                         item_level 60 65;
2049                 };
2050                 and
2051                 {
2052                         base_type "Ezomyte Staff";
2053                         min_item_level 62;
2054                 };
2055                 and
2056                 {
2057                         base_type "Maelström Staff";
2058                         min_item_level 64;
2059                 };
2060                 and
2061                 {
2062                         base_type "Imperial Staff";
2063                         min_item_level 66;
2064                 };
2065                 and
2066                 {
2067                         base_type "Judgement Staff";
2068                         min_item_level 68;
2069                 };
2070                 and
2071                 {
2072                         base_type "Eclipse Staff";
2073                         min_item_level 70;
2074                 };
2075         };
2076 };
2077 category "weapon.thrusting_one_hand_sword.best_at_level"
2078 {
2079         or
2080         {
2081                 and
2082                 {
2083                         base_type "Rusted Spike";
2084                         item_level 3 6;
2085                 };
2086                 and
2087                 {
2088                         base_type "Whalebone Rapier";
2089                         item_level 7 11;
2090                 };
2091                 and
2092                 {
2093                         base_type "Battered Foil";
2094                         item_level 12 16;
2095                 };
2096                 and
2097                 {
2098                         base_type "Basket Rapier";
2099                         item_level 17 21;
2100                 };
2101                 and
2102                 {
2103                         base_type "Jagged Foil";
2104                         item_level 22 25;
2105                 };
2106                 and
2107                 {
2108                         base_type "Antique Rapier";
2109                         item_level 26 29;
2110                 };
2111                 and
2112                 {
2113                         base_type "Elegant Foil";
2114                         item_level 30 33;
2115                 };
2116                 and
2117                 {
2118                         base_type "Thorn Rapier";
2119                         item_level 34 54;
2120                 };
2121                 and
2122                 {
2123                         base_type "Smallsword";
2124                         item_level 36 56;
2125                 };
2126                 and
2127                 {
2128                         base_type "Wyrmbone Rapier";
2129                         item_level 37 39;
2130                 };
2131                 and
2132                 {
2133                         base_type "Burnished Foil";
2134                         item_level 40 42;
2135                 };
2136                 and
2137                 {
2138                         base_type "Estoc";
2139                         item_level 43 45;
2140                 };
2141                 and
2142                 {
2143                         base_type "Serrated Foil";
2144                         item_level 46 48;
2145                 };
2146                 and
2147                 {
2148                         base_type "Primeval Rapier";
2149                         item_level 49 51;
2150                 };
2151                 and
2152                 {
2153                         base_type "Fancy Foil";
2154                         item_level 52 54;
2155                 };
2156                 and
2157                 {
2158                         base_type "Apex Rapier";
2159                         item_level 55 69;
2160                 };
2161                 and
2162                 {
2163                         base_type "Courtesan Sword";
2164                         item_level 57 71;
2165                 };
2166                 and
2167                 {
2168                         base_type "Dragonbone Rapier";
2169                         item_level 58 61;
2170                 };
2171                 and
2172                 {
2173                         base_type "Tempered Foil";
2174                         item_level 60 61;
2175                 };
2176                 and
2177                 {
2178                         base_type "Pecoraro";
2179                         item_level 62 67;
2180                 };
2181                 and
2182                 {
2183                         base_type "Spiraled Foil";
2184                         item_level 64 67;
2185                 };
2186                 and
2187                 {
2188                         base_type "Vaal Rapier";
2189                         item_level 66 67;
2190                 };
2191                 and
2192                 {
2193                         base_type "Jewelled Foil";
2194                         min_item_level 68;
2195                 };
2196                 and
2197                 {
2198                         base_type "Harpy Rapier";
2199                         min_item_level 70;
2200                 };
2201                 and
2202                 {
2203                         base_type "Dragoon Sword";
2204                         min_item_level 72;
2205                 };
2206         };
2207 };
2208 category "weapon.thrusting_one_hand_sword.second_at_level"
2209 {
2210         or
2211         {
2212                 and
2213                 {
2214                         base_type "Rusted Spike";
2215                         item_level 3 11;
2216                 };
2217                 and
2218                 {
2219                         base_type "Whalebone Rapier";
2220                         item_level 7 16;
2221                 };
2222                 and
2223                 {
2224                         base_type "Battered Foil";
2225                         item_level 12 21;
2226                 };
2227                 and
2228                 {
2229                         base_type "Basket Rapier";
2230                         item_level 17 25;
2231                 };
2232                 and
2233                 {
2234                         base_type "Jagged Foil";
2235                         item_level 22 29;
2236                 };
2237                 and
2238                 {
2239                         base_type "Antique Rapier";
2240                         item_level 26 33;
2241                 };
2242                 and
2243                 {
2244                         base_type "Elegant Foil";
2245                         item_level 30 54;
2246                 };
2247                 and
2248                 {
2249                         base_type "Thorn Rapier";
2250                         item_level 34 69;
2251                 };
2252                 and
2253                 {
2254                         base_type "Smallsword";
2255                         item_level 36 71;
2256                 };
2257                 and
2258                 {
2259                         base_type "Wyrmbone Rapier";
2260                         item_level 37 42;
2261                 };
2262                 and
2263                 {
2264                         base_type "Burnished Foil";
2265                         item_level 40 45;
2266                 };
2267                 and
2268                 {
2269                         base_type "Estoc";
2270                         item_level 43 48;
2271                 };
2272                 and
2273                 {
2274                         base_type "Serrated Foil";
2275                         item_level 46 51;
2276                 };
2277                 and
2278                 {
2279                         base_type "Primeval Rapier";
2280                         item_level 49 54;
2281                 };
2282                 and
2283                 {
2284                         base_type "Fancy Foil";
2285                         item_level 52 69;
2286                 };
2287                 and
2288                 {
2289                         base_type "Apex Rapier";
2290                         min_item_level 55;
2291                 };
2292                 and
2293                 {
2294                         base_type "Courtesan Sword";
2295                         min_item_level 57;
2296                 };
2297                 and
2298                 {
2299                         base_type "Dragonbone Rapier";
2300                         item_level 58 67;
2301                 };
2302                 and
2303                 {
2304                         base_type "Tempered Foil";
2305                         item_level 60 67;
2306                 };
2307                 and
2308                 {
2309                         base_type "Pecoraro";
2310                         min_item_level 62;
2311                 };
2312                 and
2313                 {
2314                         base_type "Spiraled Foil";
2315                         min_item_level 64;
2316                 };
2317                 and
2318                 {
2319                         base_type "Vaal Rapier";
2320                         min_item_level 66;
2321                 };
2322                 and
2323                 {
2324                         base_type "Jewelled Foil";
2325                         min_item_level 68;
2326                 };
2327                 and
2328                 {
2329                         base_type "Harpy Rapier";
2330                         min_item_level 70;
2331                 };
2332                 and
2333                 {
2334                         base_type "Dragoon Sword";
2335                         min_item_level 72;
2336                 };
2337         };
2338 };
2339 category "weapon.two_hand_axe.best_at_level"
2340 {
2341         or
2342         {
2343                 and
2344                 {
2345                         base_type "Stone Axe";
2346                         item_level 4 8;
2347                 };
2348                 and
2349                 {
2350                         base_type "Jade Chopper";
2351                         item_level 9 12;
2352                 };
2353                 and
2354                 {
2355                         base_type "Woodsplitter";
2356                         item_level 13 17;
2357                 };
2358                 and
2359                 {
2360                         base_type "Poleaxe";
2361                         item_level 18 22;
2362                 };
2363                 and
2364                 {
2365                         base_type "Double Axe";
2366                         item_level 23 27;
2367                 };
2368                 and
2369                 {
2370                         base_type "Gilded Axe";
2371                         item_level 28 32;
2372                 };
2373                 and
2374                 {
2375                         base_type "Shadow Axe";
2376                         item_level 33 35;
2377                 };
2378                 and
2379                 {
2380                         base_type "Dagger Axe";
2381                         item_level 36 58;
2382                 };
2383                 and
2384                 {
2385                         base_type "Jasper Chopper";
2386                         item_level 37 40;
2387                 };
2388                 and
2389                 {
2390                         base_type "Timber Axe";
2391                         item_level 41 44;
2392                 };
2393                 and
2394                 {
2395                         base_type "Headsman Axe";
2396                         item_level 45 48;
2397                 };
2398                 and
2399                 {
2400                         base_type "Labrys";
2401                         item_level 49 54;
2402                 };
2403                 and
2404                 {
2405                         base_type "Noble Axe";
2406                         item_level 52 54;
2407                 };
2408                 and
2409                 {
2410                         base_type "Abyssal Axe";
2411                         item_level 55 57;
2412                 };
2413                 and
2414                 {
2415                         base_type "Karui Chopper";
2416                         item_level 58 59;
2417                 };
2418                 and
2419                 {
2420                         base_type "Talon Axe";
2421                         item_level 59 69;
2422                 };
2423                 and
2424                 {
2425                         base_type "Sundering Axe";
2426                         item_level 60 63;
2427                 };
2428                 and
2429                 {
2430                         base_type "Ezomyte Axe";
2431                         item_level 62 63;
2432                 };
2433                 and
2434                 {
2435                         base_type "Vaal Axe";
2436                         min_item_level 64;
2437                 };
2438                 and
2439                 {
2440                         base_type "Despot Axe";
2441                         item_level 66 67;
2442                 };
2443                 and
2444                 {
2445                         base_type "Void Axe";
2446                         item_level 68 69;
2447                 };
2448                 and
2449                 {
2450                         base_type "Fleshripper";
2451                         min_item_level 70;
2452                 };
2453         };
2454 };
2455 category "weapon.two_hand_axe.second_at_level"
2456 {
2457         or
2458         {
2459                 and
2460                 {
2461                         base_type "Stone Axe";
2462                         item_level 4 12;
2463                 };
2464                 and
2465                 {
2466                         base_type "Jade Chopper";
2467                         item_level 9 17;
2468                 };
2469                 and
2470                 {
2471                         base_type "Woodsplitter";
2472                         item_level 13 22;
2473                 };
2474                 and
2475                 {
2476                         base_type "Poleaxe";
2477                         item_level 18 27;
2478                 };
2479                 and
2480                 {
2481                         base_type "Double Axe";
2482                         item_level 23 32;
2483                 };
2484                 and
2485                 {
2486                         base_type "Gilded Axe";
2487                         item_level 28 35;
2488                 };
2489                 and
2490                 {
2491                         base_type "Shadow Axe";
2492                         item_level 33 58;
2493                 };
2494                 and
2495                 {
2496                         base_type "Dagger Axe";
2497                         item_level 36 69;
2498                 };
2499                 and
2500                 {
2501                         base_type "Jasper Chopper";
2502                         item_level 37 44;
2503                 };
2504                 and
2505                 {
2506                         base_type "Timber Axe";
2507                         item_level 41 48;
2508                 };
2509                 and
2510                 {
2511                         base_type "Headsman Axe";
2512                         item_level 45 54;
2513                 };
2514                 and
2515                 {
2516                         base_type "Labrys";
2517                         item_level 49 57;
2518                 };
2519                 and
2520                 {
2521                         base_type "Noble Axe";
2522                         item_level 52 57;
2523                 };
2524                 and
2525                 {
2526                         base_type "Abyssal Axe";
2527                         item_level 55 59;
2528                 };
2529                 and
2530                 {
2531                         base_type "Karui Chopper";
2532                         item_level 58 69;
2533                 };
2534                 and
2535                 {
2536                         base_type "Talon Axe";
2537                         min_item_level 59;
2538                 };
2539                 and
2540                 {
2541                         base_type "Sundering Axe";
2542                         min_item_level 60;
2543                 };
2544                 and
2545                 {
2546                         base_type "Ezomyte Axe";
2547                         min_item_level 62;
2548                 };
2549                 and
2550                 {
2551                         base_type "Vaal Axe";
2552                         min_item_level 64;
2553                 };
2554                 and
2555                 {
2556                         base_type "Despot Axe";
2557                         item_level 66 69;
2558                 };
2559                 and
2560                 {
2561                         base_type "Void Axe";
2562                         min_item_level 68;
2563                 };
2564                 and
2565                 {
2566                         base_type "Fleshripper";
2567                         min_item_level 70;
2568                 };
2569         };
2570 };
2571 category "weapon.two_hand_mace.best_at_level"
2572 {
2573         or
2574         {
2575                 and
2576                 {
2577                         base_type "Driftwood Maul";
2578                         item_level 3 7;
2579                 };
2580                 and
2581                 {
2582                         base_type "Tribal Maul";
2583                         item_level 8 11;
2584                 };
2585                 and
2586                 {
2587                         base_type "Mallet";
2588                         item_level 12 16;
2589                 };
2590                 and
2591                 {
2592                         base_type "Sledgehammer";
2593                         item_level 17 43;
2594                 };
2595                 and
2596                 {
2597                         base_type "Jagged Maul";
2598                         item_level 22 26;
2599                 };
2600                 and
2601                 {
2602                         base_type "Brass Maul";
2603                         item_level 27 31;
2604                 };
2605                 and
2606                 {
2607                         base_type "Fright Maul";
2608                         item_level 32 35;
2609                 };
2610                 and
2611                 {
2612                         base_type "Morning Star";
2613                         item_level 34 55;
2614                 };
2615                 and
2616                 {
2617                         base_type "Totemic Maul";
2618                         item_level 36 39;
2619                 };
2620                 and
2621                 {
2622                         base_type "Great Mallet";
2623                         item_level 40 43;
2624                 };
2625                 and
2626                 {
2627                         base_type "Steelhead";
2628                         item_level 44 60;
2629                 };
2630                 and
2631                 {
2632                         base_type "Spiny Maul";
2633                         item_level 48 50;
2634                 };
2635                 and
2636                 {
2637                         base_type "Plated Maul";
2638                         item_level 51 53;
2639                 };
2640                 and
2641                 {
2642                         base_type "Dread Maul";
2643                         item_level 54 56;
2644                 };
2645                 and
2646                 {
2647                         base_type "Solar Maul";
2648                         item_level 56 68;
2649                 };
2650                 and
2651                 {
2652                         base_type "Karui Maul";
2653                         item_level 57 58;
2654                 };
2655                 and
2656                 {
2657                         base_type "Colossus Mallet";
2658                         item_level 59 62;
2659                 };
2660                 and
2661                 {
2662                         base_type "Piledriver";
2663                         min_item_level 61;
2664                 };
2665                 and
2666                 {
2667                         base_type "Meatgrinder";
2668                         min_item_level 63;
2669                 };
2670                 and
2671                 {
2672                         base_type "Imperial Maul";
2673                         item_level 65 68;
2674                 };
2675                 and
2676                 {
2677                         base_type "Terror Maul";
2678                         item_level 67 68;
2679                 };
2680                 and
2681                 {
2682                         base_type "Coronal Maul";
2683                         min_item_level 69;
2684                 };
2685         };
2686 };
2687 category "weapon.two_hand_mace.second_at_level"
2688 {
2689         or
2690         {
2691                 and
2692                 {
2693                         base_type "Driftwood Maul";
2694                         item_level 3 11;
2695                 };
2696                 and
2697                 {
2698                         base_type "Tribal Maul";
2699                         item_level 8 16;
2700                 };
2701                 and
2702                 {
2703                         base_type "Mallet";
2704                         item_level 12 43;
2705                 };
2706                 and
2707                 {
2708                         base_type "Sledgehammer";
2709                         item_level 17 60;
2710                 };
2711                 and
2712                 {
2713                         base_type "Jagged Maul";
2714                         item_level 22 31;
2715                 };
2716                 and
2717                 {
2718                         base_type "Brass Maul";
2719                         item_level 27 35;
2720                 };
2721                 and
2722                 {
2723                         base_type "Fright Maul";
2724                         item_level 32 39;
2725                 };
2726                 and
2727                 {
2728                         base_type "Morning Star";
2729                         item_level 34 68;
2730                 };
2731                 and
2732                 {
2733                         base_type "Totemic Maul";
2734                         item_level 36 43;
2735                 };
2736                 and
2737                 {
2738                         base_type "Great Mallet";
2739                         item_level 40 60;
2740                 };
2741                 and
2742                 {
2743                         base_type "Steelhead";
2744                         min_item_level 44;
2745                 };
2746                 and
2747                 {
2748                         base_type "Spiny Maul";
2749                         item_level 48 53;
2750                 };
2751                 and
2752                 {
2753                         base_type "Plated Maul";
2754                         item_level 51 56;
2755                 };
2756                 and
2757                 {
2758                         base_type "Dread Maul";
2759                         item_level 54 58;
2760                 };
2761                 and
2762                 {
2763                         base_type "Solar Maul";
2764                         min_item_level 56;
2765                 };
2766                 and
2767                 {
2768                         base_type "Karui Maul";
2769                         item_level 57 62;
2770                 };
2771                 and
2772                 {
2773                         base_type "Colossus Mallet";
2774                         min_item_level 59;
2775                 };
2776                 and
2777                 {
2778                         base_type "Piledriver";
2779                         min_item_level 61;
2780                 };
2781                 and
2782                 {
2783                         base_type "Meatgrinder";
2784                         min_item_level 63;
2785                 };
2786                 and
2787                 {
2788                         base_type "Imperial Maul";
2789                         min_item_level 65;
2790                 };
2791                 and
2792                 {
2793                         base_type "Terror Maul";
2794                         min_item_level 67;
2795                 };
2796                 and
2797                 {
2798                         base_type "Coronal Maul";
2799                         min_item_level 69;
2800                 };
2801         };
2802 };
2803 category "weapon.two_hand_sword.best_at_level"
2804 {
2805         or
2806         {
2807                 and
2808                 {
2809                         base_type "Corroded Blade";
2810                         item_level 3 11;
2811                 };
2812                 and
2813                 {
2814                         base_type "Longsword";
2815                         item_level 8 16;
2816                 };
2817                 and
2818                 {
2819                         base_type "Bastard Sword";
2820                         item_level 12 21;
2821                 };
2822                 and
2823                 {
2824                         base_type "Two-Handed Sword";
2825                         item_level 17 26;
2826                 };
2827                 and
2828                 {
2829                         base_type "Etched Greatsword";
2830                         item_level 22 39;
2831                 };
2832                 and
2833                 {
2834                         base_type "Ornate Sword";
2835                         item_level 27 35;
2836                 };
2837                 and
2838                 {
2839                         base_type "Spectral Sword";
2840                         item_level 32 39;
2841                 };
2842                 and
2843                 {
2844                         base_type "Curved Blade";
2845                         item_level 35 55;
2846                 };
2847                 and
2848                 {
2849                         base_type "Butcher Sword";
2850                         item_level 36 43;
2851                 };
2852                 and
2853                 {
2854                         base_type "Footman Sword";
2855                         item_level 40 47;
2856                 };
2857                 and
2858                 {
2859                         base_type "Highland Blade";
2860                         item_level 44 50;
2861                 };
2862                 and
2863                 {
2864                         base_type "Engraved Greatsword";
2865                         item_level 48 58;
2866                 };
2867                 and
2868                 {
2869                         base_type "Tiger Sword";
2870                         item_level 51 56;
2871                 };
2872                 and
2873                 {
2874                         base_type "Wraith Sword";
2875                         item_level 54 58;
2876                 };
2877                 and
2878                 {
2879                         base_type "Lithe Blade";
2880                         item_level 56 69;
2881                 };
2882                 and
2883                 {
2884                         base_type "Headman's Sword";
2885                         item_level 57 60;
2886                 };
2887                 and
2888                 {
2889                         base_type "Reaver Sword";
2890                         item_level 59 62;
2891                 };
2892                 and
2893                 {
2894                         base_type "Ezomyte Blade";
2895                         item_level 61 64;
2896                 };
2897                 and
2898                 {
2899                         base_type "Vaal Greatsword";
2900                         min_item_level 63;
2901                 };
2902                 and
2903                 {
2904                         base_type "Lion Sword";
2905                         min_item_level 65;
2906                 };
2907                 and
2908                 {
2909                         base_type "Infernal Sword";
2910                         item_level 67 62;
2911                 };
2912                 and
2913                 {
2914                         base_type "Exquisite Blade";
2915                         min_item_level 70;
2916                 };
2917         };
2918 };
2919 category "weapon.two_hand_sword.second_at_level"
2920 {
2921         or
2922         {
2923                 and
2924                 {
2925                         base_type "Corroded Blade";
2926                         item_level 3 21;
2927                 };
2928                 and
2929                 {
2930                         base_type "Longsword";
2931                         item_level 8 26;
2932                 };
2933                 and
2934                 {
2935                         base_type "Bastard Sword";
2936                         item_level 12 39;
2937                 };
2938                 and
2939                 {
2940                         base_type "Two-Handed Sword";
2941                         item_level 17 35;
2942                 };
2943                 and
2944                 {
2945                         base_type "Etched Greatsword";
2946                         item_level 22 47;
2947                 };
2948                 and
2949                 {
2950                         base_type "Ornate Sword";
2951                         item_level 27 43;
2952                 };
2953                 and
2954                 {
2955                         base_type "Spectral Sword";
2956                         item_level 32 47;
2957                 };
2958                 and
2959                 {
2960                         base_type "Curved Blade";
2961                         item_level 35 69;
2962                 };
2963                 and
2964                 {
2965                         base_type "Butcher Sword";
2966                         item_level 36 50;
2967                 };
2968                 and
2969                 {
2970                         base_type "Footman Sword";
2971                         item_level 40 58;
2972                 };
2973                 and
2974                 {
2975                         base_type "Highland Blade";
2976                         item_level 44 56;
2977                 };
2978                 and
2979                 {
2980                         base_type "Engraved Greatsword";
2981                         item_level 48 62;
2982                 };
2983                 and
2984                 {
2985                         base_type "Tiger Sword";
2986                         item_level 51 60;
2987                 };
2988                 and
2989                 {
2990                         base_type "Wraith Sword";
2991                         item_level 54 62;
2992                 };
2993                 and
2994                 {
2995                         base_type "Lithe Blade";
2996                         min_item_level 56;
2997                 };
2998                 and
2999                 {
3000                         base_type "Headman's Sword";
3001                         item_level 57 64;
3002                 };
3003                 and
3004                 {
3005                         base_type "Reaver Sword";
3006                         min_item_level 59;
3007                 };
3008                 and
3009                 {
3010                         base_type "Ezomyte Blade";
3011                         min_item_level 61;
3012                 };
3013                 and
3014                 {
3015                         base_type "Vaal Greatsword";
3016                         min_item_level 63;
3017                 };
3018                 and
3019                 {
3020                         base_type "Lion Sword";
3021                         min_item_level 65;
3022                 };
3023                 and
3024                 {
3025                         base_type "Infernal Sword";
3026                         min_item_level 67;
3027                 };
3028                 and
3029                 {
3030                         base_type "Exquisite Blade";
3031                         min_item_level 70;
3032                 };
3033         };
3034 };
3035 category "weapon.wand.best_at_level"
3036 {
3037         or
3038         {
3039                 and
3040                 {
3041                         base_type "Driftwood Wand";
3042                         item_level 1 5;
3043                 };
3044                 and
3045                 {
3046                         base_type "Goat's Horn";
3047                         item_level 6 11;
3048                 };
3049                 and
3050                 {
3051                         base_type "Carved Wand";
3052                         item_level 12 17;
3053                 };
3054                 and
3055                 {
3056                         base_type "Quartz Wand";
3057                         item_level 18 34;
3058                 };
3059                 and
3060                 {
3061                         base_type "Spiraled Wand";
3062                         item_level 24 29;
3063                 };
3064                 and
3065                 {
3066                         base_type "Sage Wand";
3067                         item_level 30 34;
3068                 };
3069                 and
3070                 {
3071                         base_type "Pagan Wand";
3072                         item_level 34 54;
3073                 };
3074                 and
3075                 {
3076                         base_type "Faun's Horn";
3077                         item_level 35 44;
3078                 };
3079                 and
3080                 {
3081                         base_type "Engraved Wand";
3082                         item_level 40 44;
3083                 };
3084                 and
3085                 {
3086                         base_type "Crystal Wand";
3087                         item_level 45 55;
3088                 };
3089                 and
3090                 {
3091                         base_type "Serpent Wand";
3092                         item_level 49 52;
3093                 };
3094                 and
3095                 {
3096                         base_type "Omen Wand";
3097                         item_level 53 55;
3098                 };
3099                 and
3100                 {
3101                         base_type "Heathen Wand";
3102                         item_level 55 69;
3103                 };
3104                 and
3105                 {
3106                         base_type "Demon's Horn";
3107                         min_item_level 56;
3108                 };
3109                 and
3110                 {
3111                         base_type "Imbued Wand";
3112                         item_level 59 61;
3113                 };
3114                 and
3115                 {
3116                         base_type "Opal Wand";
3117                         min_item_level 62;
3118                 };
3119                 and
3120                 {
3121                         base_type "Tornado Wand";
3122                         item_level 65 67;
3123                 };
3124                 and
3125                 {
3126                         base_type "Prophecy Wand";
3127                         item_level 68 69;
3128                 };
3129                 and
3130                 {
3131                         base_type "Profane Wand";
3132                         min_item_level 70;
3133                 };
3134         };
3135 };
3136 category "weapon.wand.second_at_level"
3137 {
3138         or
3139         {
3140                 and
3141                 {
3142                         base_type "Driftwood Wand";
3143                         item_level 1 11;
3144                 };
3145                 and
3146                 {
3147                         base_type "Goat's Horn";
3148                         item_level 6 17;
3149                 };
3150                 and
3151                 {
3152                         base_type "Carved Wand";
3153                         item_level 12 34;
3154                 };
3155                 and
3156                 {
3157                         base_type "Quartz Wand";
3158                         item_level 18 39;
3159                 };
3160                 and
3161                 {
3162                         base_type "Spiraled Wand";
3163                         item_level 24 34;
3164                 };
3165                 and
3166                 {
3167                         base_type "Sage Wand";
3168                         item_level 30 39;
3169                 };
3170                 and
3171                 {
3172                         base_type "Pagan Wand";
3173                         item_level 34 69;
3174                 };
3175                 and
3176                 {
3177                         base_type "Faun's Horn";
3178                         item_level 35 48;
3179                 };
3180                 and
3181                 {
3182                         base_type "Engraved Wand";
3183                         item_level 40 55;
3184                 };
3185                 and
3186                 {
3187                         base_type "Crystal Wand";
3188                         item_level 45 58;
3189                 };
3190                 and
3191                 {
3192                         base_type "Serpent Wand";
3193                         item_level 49 55;
3194                 };
3195                 and
3196                 {
3197                         base_type "Omen Wand";
3198                         item_level 53 58;
3199                 };
3200                 and
3201                 {
3202                         base_type "Heathen Wand";
3203                         min_item_level 55;
3204                 };
3205                 and
3206                 {
3207                         base_type "Demon's Horn";
3208                         min_item_level 56;
3209                 };
3210                 and
3211                 {
3212                         base_type "Imbued Wand";
3213                         min_item_level 59;
3214                 };
3215                 and
3216                 {
3217                         base_type "Opal Wand";
3218                         min_item_level 62;
3219                 };
3220                 and
3221                 {
3222                         base_type "Tornado Wand";
3223                         min_item_level 65;
3224                 };
3225                 and
3226                 {
3227                         base_type "Prophecy Wand";
3228                         min_item_level 68;
3229                 };
3230                 and
3231                 {
3232                         base_type "Profane Wand";
3233                         min_item_level 70;
3234                 };
3235         };
3236 };
3237 category "weapon.best_at_level"
3238 {
3239         or
3240         {
3241                 category "weapon.bow.best_at_level";
3242                 category "weapon.claw.best_at_level";
3243                 category "weapon.dagger.best_at_level";
3244                 category "weapon.one_hand_axe.best_at_level";
3245                 category "weapon.one_hand_mace.best_at_level";
3246                 category "weapon.one_hand_sword.best_at_level";
3247                 category "weapon.sceptre.best_at_level";
3248                 category "weapon.stave.best_at_level";
3249                 category "weapon.thrusting_one_hand_sword.best_at_level";
3250                 category "weapon.two_hand_axe.best_at_level";
3251                 category "weapon.two_hand_mace.best_at_level";
3252                 category "weapon.two_hand_sword.best_at_level";
3253                 category "weapon.wand.best_at_level";
3254         };
3255 };
3256 category "weapon.second_at_level"
3257 {
3258         or
3259         {
3260                 category "weapon.bow.second_at_level";
3261                 category "weapon.claw.second_at_level";
3262                 category "weapon.dagger.second_at_level";
3263                 category "weapon.one_hand_axe.second_at_level";
3264                 category "weapon.one_hand_mace.second_at_level";
3265                 category "weapon.one_hand_sword.second_at_level";
3266                 category "weapon.sceptre.second_at_level";
3267                 category "weapon.stave.second_at_level";
3268                 category "weapon.thrusting_one_hand_sword.second_at_level";
3269                 category "weapon.two_hand_axe.second_at_level";
3270                 category "weapon.two_hand_mace.second_at_level";
3271                 category "weapon.two_hand_sword.second_at_level";
3272                 category "weapon.wand.second_at_level";
3273         };
3274 };
3275 category "weapon"
3276 {
3277         or
3278         {
3279                 class "Bow";
3280                 class "Claw";
3281                 class "Dagger";
3282                 class "One Hand Axe";
3283                 class "One Hand Mace";
3284                 class "One Hand Sword";
3285                 class "Sceptre";
3286                 class "Stave";
3287                 class "Thrusting One Hand Sword";
3288                 class "Two Hand Axe";
3289                 class "Two Hand Mace";
3290                 class "Two Hand Sword";
3291                 class "Wand";
3292         };
3293 };