@c3d.gg/mwi-types 1.8.4 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.tsbuildinfo +1 -1
- package/dist/domains/abilities/constants.d.ts +1 -1
- package/dist/domains/abilities/constants.d.ts.map +1 -1
- package/dist/domains/abilities/constants.js +3 -0
- package/dist/domains/achievements/constants.d.ts +3 -0
- package/dist/domains/achievements/constants.d.ts.map +1 -0
- package/dist/domains/achievements/constants.js +87 -0
- package/dist/domains/achievements/index.d.ts +3 -0
- package/dist/domains/achievements/index.d.ts.map +1 -0
- package/dist/domains/achievements/index.js +1 -0
- package/dist/domains/achievements/types.d.ts +30 -0
- package/dist/domains/achievements/types.d.ts.map +1 -0
- package/dist/domains/achievements/types.js +1 -0
- package/dist/domains/actions/constants.d.ts +5 -5
- package/dist/domains/actions/constants.d.ts.map +1 -1
- package/dist/domains/actions/constants.js +3154 -1865
- package/dist/domains/buffs/constants.d.ts +2 -2
- package/dist/domains/buffs/constants.d.ts.map +1 -1
- package/dist/domains/buffs/constants.js +39 -0
- package/dist/domains/house/constants.js +11 -11
- package/dist/domains/items/constants.d.ts +4 -4
- package/dist/domains/items/constants.d.ts.map +1 -1
- package/dist/domains/items/constants.js +576 -395
- package/dist/domains/labyrinth/constants.d.ts +3 -0
- package/dist/domains/labyrinth/constants.d.ts.map +1 -0
- package/dist/domains/labyrinth/constants.js +34 -0
- package/dist/domains/labyrinth/index.d.ts +3 -0
- package/dist/domains/labyrinth/index.d.ts.map +1 -0
- package/dist/domains/labyrinth/index.js +1 -0
- package/dist/domains/labyrinth/types.d.ts +25 -0
- package/dist/domains/labyrinth/types.d.ts.map +1 -0
- package/dist/domains/labyrinth/types.js +1 -0
- package/dist/domains/level/constants.js +189 -189
- package/dist/domains/monsters/constants.d.ts +1 -1
- package/dist/domains/monsters/constants.d.ts.map +1 -1
- package/dist/domains/monsters/constants.js +10 -0
- package/dist/domains/shared/constants.d.ts +3 -1
- package/dist/domains/shared/constants.d.ts.map +1 -1
- package/dist/domains/shared/constants.js +48 -0
- package/dist/domains/shared/index.d.ts +1 -1
- package/dist/domains/shared/index.d.ts.map +1 -1
- package/dist/domains/shared/index.js +1 -1
- package/dist/domains/shop/constants.d.ts +2 -2
- package/dist/domains/shop/constants.d.ts.map +1 -1
- package/dist/domains/shop/constants.js +4 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -1
- package/package.json +11 -3
|
@@ -61,9 +61,10 @@ export const ITEM_CATEGORY_HRIDS = [
|
|
|
61
61
|
'/item_categories/ability_book',
|
|
62
62
|
'/item_categories/currency',
|
|
63
63
|
'/item_categories/drink',
|
|
64
|
+
'/item_categories/dungeon_key',
|
|
64
65
|
'/item_categories/equipment',
|
|
65
66
|
'/item_categories/food',
|
|
66
|
-
'/item_categories/
|
|
67
|
+
'/item_categories/labyrinth',
|
|
67
68
|
'/item_categories/loot',
|
|
68
69
|
'/item_categories/resource',
|
|
69
70
|
];
|
|
@@ -74,21 +75,27 @@ export const ITEM_HRIDS = [
|
|
|
74
75
|
'/items/acrobats_ribbon',
|
|
75
76
|
'/items/advanced_alchemy_charm',
|
|
76
77
|
'/items/advanced_attack_charm',
|
|
78
|
+
'/items/advanced_beacon',
|
|
77
79
|
'/items/advanced_brewing_charm',
|
|
78
80
|
'/items/advanced_cheesesmithing_charm',
|
|
81
|
+
'/items/advanced_coffee_crate',
|
|
79
82
|
'/items/advanced_cooking_charm',
|
|
80
83
|
'/items/advanced_crafting_charm',
|
|
81
84
|
'/items/advanced_defense_charm',
|
|
82
85
|
'/items/advanced_enhancing_charm',
|
|
86
|
+
'/items/advanced_food_crate',
|
|
83
87
|
'/items/advanced_foraging_charm',
|
|
84
88
|
'/items/advanced_intelligence_charm',
|
|
85
89
|
'/items/advanced_magic_charm',
|
|
86
90
|
'/items/advanced_melee_charm',
|
|
87
91
|
'/items/advanced_milking_charm',
|
|
88
92
|
'/items/advanced_ranged_charm',
|
|
93
|
+
'/items/advanced_shroud',
|
|
89
94
|
'/items/advanced_stamina_charm',
|
|
90
95
|
'/items/advanced_tailoring_charm',
|
|
91
96
|
'/items/advanced_task_badge',
|
|
97
|
+
'/items/advanced_tea_crate',
|
|
98
|
+
'/items/advanced_torch',
|
|
92
99
|
'/items/advanced_woodcutting_charm',
|
|
93
100
|
'/items/alchemists_bottoms',
|
|
94
101
|
'/items/alchemists_top',
|
|
@@ -114,6 +121,8 @@ export const ITEM_HRIDS = [
|
|
|
114
121
|
'/items/arcane_nature_staff',
|
|
115
122
|
'/items/arcane_shield',
|
|
116
123
|
'/items/arcane_water_staff',
|
|
124
|
+
'/items/artificer_cape',
|
|
125
|
+
'/items/artificer_cape_refined',
|
|
117
126
|
'/items/artisan_tea',
|
|
118
127
|
'/items/attack_coffee',
|
|
119
128
|
'/items/azure_alembic',
|
|
@@ -148,21 +157,27 @@ export const ITEM_HRIDS = [
|
|
|
148
157
|
'/items/bamboo_robe_top',
|
|
149
158
|
'/items/basic_alchemy_charm',
|
|
150
159
|
'/items/basic_attack_charm',
|
|
160
|
+
'/items/basic_beacon',
|
|
151
161
|
'/items/basic_brewing_charm',
|
|
152
162
|
'/items/basic_cheesesmithing_charm',
|
|
163
|
+
'/items/basic_coffee_crate',
|
|
153
164
|
'/items/basic_cooking_charm',
|
|
154
165
|
'/items/basic_crafting_charm',
|
|
155
166
|
'/items/basic_defense_charm',
|
|
156
167
|
'/items/basic_enhancing_charm',
|
|
168
|
+
'/items/basic_food_crate',
|
|
157
169
|
'/items/basic_foraging_charm',
|
|
158
170
|
'/items/basic_intelligence_charm',
|
|
159
171
|
'/items/basic_magic_charm',
|
|
160
172
|
'/items/basic_melee_charm',
|
|
161
173
|
'/items/basic_milking_charm',
|
|
162
174
|
'/items/basic_ranged_charm',
|
|
175
|
+
'/items/basic_shroud',
|
|
163
176
|
'/items/basic_stamina_charm',
|
|
164
177
|
'/items/basic_tailoring_charm',
|
|
165
178
|
'/items/basic_task_badge',
|
|
179
|
+
'/items/basic_tea_crate',
|
|
180
|
+
'/items/basic_torch',
|
|
166
181
|
'/items/basic_woodcutting_charm',
|
|
167
182
|
'/items/bear_essence',
|
|
168
183
|
'/items/beast_boots',
|
|
@@ -254,6 +269,8 @@ export const ITEM_HRIDS = [
|
|
|
254
269
|
'/items/celestial_spatula',
|
|
255
270
|
'/items/centaur_boots',
|
|
256
271
|
'/items/centaur_hoof',
|
|
272
|
+
'/items/chance_cape',
|
|
273
|
+
'/items/chance_cape_refined',
|
|
257
274
|
'/items/channeling_coffee',
|
|
258
275
|
'/items/chaotic_chain',
|
|
259
276
|
'/items/chaotic_flail',
|
|
@@ -354,6 +371,8 @@ export const ITEM_HRIDS = [
|
|
|
354
371
|
'/items/crushed_pearl',
|
|
355
372
|
'/items/crushed_philosophers_stone',
|
|
356
373
|
'/items/crushed_sunstone',
|
|
374
|
+
'/items/culinary_cape',
|
|
375
|
+
'/items/culinary_cape_refined',
|
|
357
376
|
'/items/cupcake',
|
|
358
377
|
'/items/cursed_ball',
|
|
359
378
|
'/items/cursed_bow',
|
|
@@ -403,21 +422,27 @@ export const ITEM_HRIDS = [
|
|
|
403
422
|
'/items/excelsa_coffee_bean',
|
|
404
423
|
'/items/expert_alchemy_charm',
|
|
405
424
|
'/items/expert_attack_charm',
|
|
425
|
+
'/items/expert_beacon',
|
|
406
426
|
'/items/expert_brewing_charm',
|
|
407
427
|
'/items/expert_cheesesmithing_charm',
|
|
428
|
+
'/items/expert_coffee_crate',
|
|
408
429
|
'/items/expert_cooking_charm',
|
|
409
430
|
'/items/expert_crafting_charm',
|
|
410
431
|
'/items/expert_defense_charm',
|
|
411
432
|
'/items/expert_enhancing_charm',
|
|
433
|
+
'/items/expert_food_crate',
|
|
412
434
|
'/items/expert_foraging_charm',
|
|
413
435
|
'/items/expert_intelligence_charm',
|
|
414
436
|
'/items/expert_magic_charm',
|
|
415
437
|
'/items/expert_melee_charm',
|
|
416
438
|
'/items/expert_milking_charm',
|
|
417
439
|
'/items/expert_ranged_charm',
|
|
440
|
+
'/items/expert_shroud',
|
|
418
441
|
'/items/expert_stamina_charm',
|
|
419
442
|
'/items/expert_tailoring_charm',
|
|
420
443
|
'/items/expert_task_badge',
|
|
444
|
+
'/items/expert_tea_crate',
|
|
445
|
+
'/items/expert_torch',
|
|
421
446
|
'/items/expert_woodcutting_charm',
|
|
422
447
|
'/items/eye_of_the_watcher',
|
|
423
448
|
'/items/eye_watch',
|
|
@@ -446,6 +471,8 @@ export const ITEM_HRIDS = [
|
|
|
446
471
|
'/items/furious_spear',
|
|
447
472
|
'/items/furious_spear_refined',
|
|
448
473
|
'/items/garnet',
|
|
474
|
+
'/items/gatherer_cape',
|
|
475
|
+
'/items/gatherer_cape_refined',
|
|
449
476
|
'/items/gathering_tea',
|
|
450
477
|
'/items/gator_vest',
|
|
451
478
|
'/items/giant_pouch',
|
|
@@ -555,6 +582,10 @@ export const ITEM_HRIDS = [
|
|
|
555
582
|
'/items/kraken_leather',
|
|
556
583
|
'/items/kraken_tunic',
|
|
557
584
|
'/items/kraken_tunic_refined',
|
|
585
|
+
'/items/labyrinth_essence',
|
|
586
|
+
'/items/labyrinth_refinement_chest',
|
|
587
|
+
'/items/labyrinth_refinement_shard',
|
|
588
|
+
'/items/labyrinth_token',
|
|
558
589
|
'/items/large_artisans_crate',
|
|
559
590
|
'/items/large_meteorite_cache',
|
|
560
591
|
'/items/large_pouch',
|
|
@@ -644,6 +675,15 @@ export const ITEM_HRIDS = [
|
|
|
644
675
|
'/items/orange_yogurt',
|
|
645
676
|
'/items/panda_fluff',
|
|
646
677
|
'/items/panda_gloves',
|
|
678
|
+
'/items/pathbreaker_boots',
|
|
679
|
+
'/items/pathbreaker_boots_refined',
|
|
680
|
+
'/items/pathbreaker_lodestone',
|
|
681
|
+
'/items/pathfinder_boots',
|
|
682
|
+
'/items/pathfinder_boots_refined',
|
|
683
|
+
'/items/pathfinder_lodestone',
|
|
684
|
+
'/items/pathseeker_boots',
|
|
685
|
+
'/items/pathseeker_boots_refined',
|
|
686
|
+
'/items/pathseeker_lodestone',
|
|
647
687
|
'/items/peach',
|
|
648
688
|
'/items/peach_gummy',
|
|
649
689
|
'/items/peach_yogurt',
|
|
@@ -652,6 +692,7 @@ export const ITEM_HRIDS = [
|
|
|
652
692
|
'/items/penetrating_strike',
|
|
653
693
|
'/items/pestilent_shot',
|
|
654
694
|
'/items/philosophers_earrings',
|
|
695
|
+
'/items/philosophers_mirror',
|
|
655
696
|
'/items/philosophers_necklace',
|
|
656
697
|
'/items/philosophers_ring',
|
|
657
698
|
'/items/philosophers_stone',
|
|
@@ -674,6 +715,8 @@ export const ITEM_HRIDS = [
|
|
|
674
715
|
'/items/processing_tea',
|
|
675
716
|
'/items/provoke',
|
|
676
717
|
'/items/puncture',
|
|
718
|
+
'/items/purdoras_box_combat',
|
|
719
|
+
'/items/purdoras_box_skilling',
|
|
677
720
|
'/items/purple_key_fragment',
|
|
678
721
|
'/items/purpleheart_bow',
|
|
679
722
|
'/items/purpleheart_crossbow',
|
|
@@ -776,6 +819,18 @@ export const ITEM_HRIDS = [
|
|
|
776
819
|
'/items/royal_water_robe_top',
|
|
777
820
|
'/items/royal_water_robe_top_refined',
|
|
778
821
|
'/items/scratch',
|
|
822
|
+
'/items/seal_of_action_speed',
|
|
823
|
+
'/items/seal_of_attack_speed',
|
|
824
|
+
'/items/seal_of_cast_speed',
|
|
825
|
+
'/items/seal_of_combat_drop',
|
|
826
|
+
'/items/seal_of_critical_rate',
|
|
827
|
+
'/items/seal_of_damage',
|
|
828
|
+
'/items/seal_of_efficiency',
|
|
829
|
+
'/items/seal_of_gathering',
|
|
830
|
+
'/items/seal_of_gourmet',
|
|
831
|
+
'/items/seal_of_processing',
|
|
832
|
+
'/items/seal_of_rare_find',
|
|
833
|
+
'/items/seal_of_wisdom',
|
|
779
834
|
'/items/shard_of_protection',
|
|
780
835
|
'/items/shield_bash',
|
|
781
836
|
'/items/shoebill_feather',
|
|
@@ -964,192 +1019,158 @@ export const ITEM_HRIDS = [
|
|
|
964
1019
|
'/items/yogurt',
|
|
965
1020
|
];
|
|
966
1021
|
export const ITEMS_BY_CATEGORY = {
|
|
967
|
-
'/item_categories/
|
|
968
|
-
'/items/
|
|
969
|
-
'/items/
|
|
970
|
-
'/items/
|
|
971
|
-
'/items/
|
|
972
|
-
'/items/
|
|
973
|
-
'/items/
|
|
974
|
-
'/items/
|
|
975
|
-
'/items/
|
|
976
|
-
'/items/
|
|
977
|
-
'/items/
|
|
978
|
-
'/items/
|
|
979
|
-
'/items/
|
|
980
|
-
'/items/
|
|
981
|
-
'/items/
|
|
982
|
-
'/items/
|
|
983
|
-
'/items/
|
|
984
|
-
'/items/
|
|
985
|
-
'/items/
|
|
986
|
-
'/items/
|
|
987
|
-
'/items/
|
|
988
|
-
'/items/
|
|
989
|
-
'/items/
|
|
990
|
-
'/items/
|
|
991
|
-
'/items/
|
|
992
|
-
'/items/
|
|
993
|
-
'/items/
|
|
994
|
-
'/items/
|
|
995
|
-
'/items/
|
|
996
|
-
'/items/
|
|
997
|
-
'/items/
|
|
998
|
-
'/items/
|
|
999
|
-
'/items/
|
|
1000
|
-
'/items/
|
|
1001
|
-
'/items/
|
|
1002
|
-
'/items/
|
|
1003
|
-
'/items/
|
|
1004
|
-
'/items/
|
|
1005
|
-
'/items/
|
|
1006
|
-
'/items/
|
|
1007
|
-
'/items/
|
|
1008
|
-
'/items/
|
|
1009
|
-
'/items/
|
|
1010
|
-
'/items/
|
|
1011
|
-
'/items/
|
|
1012
|
-
'/items/
|
|
1013
|
-
'/items/
|
|
1014
|
-
'/items/
|
|
1015
|
-
'/items/
|
|
1016
|
-
'/items/
|
|
1017
|
-
'/items/
|
|
1018
|
-
'/items/
|
|
1019
|
-
'/items/
|
|
1020
|
-
'/items/
|
|
1021
|
-
'/items/
|
|
1022
|
-
'/items/
|
|
1023
|
-
'/items/
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
'/items/
|
|
1027
|
-
'/items/
|
|
1028
|
-
'/items/
|
|
1029
|
-
'/items/
|
|
1030
|
-
'/items/
|
|
1031
|
-
'/items/
|
|
1032
|
-
'/items/
|
|
1033
|
-
'/items/
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
'/items/
|
|
1037
|
-
'/items/
|
|
1038
|
-
'/items/
|
|
1039
|
-
'/items/
|
|
1040
|
-
'/items/
|
|
1041
|
-
'/items/
|
|
1042
|
-
'/items/
|
|
1043
|
-
'/items/
|
|
1044
|
-
'/items/
|
|
1045
|
-
'/items/
|
|
1046
|
-
'/items/
|
|
1047
|
-
'/items/
|
|
1048
|
-
'/items/
|
|
1049
|
-
'/items/
|
|
1050
|
-
'/items/
|
|
1051
|
-
'/items/
|
|
1052
|
-
'/items/
|
|
1053
|
-
'/items/
|
|
1054
|
-
'/items/
|
|
1055
|
-
'/items/
|
|
1056
|
-
'/items/
|
|
1057
|
-
'/items/
|
|
1058
|
-
'/items/
|
|
1059
|
-
'/items/
|
|
1060
|
-
'/items/
|
|
1061
|
-
'/items/
|
|
1062
|
-
'/items/
|
|
1063
|
-
'/items/
|
|
1064
|
-
'/items/
|
|
1065
|
-
'/items/
|
|
1066
|
-
'/items/
|
|
1067
|
-
'/items/
|
|
1068
|
-
'/items/
|
|
1069
|
-
'/items/
|
|
1070
|
-
'/items/
|
|
1071
|
-
'/items/
|
|
1072
|
-
'/items/
|
|
1073
|
-
'/items/
|
|
1074
|
-
'/items/
|
|
1075
|
-
'/items/
|
|
1076
|
-
'/items/
|
|
1077
|
-
'/items/
|
|
1078
|
-
'/items/
|
|
1079
|
-
'/items/
|
|
1080
|
-
'/items/
|
|
1081
|
-
'/items/
|
|
1082
|
-
'/items/
|
|
1083
|
-
'/items/
|
|
1084
|
-
'/items/
|
|
1085
|
-
'/items/
|
|
1086
|
-
'/items/
|
|
1087
|
-
'/items/
|
|
1088
|
-
'/items/
|
|
1089
|
-
'/items/
|
|
1090
|
-
'/items/
|
|
1091
|
-
'/items/
|
|
1092
|
-
'/items/
|
|
1093
|
-
'/items/
|
|
1094
|
-
'/items/
|
|
1095
|
-
'/items/
|
|
1096
|
-
'/items/
|
|
1097
|
-
'/items/
|
|
1098
|
-
'/items/
|
|
1099
|
-
'/items/
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
'/items/
|
|
1103
|
-
'/items/
|
|
1104
|
-
'/items/
|
|
1105
|
-
'/items/
|
|
1106
|
-
'/items/
|
|
1107
|
-
'/items/
|
|
1108
|
-
'/items/
|
|
1109
|
-
'/items/
|
|
1110
|
-
'/items/
|
|
1111
|
-
'/items/
|
|
1112
|
-
'/items/
|
|
1113
|
-
'/items/
|
|
1114
|
-
'/items/
|
|
1115
|
-
'/items/
|
|
1116
|
-
'/items/
|
|
1117
|
-
'/items/
|
|
1118
|
-
'/items/
|
|
1119
|
-
'/items/shard_of_protection',
|
|
1120
|
-
'/items/shoebill_feather',
|
|
1121
|
-
'/items/silk_fabric',
|
|
1122
|
-
'/items/sinister_essence',
|
|
1123
|
-
'/items/sinister_refinement_shard',
|
|
1124
|
-
'/items/snail_shell',
|
|
1125
|
-
'/items/snake_fang',
|
|
1126
|
-
'/items/sorcerer_essence',
|
|
1127
|
-
'/items/sorcerers_sole',
|
|
1128
|
-
'/items/soul_fragment',
|
|
1129
|
-
'/items/spaceberry',
|
|
1130
|
-
'/items/spacia_coffee_bean',
|
|
1131
|
-
'/items/stalactite_shard',
|
|
1132
|
-
'/items/star_fragment',
|
|
1133
|
-
'/items/star_fruit',
|
|
1134
|
-
'/items/strawberry',
|
|
1135
|
-
'/items/sugar',
|
|
1136
|
-
'/items/sundering_jewel',
|
|
1137
|
-
'/items/sunstone',
|
|
1138
|
-
'/items/swamp_essence',
|
|
1139
|
-
'/items/tailoring_essence',
|
|
1140
|
-
'/items/task_crystal',
|
|
1141
|
-
'/items/thread_of_expertise',
|
|
1142
|
-
'/items/treant_bark',
|
|
1143
|
-
'/items/turtle_shell',
|
|
1144
|
-
'/items/twilight_essence',
|
|
1145
|
-
'/items/umbral_hide',
|
|
1146
|
-
'/items/umbral_leather',
|
|
1147
|
-
'/items/vampire_fang',
|
|
1148
|
-
'/items/verdant_cheese',
|
|
1149
|
-
'/items/verdant_milk',
|
|
1150
|
-
'/items/werewolf_claw',
|
|
1151
|
-
'/items/wheat',
|
|
1152
|
-
'/items/woodcutting_essence',
|
|
1022
|
+
'/item_categories/ability_book': [
|
|
1023
|
+
'/items/aqua_arrow',
|
|
1024
|
+
'/items/berserk',
|
|
1025
|
+
'/items/cleave',
|
|
1026
|
+
'/items/crippling_slash',
|
|
1027
|
+
'/items/critical_aura',
|
|
1028
|
+
'/items/elemental_affinity',
|
|
1029
|
+
'/items/elusiveness',
|
|
1030
|
+
'/items/entangle',
|
|
1031
|
+
'/items/fierce_aura',
|
|
1032
|
+
'/items/fireball',
|
|
1033
|
+
'/items/firestorm',
|
|
1034
|
+
'/items/flame_arrow',
|
|
1035
|
+
'/items/flame_blast',
|
|
1036
|
+
'/items/fracturing_impact',
|
|
1037
|
+
'/items/frenzy',
|
|
1038
|
+
'/items/frost_surge',
|
|
1039
|
+
'/items/guardian_aura',
|
|
1040
|
+
'/items/heal',
|
|
1041
|
+
'/items/ice_spear',
|
|
1042
|
+
'/items/impale',
|
|
1043
|
+
'/items/insanity',
|
|
1044
|
+
'/items/invincible',
|
|
1045
|
+
'/items/life_drain',
|
|
1046
|
+
'/items/maim',
|
|
1047
|
+
'/items/mana_spring',
|
|
1048
|
+
'/items/minor_heal',
|
|
1049
|
+
'/items/mystic_aura',
|
|
1050
|
+
'/items/natures_veil',
|
|
1051
|
+
'/items/penetrating_shot',
|
|
1052
|
+
'/items/penetrating_strike',
|
|
1053
|
+
'/items/pestilent_shot',
|
|
1054
|
+
'/items/poke',
|
|
1055
|
+
'/items/precision',
|
|
1056
|
+
'/items/provoke',
|
|
1057
|
+
'/items/puncture',
|
|
1058
|
+
'/items/quick_aid',
|
|
1059
|
+
'/items/quick_shot',
|
|
1060
|
+
'/items/rain_of_arrows',
|
|
1061
|
+
'/items/rejuvenate',
|
|
1062
|
+
'/items/retribution',
|
|
1063
|
+
'/items/revive',
|
|
1064
|
+
'/items/scratch',
|
|
1065
|
+
'/items/shield_bash',
|
|
1066
|
+
'/items/silencing_shot',
|
|
1067
|
+
'/items/smack',
|
|
1068
|
+
'/items/smoke_burst',
|
|
1069
|
+
'/items/speed_aura',
|
|
1070
|
+
'/items/spike_shell',
|
|
1071
|
+
'/items/steady_shot',
|
|
1072
|
+
'/items/stunning_blow',
|
|
1073
|
+
'/items/sweep',
|
|
1074
|
+
'/items/taunt',
|
|
1075
|
+
'/items/toughness',
|
|
1076
|
+
'/items/toxic_pollen',
|
|
1077
|
+
'/items/vampirism',
|
|
1078
|
+
'/items/water_strike',
|
|
1079
|
+
],
|
|
1080
|
+
'/item_categories/currency': [
|
|
1081
|
+
'/items/chimerical_token',
|
|
1082
|
+
'/items/coin',
|
|
1083
|
+
'/items/cowbell',
|
|
1084
|
+
'/items/enchanted_token',
|
|
1085
|
+
'/items/labyrinth_token',
|
|
1086
|
+
'/items/pirate_token',
|
|
1087
|
+
'/items/sinister_token',
|
|
1088
|
+
'/items/task_token',
|
|
1089
|
+
],
|
|
1090
|
+
'/item_categories/drink': [
|
|
1091
|
+
'/items/alchemy_tea',
|
|
1092
|
+
'/items/artisan_tea',
|
|
1093
|
+
'/items/attack_coffee',
|
|
1094
|
+
'/items/blessed_tea',
|
|
1095
|
+
'/items/brewing_tea',
|
|
1096
|
+
'/items/catalytic_tea',
|
|
1097
|
+
'/items/channeling_coffee',
|
|
1098
|
+
'/items/cheesesmithing_tea',
|
|
1099
|
+
'/items/cooking_tea',
|
|
1100
|
+
'/items/crafting_tea',
|
|
1101
|
+
'/items/critical_coffee',
|
|
1102
|
+
'/items/defense_coffee',
|
|
1103
|
+
'/items/efficiency_tea',
|
|
1104
|
+
'/items/enhancing_tea',
|
|
1105
|
+
'/items/foraging_tea',
|
|
1106
|
+
'/items/gathering_tea',
|
|
1107
|
+
'/items/gourmet_tea',
|
|
1108
|
+
'/items/intelligence_coffee',
|
|
1109
|
+
'/items/lucky_coffee',
|
|
1110
|
+
'/items/magic_coffee',
|
|
1111
|
+
'/items/melee_coffee',
|
|
1112
|
+
'/items/milking_tea',
|
|
1113
|
+
'/items/processing_tea',
|
|
1114
|
+
'/items/ranged_coffee',
|
|
1115
|
+
'/items/stamina_coffee',
|
|
1116
|
+
'/items/super_alchemy_tea',
|
|
1117
|
+
'/items/super_attack_coffee',
|
|
1118
|
+
'/items/super_brewing_tea',
|
|
1119
|
+
'/items/super_cheesesmithing_tea',
|
|
1120
|
+
'/items/super_cooking_tea',
|
|
1121
|
+
'/items/super_crafting_tea',
|
|
1122
|
+
'/items/super_defense_coffee',
|
|
1123
|
+
'/items/super_enhancing_tea',
|
|
1124
|
+
'/items/super_foraging_tea',
|
|
1125
|
+
'/items/super_intelligence_coffee',
|
|
1126
|
+
'/items/super_magic_coffee',
|
|
1127
|
+
'/items/super_melee_coffee',
|
|
1128
|
+
'/items/super_milking_tea',
|
|
1129
|
+
'/items/super_ranged_coffee',
|
|
1130
|
+
'/items/super_stamina_coffee',
|
|
1131
|
+
'/items/super_tailoring_tea',
|
|
1132
|
+
'/items/super_woodcutting_tea',
|
|
1133
|
+
'/items/swiftness_coffee',
|
|
1134
|
+
'/items/tailoring_tea',
|
|
1135
|
+
'/items/ultra_alchemy_tea',
|
|
1136
|
+
'/items/ultra_attack_coffee',
|
|
1137
|
+
'/items/ultra_brewing_tea',
|
|
1138
|
+
'/items/ultra_cheesesmithing_tea',
|
|
1139
|
+
'/items/ultra_cooking_tea',
|
|
1140
|
+
'/items/ultra_crafting_tea',
|
|
1141
|
+
'/items/ultra_defense_coffee',
|
|
1142
|
+
'/items/ultra_enhancing_tea',
|
|
1143
|
+
'/items/ultra_foraging_tea',
|
|
1144
|
+
'/items/ultra_intelligence_coffee',
|
|
1145
|
+
'/items/ultra_magic_coffee',
|
|
1146
|
+
'/items/ultra_melee_coffee',
|
|
1147
|
+
'/items/ultra_milking_tea',
|
|
1148
|
+
'/items/ultra_ranged_coffee',
|
|
1149
|
+
'/items/ultra_stamina_coffee',
|
|
1150
|
+
'/items/ultra_tailoring_tea',
|
|
1151
|
+
'/items/ultra_woodcutting_tea',
|
|
1152
|
+
'/items/wisdom_coffee',
|
|
1153
|
+
'/items/wisdom_tea',
|
|
1154
|
+
'/items/woodcutting_tea',
|
|
1155
|
+
],
|
|
1156
|
+
'/item_categories/dungeon_key': [
|
|
1157
|
+
'/items/blue_key_fragment',
|
|
1158
|
+
'/items/brown_key_fragment',
|
|
1159
|
+
'/items/burning_key_fragment',
|
|
1160
|
+
'/items/chimerical_chest_key',
|
|
1161
|
+
'/items/chimerical_entry_key',
|
|
1162
|
+
'/items/dark_key_fragment',
|
|
1163
|
+
'/items/enchanted_chest_key',
|
|
1164
|
+
'/items/enchanted_entry_key',
|
|
1165
|
+
'/items/green_key_fragment',
|
|
1166
|
+
'/items/orange_key_fragment',
|
|
1167
|
+
'/items/pirate_chest_key',
|
|
1168
|
+
'/items/pirate_entry_key',
|
|
1169
|
+
'/items/purple_key_fragment',
|
|
1170
|
+
'/items/sinister_chest_key',
|
|
1171
|
+
'/items/sinister_entry_key',
|
|
1172
|
+
'/items/stone_key_fragment',
|
|
1173
|
+
'/items/white_key_fragment',
|
|
1153
1174
|
],
|
|
1154
1175
|
'/item_categories/equipment': [
|
|
1155
1176
|
'/items/acrobatic_hood',
|
|
@@ -1184,6 +1205,8 @@ export const ITEMS_BY_CATEGORY = {
|
|
|
1184
1205
|
'/items/arcane_nature_staff',
|
|
1185
1206
|
'/items/arcane_shield',
|
|
1186
1207
|
'/items/arcane_water_staff',
|
|
1208
|
+
'/items/artificer_cape',
|
|
1209
|
+
'/items/artificer_cape_refined',
|
|
1187
1210
|
'/items/azure_alembic',
|
|
1188
1211
|
'/items/azure_boots',
|
|
1189
1212
|
'/items/azure_brush',
|
|
@@ -1284,6 +1307,8 @@ export const ITEMS_BY_CATEGORY = {
|
|
|
1284
1307
|
'/items/celestial_shears',
|
|
1285
1308
|
'/items/celestial_spatula',
|
|
1286
1309
|
'/items/centaur_boots',
|
|
1310
|
+
'/items/chance_cape',
|
|
1311
|
+
'/items/chance_cape_refined',
|
|
1287
1312
|
'/items/chaotic_flail',
|
|
1288
1313
|
'/items/chaotic_flail_refined',
|
|
1289
1314
|
'/items/cheese_alembic',
|
|
@@ -1345,6 +1370,8 @@ export const ITEMS_BY_CATEGORY = {
|
|
|
1345
1370
|
'/items/crimson_spatula',
|
|
1346
1371
|
'/items/crimson_spear',
|
|
1347
1372
|
'/items/crimson_sword',
|
|
1373
|
+
'/items/culinary_cape',
|
|
1374
|
+
'/items/culinary_cape_refined',
|
|
1348
1375
|
'/items/cursed_bow',
|
|
1349
1376
|
'/items/cursed_bow_refined',
|
|
1350
1377
|
'/items/dairyhands_bottoms',
|
|
@@ -1393,6 +1420,8 @@ export const ITEMS_BY_CATEGORY = {
|
|
|
1393
1420
|
'/items/frost_staff',
|
|
1394
1421
|
'/items/furious_spear',
|
|
1395
1422
|
'/items/furious_spear_refined',
|
|
1423
|
+
'/items/gatherer_cape',
|
|
1424
|
+
'/items/gatherer_cape_refined',
|
|
1396
1425
|
'/items/gator_vest',
|
|
1397
1426
|
'/items/giant_pouch',
|
|
1398
1427
|
'/items/ginkgo_bow',
|
|
@@ -1511,6 +1540,12 @@ export const ITEMS_BY_CATEGORY = {
|
|
|
1511
1540
|
'/items/necklace_of_speed',
|
|
1512
1541
|
'/items/necklace_of_wisdom',
|
|
1513
1542
|
'/items/panda_gloves',
|
|
1543
|
+
'/items/pathbreaker_boots',
|
|
1544
|
+
'/items/pathbreaker_boots_refined',
|
|
1545
|
+
'/items/pathfinder_boots',
|
|
1546
|
+
'/items/pathfinder_boots_refined',
|
|
1547
|
+
'/items/pathseeker_boots',
|
|
1548
|
+
'/items/pathseeker_boots_refined',
|
|
1514
1549
|
'/items/philosophers_earrings',
|
|
1515
1550
|
'/items/philosophers_necklace',
|
|
1516
1551
|
'/items/philosophers_ring',
|
|
@@ -1671,72 +1706,6 @@ export const ITEMS_BY_CATEGORY = {
|
|
|
1671
1706
|
'/items/wooden_shield',
|
|
1672
1707
|
'/items/wooden_water_staff',
|
|
1673
1708
|
],
|
|
1674
|
-
'/item_categories/drink': [
|
|
1675
|
-
'/items/alchemy_tea',
|
|
1676
|
-
'/items/artisan_tea',
|
|
1677
|
-
'/items/attack_coffee',
|
|
1678
|
-
'/items/blessed_tea',
|
|
1679
|
-
'/items/brewing_tea',
|
|
1680
|
-
'/items/catalytic_tea',
|
|
1681
|
-
'/items/channeling_coffee',
|
|
1682
|
-
'/items/cheesesmithing_tea',
|
|
1683
|
-
'/items/cooking_tea',
|
|
1684
|
-
'/items/crafting_tea',
|
|
1685
|
-
'/items/critical_coffee',
|
|
1686
|
-
'/items/defense_coffee',
|
|
1687
|
-
'/items/efficiency_tea',
|
|
1688
|
-
'/items/enhancing_tea',
|
|
1689
|
-
'/items/foraging_tea',
|
|
1690
|
-
'/items/gathering_tea',
|
|
1691
|
-
'/items/gourmet_tea',
|
|
1692
|
-
'/items/intelligence_coffee',
|
|
1693
|
-
'/items/lucky_coffee',
|
|
1694
|
-
'/items/magic_coffee',
|
|
1695
|
-
'/items/melee_coffee',
|
|
1696
|
-
'/items/milking_tea',
|
|
1697
|
-
'/items/processing_tea',
|
|
1698
|
-
'/items/ranged_coffee',
|
|
1699
|
-
'/items/stamina_coffee',
|
|
1700
|
-
'/items/super_alchemy_tea',
|
|
1701
|
-
'/items/super_attack_coffee',
|
|
1702
|
-
'/items/super_brewing_tea',
|
|
1703
|
-
'/items/super_cheesesmithing_tea',
|
|
1704
|
-
'/items/super_cooking_tea',
|
|
1705
|
-
'/items/super_crafting_tea',
|
|
1706
|
-
'/items/super_defense_coffee',
|
|
1707
|
-
'/items/super_enhancing_tea',
|
|
1708
|
-
'/items/super_foraging_tea',
|
|
1709
|
-
'/items/super_intelligence_coffee',
|
|
1710
|
-
'/items/super_magic_coffee',
|
|
1711
|
-
'/items/super_melee_coffee',
|
|
1712
|
-
'/items/super_milking_tea',
|
|
1713
|
-
'/items/super_ranged_coffee',
|
|
1714
|
-
'/items/super_stamina_coffee',
|
|
1715
|
-
'/items/super_tailoring_tea',
|
|
1716
|
-
'/items/super_woodcutting_tea',
|
|
1717
|
-
'/items/swiftness_coffee',
|
|
1718
|
-
'/items/tailoring_tea',
|
|
1719
|
-
'/items/ultra_alchemy_tea',
|
|
1720
|
-
'/items/ultra_attack_coffee',
|
|
1721
|
-
'/items/ultra_brewing_tea',
|
|
1722
|
-
'/items/ultra_cheesesmithing_tea',
|
|
1723
|
-
'/items/ultra_cooking_tea',
|
|
1724
|
-
'/items/ultra_crafting_tea',
|
|
1725
|
-
'/items/ultra_defense_coffee',
|
|
1726
|
-
'/items/ultra_enhancing_tea',
|
|
1727
|
-
'/items/ultra_foraging_tea',
|
|
1728
|
-
'/items/ultra_intelligence_coffee',
|
|
1729
|
-
'/items/ultra_magic_coffee',
|
|
1730
|
-
'/items/ultra_melee_coffee',
|
|
1731
|
-
'/items/ultra_milking_tea',
|
|
1732
|
-
'/items/ultra_ranged_coffee',
|
|
1733
|
-
'/items/ultra_stamina_coffee',
|
|
1734
|
-
'/items/ultra_tailoring_tea',
|
|
1735
|
-
'/items/ultra_woodcutting_tea',
|
|
1736
|
-
'/items/wisdom_coffee',
|
|
1737
|
-
'/items/wisdom_tea',
|
|
1738
|
-
'/items/woodcutting_tea',
|
|
1739
|
-
],
|
|
1740
1709
|
'/item_categories/food': [
|
|
1741
1710
|
'/items/apple_gummy',
|
|
1742
1711
|
'/items/apple_yogurt',
|
|
@@ -1767,63 +1736,25 @@ export const ITEMS_BY_CATEGORY = {
|
|
|
1767
1736
|
'/items/strawberry_donut',
|
|
1768
1737
|
'/items/yogurt',
|
|
1769
1738
|
],
|
|
1770
|
-
'/item_categories/
|
|
1771
|
-
'/items/
|
|
1772
|
-
'/items/
|
|
1773
|
-
'/items/
|
|
1774
|
-
'/items/
|
|
1775
|
-
'/items/
|
|
1776
|
-
'/items/
|
|
1777
|
-
'/items/
|
|
1778
|
-
'/items/
|
|
1779
|
-
'/items/
|
|
1780
|
-
'/items/
|
|
1781
|
-
'/items/
|
|
1782
|
-
'/items/
|
|
1783
|
-
'/items/
|
|
1784
|
-
'/items/
|
|
1785
|
-
'/items/
|
|
1786
|
-
'/items/
|
|
1787
|
-
'/items/
|
|
1788
|
-
'/items/
|
|
1789
|
-
'/items/ice_spear',
|
|
1790
|
-
'/items/impale',
|
|
1791
|
-
'/items/insanity',
|
|
1792
|
-
'/items/invincible',
|
|
1793
|
-
'/items/life_drain',
|
|
1794
|
-
'/items/maim',
|
|
1795
|
-
'/items/mana_spring',
|
|
1796
|
-
'/items/minor_heal',
|
|
1797
|
-
'/items/mystic_aura',
|
|
1798
|
-
'/items/natures_veil',
|
|
1799
|
-
'/items/penetrating_shot',
|
|
1800
|
-
'/items/penetrating_strike',
|
|
1801
|
-
'/items/pestilent_shot',
|
|
1802
|
-
'/items/poke',
|
|
1803
|
-
'/items/precision',
|
|
1804
|
-
'/items/provoke',
|
|
1805
|
-
'/items/puncture',
|
|
1806
|
-
'/items/quick_aid',
|
|
1807
|
-
'/items/quick_shot',
|
|
1808
|
-
'/items/rain_of_arrows',
|
|
1809
|
-
'/items/rejuvenate',
|
|
1810
|
-
'/items/retribution',
|
|
1811
|
-
'/items/revive',
|
|
1812
|
-
'/items/scratch',
|
|
1813
|
-
'/items/shield_bash',
|
|
1814
|
-
'/items/silencing_shot',
|
|
1815
|
-
'/items/smack',
|
|
1816
|
-
'/items/smoke_burst',
|
|
1817
|
-
'/items/speed_aura',
|
|
1818
|
-
'/items/spike_shell',
|
|
1819
|
-
'/items/steady_shot',
|
|
1820
|
-
'/items/stunning_blow',
|
|
1821
|
-
'/items/sweep',
|
|
1822
|
-
'/items/taunt',
|
|
1823
|
-
'/items/toughness',
|
|
1824
|
-
'/items/toxic_pollen',
|
|
1825
|
-
'/items/vampirism',
|
|
1826
|
-
'/items/water_strike',
|
|
1739
|
+
'/item_categories/labyrinth': [
|
|
1740
|
+
'/items/advanced_beacon',
|
|
1741
|
+
'/items/advanced_coffee_crate',
|
|
1742
|
+
'/items/advanced_food_crate',
|
|
1743
|
+
'/items/advanced_shroud',
|
|
1744
|
+
'/items/advanced_tea_crate',
|
|
1745
|
+
'/items/advanced_torch',
|
|
1746
|
+
'/items/basic_beacon',
|
|
1747
|
+
'/items/basic_coffee_crate',
|
|
1748
|
+
'/items/basic_food_crate',
|
|
1749
|
+
'/items/basic_shroud',
|
|
1750
|
+
'/items/basic_tea_crate',
|
|
1751
|
+
'/items/basic_torch',
|
|
1752
|
+
'/items/expert_beacon',
|
|
1753
|
+
'/items/expert_coffee_crate',
|
|
1754
|
+
'/items/expert_food_crate',
|
|
1755
|
+
'/items/expert_shroud',
|
|
1756
|
+
'/items/expert_tea_crate',
|
|
1757
|
+
'/items/expert_torch',
|
|
1827
1758
|
],
|
|
1828
1759
|
'/item_categories/loot': [
|
|
1829
1760
|
'/items/bag_of_10_cowbells',
|
|
@@ -1831,6 +1762,7 @@ export const ITEMS_BY_CATEGORY = {
|
|
|
1831
1762
|
'/items/chimerical_refinement_chest',
|
|
1832
1763
|
'/items/enchanted_chest',
|
|
1833
1764
|
'/items/enchanted_refinement_chest',
|
|
1765
|
+
'/items/labyrinth_refinement_chest',
|
|
1834
1766
|
'/items/large_artisans_crate',
|
|
1835
1767
|
'/items/large_meteorite_cache',
|
|
1836
1768
|
'/items/large_treasure_chest',
|
|
@@ -1839,130 +1771,379 @@ export const ITEMS_BY_CATEGORY = {
|
|
|
1839
1771
|
'/items/medium_treasure_chest',
|
|
1840
1772
|
'/items/pirate_chest',
|
|
1841
1773
|
'/items/pirate_refinement_chest',
|
|
1774
|
+
'/items/purdoras_box_combat',
|
|
1775
|
+
'/items/purdoras_box_skilling',
|
|
1842
1776
|
'/items/purples_gift',
|
|
1777
|
+
'/items/seal_of_action_speed',
|
|
1778
|
+
'/items/seal_of_attack_speed',
|
|
1779
|
+
'/items/seal_of_cast_speed',
|
|
1780
|
+
'/items/seal_of_combat_drop',
|
|
1781
|
+
'/items/seal_of_critical_rate',
|
|
1782
|
+
'/items/seal_of_damage',
|
|
1783
|
+
'/items/seal_of_efficiency',
|
|
1784
|
+
'/items/seal_of_gathering',
|
|
1785
|
+
'/items/seal_of_gourmet',
|
|
1786
|
+
'/items/seal_of_processing',
|
|
1787
|
+
'/items/seal_of_rare_find',
|
|
1788
|
+
'/items/seal_of_wisdom',
|
|
1843
1789
|
'/items/sinister_chest',
|
|
1844
1790
|
'/items/sinister_refinement_chest',
|
|
1845
1791
|
'/items/small_artisans_crate',
|
|
1846
1792
|
'/items/small_meteorite_cache',
|
|
1847
1793
|
'/items/small_treasure_chest',
|
|
1848
1794
|
],
|
|
1849
|
-
'/item_categories/
|
|
1850
|
-
'/items/
|
|
1851
|
-
'/items/
|
|
1852
|
-
'/items/
|
|
1853
|
-
'/items/
|
|
1854
|
-
'/items/
|
|
1855
|
-
'/items/
|
|
1856
|
-
'/items/
|
|
1857
|
-
'/items/
|
|
1858
|
-
'/items/
|
|
1859
|
-
'/items/
|
|
1860
|
-
'/items/
|
|
1861
|
-
'/items/
|
|
1862
|
-
'/items/
|
|
1863
|
-
'/items/
|
|
1864
|
-
'/items/
|
|
1865
|
-
'/items/
|
|
1866
|
-
'/items/
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
'/items/
|
|
1870
|
-
'/items/
|
|
1871
|
-
'/items/
|
|
1872
|
-
'/items/
|
|
1873
|
-
'/items/
|
|
1874
|
-
'/items/
|
|
1875
|
-
'/items/
|
|
1795
|
+
'/item_categories/resource': [
|
|
1796
|
+
'/items/abyssal_essence',
|
|
1797
|
+
'/items/acrobats_ribbon',
|
|
1798
|
+
'/items/alchemy_essence',
|
|
1799
|
+
'/items/amber',
|
|
1800
|
+
'/items/amethyst',
|
|
1801
|
+
'/items/apple',
|
|
1802
|
+
'/items/aqua_essence',
|
|
1803
|
+
'/items/arabica_coffee_bean',
|
|
1804
|
+
'/items/arcane_log',
|
|
1805
|
+
'/items/arcane_lumber',
|
|
1806
|
+
'/items/azure_cheese',
|
|
1807
|
+
'/items/azure_milk',
|
|
1808
|
+
'/items/bamboo_branch',
|
|
1809
|
+
'/items/bamboo_fabric',
|
|
1810
|
+
'/items/bear_essence',
|
|
1811
|
+
'/items/beast_hide',
|
|
1812
|
+
'/items/beast_leather',
|
|
1813
|
+
'/items/birch_log',
|
|
1814
|
+
'/items/birch_lumber',
|
|
1815
|
+
'/items/bishops_scroll',
|
|
1816
|
+
'/items/black_bear_fluff',
|
|
1817
|
+
'/items/black_tea_leaf',
|
|
1818
|
+
'/items/blackberry',
|
|
1819
|
+
'/items/blueberry',
|
|
1820
|
+
'/items/branch_of_insight',
|
|
1821
|
+
'/items/brewing_essence',
|
|
1822
|
+
'/items/burble_cheese',
|
|
1823
|
+
'/items/burble_milk',
|
|
1824
|
+
'/items/burble_tea_leaf',
|
|
1825
|
+
'/items/butter_of_proficiency',
|
|
1826
|
+
'/items/catalyst_of_coinification',
|
|
1827
|
+
'/items/catalyst_of_decomposition',
|
|
1828
|
+
'/items/catalyst_of_transmutation',
|
|
1829
|
+
'/items/cedar_log',
|
|
1830
|
+
'/items/cedar_lumber',
|
|
1831
|
+
'/items/centaur_hoof',
|
|
1832
|
+
'/items/chaotic_chain',
|
|
1833
|
+
'/items/cheese',
|
|
1834
|
+
'/items/cheesesmithing_essence',
|
|
1835
|
+
'/items/chimerical_essence',
|
|
1836
|
+
'/items/chimerical_refinement_shard',
|
|
1837
|
+
'/items/chrono_sphere',
|
|
1838
|
+
'/items/cocoon',
|
|
1839
|
+
'/items/colossus_core',
|
|
1840
|
+
'/items/cooking_essence',
|
|
1841
|
+
'/items/corsair_crest',
|
|
1842
|
+
'/items/cotton',
|
|
1843
|
+
'/items/cotton_fabric',
|
|
1844
|
+
'/items/crab_pincer',
|
|
1845
|
+
'/items/crafting_essence',
|
|
1846
|
+
'/items/crimson_cheese',
|
|
1847
|
+
'/items/crimson_milk',
|
|
1848
|
+
'/items/crushed_amber',
|
|
1849
|
+
'/items/crushed_amethyst',
|
|
1850
|
+
'/items/crushed_garnet',
|
|
1851
|
+
'/items/crushed_jade',
|
|
1852
|
+
'/items/crushed_moonstone',
|
|
1853
|
+
'/items/crushed_pearl',
|
|
1854
|
+
'/items/crushed_philosophers_stone',
|
|
1855
|
+
'/items/crushed_sunstone',
|
|
1856
|
+
'/items/cursed_ball',
|
|
1857
|
+
'/items/damaged_anchor',
|
|
1858
|
+
'/items/demonic_core',
|
|
1859
|
+
'/items/dodocamel_plume',
|
|
1860
|
+
'/items/dragon_fruit',
|
|
1861
|
+
'/items/egg',
|
|
1862
|
+
'/items/emp_tea_leaf',
|
|
1863
|
+
'/items/enchanted_essence',
|
|
1864
|
+
'/items/enchanted_refinement_shard',
|
|
1865
|
+
'/items/enhancing_essence',
|
|
1866
|
+
'/items/excelsa_coffee_bean',
|
|
1867
|
+
'/items/eye_of_the_watcher',
|
|
1868
|
+
'/items/eyessence',
|
|
1869
|
+
'/items/fieriosa_coffee_bean',
|
|
1870
|
+
'/items/flaming_cloth',
|
|
1871
|
+
'/items/flax',
|
|
1872
|
+
'/items/foraging_essence',
|
|
1873
|
+
'/items/frost_sphere',
|
|
1874
|
+
'/items/garnet',
|
|
1875
|
+
'/items/ginkgo_log',
|
|
1876
|
+
'/items/ginkgo_lumber',
|
|
1877
|
+
'/items/gluttonous_energy',
|
|
1878
|
+
'/items/gobo_essence',
|
|
1879
|
+
'/items/gobo_hide',
|
|
1880
|
+
'/items/gobo_leather',
|
|
1881
|
+
'/items/gobo_rag',
|
|
1882
|
+
'/items/goggles',
|
|
1883
|
+
'/items/golem_essence',
|
|
1884
|
+
'/items/green_tea_leaf',
|
|
1885
|
+
'/items/griffin_leather',
|
|
1886
|
+
'/items/griffin_talon',
|
|
1887
|
+
'/items/grizzly_bear_fluff',
|
|
1888
|
+
'/items/guzzling_energy',
|
|
1889
|
+
'/items/holy_cheese',
|
|
1890
|
+
'/items/holy_milk',
|
|
1891
|
+
'/items/icy_cloth',
|
|
1892
|
+
'/items/infernal_ember',
|
|
1893
|
+
'/items/jackalope_antler',
|
|
1894
|
+
'/items/jade',
|
|
1895
|
+
'/items/jungle_essence',
|
|
1896
|
+
'/items/knights_ingot',
|
|
1897
|
+
'/items/kraken_fang',
|
|
1898
|
+
'/items/kraken_leather',
|
|
1899
|
+
'/items/labyrinth_essence',
|
|
1900
|
+
'/items/labyrinth_refinement_shard',
|
|
1901
|
+
'/items/liberica_coffee_bean',
|
|
1902
|
+
'/items/linen_fabric',
|
|
1903
|
+
'/items/living_granite',
|
|
1904
|
+
'/items/log',
|
|
1905
|
+
'/items/lumber',
|
|
1906
|
+
'/items/luna_wing',
|
|
1907
|
+
'/items/maelstrom_plating',
|
|
1908
|
+
'/items/magicians_cloth',
|
|
1909
|
+
'/items/magnet',
|
|
1910
|
+
'/items/magnifying_glass',
|
|
1911
|
+
'/items/manticore_sting',
|
|
1912
|
+
'/items/marine_scale',
|
|
1913
|
+
'/items/marksman_brooch',
|
|
1914
|
+
'/items/marsberry',
|
|
1915
|
+
'/items/milk',
|
|
1916
|
+
'/items/milking_essence',
|
|
1917
|
+
'/items/mirror_of_protection',
|
|
1918
|
+
'/items/mooberry',
|
|
1919
|
+
'/items/moolong_tea_leaf',
|
|
1920
|
+
'/items/moonstone',
|
|
1921
|
+
'/items/orange',
|
|
1922
|
+
'/items/panda_fluff',
|
|
1923
|
+
'/items/pathbreaker_lodestone',
|
|
1924
|
+
'/items/pathfinder_lodestone',
|
|
1925
|
+
'/items/pathseeker_lodestone',
|
|
1926
|
+
'/items/peach',
|
|
1927
|
+
'/items/pearl',
|
|
1928
|
+
'/items/philosophers_mirror',
|
|
1929
|
+
'/items/philosophers_stone',
|
|
1930
|
+
'/items/pirate_essence',
|
|
1931
|
+
'/items/pirate_refinement_shard',
|
|
1932
|
+
'/items/plum',
|
|
1933
|
+
'/items/polar_bear_fluff',
|
|
1934
|
+
'/items/prime_catalyst',
|
|
1935
|
+
'/items/purpleheart_log',
|
|
1936
|
+
'/items/purpleheart_lumber',
|
|
1937
|
+
'/items/radiant_fabric',
|
|
1938
|
+
'/items/radiant_fiber',
|
|
1939
|
+
'/items/rainbow_cheese',
|
|
1940
|
+
'/items/rainbow_milk',
|
|
1941
|
+
'/items/red_panda_fluff',
|
|
1942
|
+
'/items/red_tea_leaf',
|
|
1943
|
+
'/items/redwood_log',
|
|
1944
|
+
'/items/redwood_lumber',
|
|
1945
|
+
'/items/regal_jewel',
|
|
1946
|
+
'/items/reptile_hide',
|
|
1947
|
+
'/items/reptile_leather',
|
|
1948
|
+
'/items/revenant_anima',
|
|
1949
|
+
'/items/robusta_coffee_bean',
|
|
1950
|
+
'/items/rough_hide',
|
|
1951
|
+
'/items/rough_leather',
|
|
1952
|
+
'/items/royal_cloth',
|
|
1953
|
+
'/items/shard_of_protection',
|
|
1954
|
+
'/items/shoebill_feather',
|
|
1955
|
+
'/items/silk_fabric',
|
|
1956
|
+
'/items/sinister_essence',
|
|
1957
|
+
'/items/sinister_refinement_shard',
|
|
1958
|
+
'/items/snail_shell',
|
|
1959
|
+
'/items/snake_fang',
|
|
1960
|
+
'/items/sorcerer_essence',
|
|
1961
|
+
'/items/sorcerers_sole',
|
|
1962
|
+
'/items/soul_fragment',
|
|
1963
|
+
'/items/spaceberry',
|
|
1964
|
+
'/items/spacia_coffee_bean',
|
|
1965
|
+
'/items/stalactite_shard',
|
|
1966
|
+
'/items/star_fragment',
|
|
1967
|
+
'/items/star_fruit',
|
|
1968
|
+
'/items/strawberry',
|
|
1969
|
+
'/items/sugar',
|
|
1970
|
+
'/items/sundering_jewel',
|
|
1971
|
+
'/items/sunstone',
|
|
1972
|
+
'/items/swamp_essence',
|
|
1973
|
+
'/items/tailoring_essence',
|
|
1974
|
+
'/items/task_crystal',
|
|
1975
|
+
'/items/thread_of_expertise',
|
|
1976
|
+
'/items/treant_bark',
|
|
1977
|
+
'/items/turtle_shell',
|
|
1978
|
+
'/items/twilight_essence',
|
|
1979
|
+
'/items/umbral_hide',
|
|
1980
|
+
'/items/umbral_leather',
|
|
1981
|
+
'/items/vampire_fang',
|
|
1982
|
+
'/items/verdant_cheese',
|
|
1983
|
+
'/items/verdant_milk',
|
|
1984
|
+
'/items/werewolf_claw',
|
|
1985
|
+
'/items/wheat',
|
|
1986
|
+
'/items/woodcutting_essence',
|
|
1876
1987
|
],
|
|
1877
1988
|
};
|
|
1878
1989
|
export const PROTECTION_ITEM_HRIDS = [
|
|
1879
1990
|
'/items/acrobatic_hood',
|
|
1880
|
-
'/items/
|
|
1991
|
+
'/items/acrobatic_hood_refined',
|
|
1992
|
+
'/items/alchemists_bottoms',
|
|
1993
|
+
'/items/alchemists_top',
|
|
1881
1994
|
'/items/anchorbound_plate_body',
|
|
1995
|
+
'/items/anchorbound_plate_body_refined',
|
|
1882
1996
|
'/items/anchorbound_plate_legs',
|
|
1997
|
+
'/items/anchorbound_plate_legs_refined',
|
|
1998
|
+
'/items/artificer_cape',
|
|
1999
|
+
'/items/artificer_cape_refined',
|
|
1883
2000
|
'/items/bishops_codex',
|
|
1884
|
-
'/items/
|
|
1885
|
-
'/items/
|
|
2001
|
+
'/items/bishops_codex_refined',
|
|
2002
|
+
'/items/black_bear_shoes',
|
|
1886
2003
|
'/items/blazing_trident',
|
|
2004
|
+
'/items/blazing_trident_refined',
|
|
1887
2005
|
'/items/blooming_trident',
|
|
1888
|
-
'/items/
|
|
1889
|
-
'/items/
|
|
1890
|
-
'/items/
|
|
1891
|
-
'/items/
|
|
2006
|
+
'/items/blooming_trident_refined',
|
|
2007
|
+
'/items/brewers_bottoms',
|
|
2008
|
+
'/items/brewers_top',
|
|
2009
|
+
'/items/celestial_alembic',
|
|
2010
|
+
'/items/celestial_brush',
|
|
2011
|
+
'/items/celestial_chisel',
|
|
2012
|
+
'/items/celestial_enhancer',
|
|
2013
|
+
'/items/celestial_hammer',
|
|
2014
|
+
'/items/celestial_hatchet',
|
|
2015
|
+
'/items/celestial_needle',
|
|
2016
|
+
'/items/celestial_pot',
|
|
2017
|
+
'/items/celestial_shears',
|
|
2018
|
+
'/items/celestial_spatula',
|
|
2019
|
+
'/items/centaur_boots',
|
|
2020
|
+
'/items/chance_cape',
|
|
2021
|
+
'/items/chance_cape_refined',
|
|
1892
2022
|
'/items/chaotic_flail',
|
|
2023
|
+
'/items/chaotic_flail_refined',
|
|
2024
|
+
'/items/cheesemakers_bottoms',
|
|
2025
|
+
'/items/cheesemakers_top',
|
|
2026
|
+
'/items/chefs_bottoms',
|
|
2027
|
+
'/items/chefs_top',
|
|
1893
2028
|
'/items/chimerical_quiver',
|
|
1894
|
-
'/items/
|
|
1895
|
-
'/items/
|
|
1896
|
-
'/items/
|
|
2029
|
+
'/items/chimerical_quiver_refined',
|
|
2030
|
+
'/items/chrono_gloves',
|
|
2031
|
+
'/items/collectors_boots',
|
|
2032
|
+
'/items/colossus_plate_body',
|
|
2033
|
+
'/items/colossus_plate_legs',
|
|
1897
2034
|
'/items/corsair_helmet',
|
|
1898
|
-
'/items/
|
|
1899
|
-
'/items/
|
|
2035
|
+
'/items/corsair_helmet_refined',
|
|
2036
|
+
'/items/crafters_bottoms',
|
|
2037
|
+
'/items/crafters_top',
|
|
2038
|
+
'/items/culinary_cape',
|
|
2039
|
+
'/items/culinary_cape_refined',
|
|
1900
2040
|
'/items/cursed_bow',
|
|
1901
|
-
'/items/
|
|
1902
|
-
'/items/
|
|
2041
|
+
'/items/cursed_bow_refined',
|
|
2042
|
+
'/items/dairyhands_bottoms',
|
|
2043
|
+
'/items/dairyhands_top',
|
|
2044
|
+
'/items/demonic_plate_body',
|
|
2045
|
+
'/items/demonic_plate_legs',
|
|
1903
2046
|
'/items/dodocamel_gauntlets',
|
|
1904
|
-
'/items/
|
|
2047
|
+
'/items/dodocamel_gauntlets_refined',
|
|
1905
2048
|
'/items/enchanted_cloak',
|
|
1906
|
-
'/items/
|
|
1907
|
-
'/items/
|
|
1908
|
-
'/items/
|
|
2049
|
+
'/items/enchanted_cloak_refined',
|
|
2050
|
+
'/items/enchanted_gloves',
|
|
2051
|
+
'/items/enhancers_bottoms',
|
|
2052
|
+
'/items/enhancers_top',
|
|
2053
|
+
'/items/eye_watch',
|
|
2054
|
+
'/items/flaming_robe_bottoms',
|
|
2055
|
+
'/items/flaming_robe_top',
|
|
2056
|
+
'/items/fluffy_red_hat',
|
|
2057
|
+
'/items/foragers_bottoms',
|
|
2058
|
+
'/items/foragers_top',
|
|
2059
|
+
'/items/frost_staff',
|
|
1909
2060
|
'/items/furious_spear',
|
|
1910
|
-
'/items/
|
|
1911
|
-
'/items/
|
|
1912
|
-
'/items/
|
|
2061
|
+
'/items/furious_spear_refined',
|
|
2062
|
+
'/items/gatherer_cape',
|
|
2063
|
+
'/items/gatherer_cape_refined',
|
|
2064
|
+
'/items/gluttonous_pouch',
|
|
2065
|
+
'/items/granite_bludgeon',
|
|
1913
2066
|
'/items/griffin_bulwark',
|
|
1914
|
-
'/items/
|
|
1915
|
-
'/items/
|
|
1916
|
-
'/items/
|
|
1917
|
-
'/items/
|
|
1918
|
-
'/items/
|
|
1919
|
-
'/items/
|
|
1920
|
-
'/items/
|
|
2067
|
+
'/items/griffin_bulwark_refined',
|
|
2068
|
+
'/items/griffin_chaps',
|
|
2069
|
+
'/items/griffin_tunic',
|
|
2070
|
+
'/items/grizzly_bear_shoes',
|
|
2071
|
+
'/items/guzzling_pouch',
|
|
2072
|
+
'/items/icy_robe_bottoms',
|
|
2073
|
+
'/items/icy_robe_top',
|
|
2074
|
+
'/items/infernal_battlestaff',
|
|
2075
|
+
'/items/jackalope_staff',
|
|
1921
2076
|
'/items/knights_aegis',
|
|
1922
|
-
'/items/
|
|
2077
|
+
'/items/knights_aegis_refined',
|
|
1923
2078
|
'/items/kraken_chaps',
|
|
1924
|
-
'/items/
|
|
1925
|
-
'/items/kraken_leather',
|
|
2079
|
+
'/items/kraken_chaps_refined',
|
|
1926
2080
|
'/items/kraken_tunic',
|
|
1927
|
-
'/items/
|
|
1928
|
-
'/items/
|
|
2081
|
+
'/items/kraken_tunic_refined',
|
|
2082
|
+
'/items/lumberjacks_bottoms',
|
|
2083
|
+
'/items/lumberjacks_top',
|
|
2084
|
+
'/items/luna_robe_bottoms',
|
|
2085
|
+
'/items/luna_robe_top',
|
|
1929
2086
|
'/items/maelstrom_plate_body',
|
|
2087
|
+
'/items/maelstrom_plate_body_refined',
|
|
1930
2088
|
'/items/maelstrom_plate_legs',
|
|
1931
|
-
'/items/
|
|
1932
|
-
'/items/magicians_cloth',
|
|
2089
|
+
'/items/maelstrom_plate_legs_refined',
|
|
1933
2090
|
'/items/magicians_hat',
|
|
1934
|
-
'/items/
|
|
1935
|
-
'/items/
|
|
1936
|
-
'/items/
|
|
1937
|
-
'/items/
|
|
2091
|
+
'/items/magicians_hat_refined',
|
|
2092
|
+
'/items/magnetic_gloves',
|
|
2093
|
+
'/items/manticore_shield',
|
|
2094
|
+
'/items/marine_chaps',
|
|
2095
|
+
'/items/marine_tunic',
|
|
1938
2096
|
'/items/marksman_bracers',
|
|
1939
|
-
'/items/
|
|
1940
|
-
'/items/
|
|
1941
|
-
'/items/
|
|
1942
|
-
'/items/
|
|
1943
|
-
'/items/
|
|
2097
|
+
'/items/marksman_bracers_refined',
|
|
2098
|
+
'/items/panda_gloves',
|
|
2099
|
+
'/items/pathbreaker_boots',
|
|
2100
|
+
'/items/pathbreaker_boots_refined',
|
|
2101
|
+
'/items/pathfinder_boots',
|
|
2102
|
+
'/items/pathfinder_boots_refined',
|
|
2103
|
+
'/items/pathseeker_boots',
|
|
2104
|
+
'/items/pathseeker_boots_refined',
|
|
2105
|
+
'/items/pincer_gloves',
|
|
2106
|
+
'/items/polar_bear_shoes',
|
|
2107
|
+
'/items/red_culinary_hat',
|
|
1944
2108
|
'/items/regal_sword',
|
|
1945
|
-
'/items/
|
|
2109
|
+
'/items/regal_sword_refined',
|
|
2110
|
+
'/items/revenant_chaps',
|
|
2111
|
+
'/items/revenant_tunic',
|
|
1946
2112
|
'/items/rippling_trident',
|
|
1947
|
-
'/items/
|
|
2113
|
+
'/items/rippling_trident_refined',
|
|
1948
2114
|
'/items/royal_fire_robe_bottoms',
|
|
2115
|
+
'/items/royal_fire_robe_bottoms_refined',
|
|
1949
2116
|
'/items/royal_fire_robe_top',
|
|
2117
|
+
'/items/royal_fire_robe_top_refined',
|
|
1950
2118
|
'/items/royal_nature_robe_bottoms',
|
|
2119
|
+
'/items/royal_nature_robe_bottoms_refined',
|
|
1951
2120
|
'/items/royal_nature_robe_top',
|
|
2121
|
+
'/items/royal_nature_robe_top_refined',
|
|
1952
2122
|
'/items/royal_water_robe_bottoms',
|
|
2123
|
+
'/items/royal_water_robe_bottoms_refined',
|
|
1953
2124
|
'/items/royal_water_robe_top',
|
|
1954
|
-
'/items/
|
|
2125
|
+
'/items/royal_water_robe_top_refined',
|
|
2126
|
+
'/items/shoebill_shoes',
|
|
2127
|
+
'/items/sighted_bracers',
|
|
1955
2128
|
'/items/sinister_cape',
|
|
1956
|
-
'/items/
|
|
1957
|
-
'/items/
|
|
1958
|
-
'/items/
|
|
1959
|
-
'/items/
|
|
1960
|
-
'/items/
|
|
2129
|
+
'/items/sinister_cape_refined',
|
|
2130
|
+
'/items/snail_shell_helmet',
|
|
2131
|
+
'/items/snake_fang_dirk',
|
|
2132
|
+
'/items/sorcerer_boots',
|
|
2133
|
+
'/items/soul_hunter_crossbow',
|
|
2134
|
+
'/items/spiked_bulwark',
|
|
2135
|
+
'/items/stalactite_spear',
|
|
1961
2136
|
'/items/sundering_crossbow',
|
|
1962
|
-
'/items/
|
|
1963
|
-
'/items/
|
|
1964
|
-
'/items/
|
|
1965
|
-
'/items/
|
|
1966
|
-
'/items/
|
|
1967
|
-
'/items/
|
|
2137
|
+
'/items/sundering_crossbow_refined',
|
|
2138
|
+
'/items/tailors_bottoms',
|
|
2139
|
+
'/items/tailors_top',
|
|
2140
|
+
'/items/treant_shield',
|
|
2141
|
+
'/items/turtle_shell_body',
|
|
2142
|
+
'/items/turtle_shell_legs',
|
|
2143
|
+
'/items/vampire_fang_dirk',
|
|
2144
|
+
'/items/vampiric_bow',
|
|
2145
|
+
'/items/vision_helmet',
|
|
2146
|
+
'/items/vision_shield',
|
|
2147
|
+
'/items/watchful_relic',
|
|
2148
|
+
'/items/werewolf_slasher',
|
|
1968
2149
|
];
|