@bingosrs/models 1.0.12 → 1.0.14

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/src/drops.ts CHANGED
@@ -427,4 +427,7 @@ export const MonsterDrops: Partial<Record<EItem, EMonster[]>> = {
427
427
 
428
428
  // Misc
429
429
  [EItem.DRAGON_WARHAMMER]: [],
430
+
431
+ [EItem.FISH_BARREL]: [],
432
+ [EItem.DRAGON_AXE]: [],
430
433
  }
@@ -14938,4 +14938,17 @@ export enum EItem {
14938
14938
  STEEL_RING = 30895,
14939
14939
  GIANT_BONES = 30898,
14940
14940
  SHARK_LURE = 30900,
14941
+ MINOR_BEGINNER_SCROLL_CASE = 30902,
14942
+ MAJOR_BEGINNER_SCROLL_CASE = 30904,
14943
+ MINOR_EASY_SCROLL_CASE = 30906,
14944
+ MAJOR_EASY_SCROLL_CASE = 30908,
14945
+ MINOR_MEDIUM_SCROLL_CASE = 30910,
14946
+ MAJOR_MEDIUM_SCROLL_CASE = 30912,
14947
+ MINOR_HARD_SCROLL_CASE = 30914,
14948
+ MAJOR_HARD_SCROLL_CASE = 30916,
14949
+ MINOR_ELITE_SCROLL_CASE = 30918,
14950
+ MAJOR_ELITE_SCROLL_CASE = 30920,
14951
+ MINOR_MASTER_SCROLL_CASE = 30922,
14952
+ MAJOR_MASTER_SCROLL_CASE = 30924,
14953
+ MIMIC_SCROLL_CASE = 30926,
14941
14954
  }