farming-weight 0.7.1 → 0.7.3

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.
Files changed (134) hide show
  1. package/dist/classes/farmingaccessory.d.ts +10 -10
  2. package/dist/classes/farmingaccessory.js +50 -50
  3. package/dist/classes/farmingarmor.d.ts +41 -38
  4. package/dist/classes/farmingarmor.js +202 -207
  5. package/dist/classes/farmingequipment.d.ts +17 -17
  6. package/dist/classes/farmingequipment.js +105 -109
  7. package/dist/classes/farmingpet.d.ts +14 -14
  8. package/dist/classes/farmingpet.js +91 -90
  9. package/dist/classes/farmingtool.d.ts +34 -34
  10. package/dist/classes/farmingtool.js +192 -202
  11. package/dist/classes/item.d.ts +18 -18
  12. package/dist/classes/item.js +11 -11
  13. package/dist/classes/lotusgear.d.ts +17 -17
  14. package/dist/classes/lotusgear.js +103 -107
  15. package/dist/classes/player.d.ts +58 -55
  16. package/dist/classes/player.js +215 -228
  17. package/dist/classes/weightcalc.d.ts +56 -52
  18. package/dist/classes/weightcalc.js +185 -190
  19. package/dist/classes/weightcalc.test.js +102 -102
  20. package/dist/constants/accessories.d.ts +6 -6
  21. package/dist/constants/accessories.js +51 -51
  22. package/dist/constants/armor.d.ts +30 -30
  23. package/dist/constants/armor.js +699 -699
  24. package/dist/constants/enchants.d.ts +1 -1
  25. package/dist/constants/enchants.js +56 -56
  26. package/dist/constants/enchants.js.map +1 -1
  27. package/dist/constants/equipment.d.ts +20 -20
  28. package/dist/constants/equipment.js +116 -116
  29. package/dist/constants/gems.d.ts +2 -2
  30. package/dist/constants/gems.js +8 -8
  31. package/dist/constants/items.d.ts +8 -8
  32. package/dist/constants/items.js +14 -14
  33. package/dist/constants/lotus.d.ts +20 -20
  34. package/dist/constants/lotus.js +106 -106
  35. package/dist/constants/pets.d.ts +38 -38
  36. package/dist/constants/pets.js +253 -253
  37. package/dist/constants/reforges.d.ts +1 -1
  38. package/dist/constants/reforges.js +1 -1
  39. package/dist/constants/reforges.js.map +1 -1
  40. package/dist/constants/specific.d.ts +1 -1
  41. package/dist/constants/specific.js +6 -6
  42. package/dist/constants/stats.d.ts +1 -1
  43. package/dist/constants/tempfortune.js +14 -14
  44. package/dist/constants/tempfortune.js.map +1 -1
  45. package/dist/constants/tools.d.ts +7 -7
  46. package/dist/constants/tools.js +456 -456
  47. package/dist/constants/upgrades.d.ts +6 -6
  48. package/dist/crops/special.js +1 -1
  49. package/dist/crops/special.js.map +1 -1
  50. package/dist/fortune/farmingaccessory.d.ts +1 -1
  51. package/dist/fortune/farmingaccessory.js +1 -1
  52. package/dist/fortune/farmingaccessory.js.map +1 -1
  53. package/dist/fortune/farmingarmor.d.ts +4 -3
  54. package/dist/fortune/farmingarmor.js +28 -17
  55. package/dist/fortune/farmingarmor.js.map +1 -1
  56. package/dist/fortune/farmingequipment.d.ts +3 -3
  57. package/dist/fortune/farmingequipment.js +5 -5
  58. package/dist/fortune/farmingequipment.js.map +1 -1
  59. package/dist/fortune/farmingpet.d.ts +3 -3
  60. package/dist/fortune/farmingpet.js +2 -2
  61. package/dist/fortune/farmingpet.js.map +1 -1
  62. package/dist/fortune/farmingtool.d.ts +2 -2
  63. package/dist/fortune/farmingtool.js +4 -4
  64. package/dist/fortune/farmingtool.js.map +1 -1
  65. package/dist/fortune/upgradable.d.ts +35 -33
  66. package/dist/fortune/upgradable.js +1 -1
  67. package/dist/fortune/upgradeable.d.ts +6 -6
  68. package/dist/fortune/upgradeable.js +3 -3
  69. package/dist/fortune/upgradeable.js.map +1 -1
  70. package/dist/items/accessories.d.ts +2 -1
  71. package/dist/items/accessories.js +6 -3
  72. package/dist/items/accessories.js.map +1 -1
  73. package/dist/items/armor.d.ts +2 -2
  74. package/dist/items/armor.js +2 -2
  75. package/dist/items/armor.js.map +1 -1
  76. package/dist/items/equipment.js +8 -8
  77. package/dist/items/equipment.js.map +1 -1
  78. package/dist/items/pets.d.ts +2 -2
  79. package/dist/items/pets.js +15 -15
  80. package/dist/items/pets.js.map +1 -1
  81. package/dist/items/tools.d.ts +1 -1
  82. package/dist/items/tools.js +15 -15
  83. package/dist/items/tools.js.map +1 -1
  84. package/dist/player/index.js +1 -1
  85. package/dist/player/player.d.ts +1 -1
  86. package/dist/player/player.js +26 -20
  87. package/dist/player/player.js.map +1 -1
  88. package/dist/player/playeroptions.d.ts +10 -10
  89. package/dist/player.d.ts +21 -21
  90. package/dist/player.js +26 -26
  91. package/dist/ratecalc.d.ts +16 -14
  92. package/dist/ratecalc.js +148 -145
  93. package/dist/tool.js +3 -3
  94. package/dist/upgrades/progress.d.ts +2 -2
  95. package/dist/upgrades/progress.js +3 -3
  96. package/dist/upgrades/progress.js.map +1 -1
  97. package/dist/upgrades/sources/accessorysources.d.ts +2 -2
  98. package/dist/upgrades/sources/accessorysources.js +10 -8
  99. package/dist/upgrades/sources/accessorysources.js.map +1 -1
  100. package/dist/upgrades/sources/armorsetsources.d.ts +2 -2
  101. package/dist/upgrades/sources/armorsetsources.js +12 -11
  102. package/dist/upgrades/sources/armorsetsources.js.map +1 -1
  103. package/dist/upgrades/sources/cropsources.d.ts +3 -3
  104. package/dist/upgrades/sources/cropsources.js +31 -23
  105. package/dist/upgrades/sources/cropsources.js.map +1 -1
  106. package/dist/upgrades/sources/gearsources.d.ts +3 -3
  107. package/dist/upgrades/sources/gearsources.js +18 -19
  108. package/dist/upgrades/sources/gearsources.js.map +1 -1
  109. package/dist/upgrades/sources/generalsources.d.ts +2 -2
  110. package/dist/upgrades/sources/generalsources.js +47 -16
  111. package/dist/upgrades/sources/generalsources.js.map +1 -1
  112. package/dist/upgrades/sources/toolsources.d.ts +5 -5
  113. package/dist/upgrades/sources/toolsources.js +24 -23
  114. package/dist/upgrades/sources/toolsources.js.map +1 -1
  115. package/dist/upgrades/upgrades.d.ts +4 -4
  116. package/dist/upgrades/upgrades.js +19 -19
  117. package/dist/upgrades/upgrades.js.map +1 -1
  118. package/dist/util/enchants.d.ts +3 -3
  119. package/dist/util/enchants.js +1 -1
  120. package/dist/util/enchants.js.map +1 -1
  121. package/dist/util/garden.d.ts +2 -2
  122. package/dist/util/garden.js +6 -7
  123. package/dist/util/garden.js.map +1 -1
  124. package/dist/util/gems.d.ts +2 -2
  125. package/dist/util/gems.js +24 -14
  126. package/dist/util/gems.js.map +1 -1
  127. package/dist/util/pests.js +1 -1
  128. package/dist/util/pests.js.map +1 -1
  129. package/dist/util/pests.test.js +27 -25
  130. package/dist/util/ratecalc.js +2 -2
  131. package/dist/util/ratecalc.js.map +1 -1
  132. package/dist/util/skyblocktime.js +1 -1
  133. package/dist/util/skyblocktime.js.map +1 -1
  134. package/package.json +36 -48
@@ -1,468 +1,468 @@
1
1
  import { Crop } from './crops';
2
2
  import { Rarity, ReforgeTarget } from './reforges';
3
- import { Stat } from "./stats";
3
+ import { Stat } from './stats';
4
4
  import { UpgradeReason } from './upgrades';
5
5
  export var FarmingToolType;
6
- (function (FarmingToolType) {
7
- FarmingToolType["Other"] = "Other";
8
- FarmingToolType["Dicer"] = "Dicer";
9
- FarmingToolType["MathematicalHoe"] = "Mathematical Hoe";
6
+ (function (farmingToolType) {
7
+ farmingToolType['Other'] = 'Other';
8
+ farmingToolType['Dicer'] = 'Dicer';
9
+ farmingToolType['MathematicalHoe'] = 'Mathematical Hoe';
10
10
  })(FarmingToolType || (FarmingToolType = {}));
11
- const t1hoeStats = {
12
- [Rarity.Common]: {
13
- [Stat.FarmingFortune]: 10,
14
- [Stat.FarmingWisdom]: 1,
15
- },
16
- [Rarity.Uncommon]: {
17
- [Stat.FarmingFortune]: 10,
18
- [Stat.FarmingWisdom]: 2,
19
- },
20
- [Rarity.Rare]: {
21
- [Stat.FarmingFortune]: 10,
22
- [Stat.FarmingWisdom]: 3,
23
- },
24
- [Rarity.Epic]: {
25
- [Stat.FarmingFortune]: 10,
26
- [Stat.FarmingWisdom]: 5,
27
- },
28
- [Rarity.Legendary]: {
29
- [Stat.FarmingFortune]: 10,
30
- [Stat.FarmingWisdom]: 8,
31
- },
32
- [Rarity.Mythic]: {
33
- [Stat.FarmingFortune]: 10,
34
- [Stat.FarmingWisdom]: 12,
35
- },
11
+ const T1HOE_STATS = {
12
+ [Rarity.Common]: {
13
+ [Stat.FarmingFortune]: 10,
14
+ [Stat.FarmingWisdom]: 1,
15
+ },
16
+ [Rarity.Uncommon]: {
17
+ [Stat.FarmingFortune]: 10,
18
+ [Stat.FarmingWisdom]: 2,
19
+ },
20
+ [Rarity.Rare]: {
21
+ [Stat.FarmingFortune]: 10,
22
+ [Stat.FarmingWisdom]: 3,
23
+ },
24
+ [Rarity.Epic]: {
25
+ [Stat.FarmingFortune]: 10,
26
+ [Stat.FarmingWisdom]: 5,
27
+ },
28
+ [Rarity.Legendary]: {
29
+ [Stat.FarmingFortune]: 10,
30
+ [Stat.FarmingWisdom]: 8,
31
+ },
32
+ [Rarity.Mythic]: {
33
+ [Stat.FarmingFortune]: 10,
34
+ [Stat.FarmingWisdom]: 12,
35
+ },
36
36
  };
37
- const t2hoeStats = {
38
- [Rarity.Common]: {
39
- [Stat.FarmingFortune]: 25,
40
- [Stat.FarmingWisdom]: 1,
41
- },
42
- [Rarity.Uncommon]: {
43
- [Stat.FarmingFortune]: 25,
44
- [Stat.FarmingWisdom]: 2,
45
- },
46
- [Rarity.Rare]: {
47
- [Stat.FarmingFortune]: 25,
48
- [Stat.FarmingWisdom]: 3,
49
- },
50
- [Rarity.Epic]: {
51
- [Stat.FarmingFortune]: 25,
52
- [Stat.FarmingWisdom]: 5,
53
- },
54
- [Rarity.Legendary]: {
55
- [Stat.FarmingFortune]: 25,
56
- [Stat.FarmingWisdom]: 8,
57
- },
58
- [Rarity.Mythic]: {
59
- [Stat.FarmingFortune]: 25,
60
- [Stat.FarmingWisdom]: 12,
61
- },
37
+ const T2HOE_STATS = {
38
+ [Rarity.Common]: {
39
+ [Stat.FarmingFortune]: 25,
40
+ [Stat.FarmingWisdom]: 1,
41
+ },
42
+ [Rarity.Uncommon]: {
43
+ [Stat.FarmingFortune]: 25,
44
+ [Stat.FarmingWisdom]: 2,
45
+ },
46
+ [Rarity.Rare]: {
47
+ [Stat.FarmingFortune]: 25,
48
+ [Stat.FarmingWisdom]: 3,
49
+ },
50
+ [Rarity.Epic]: {
51
+ [Stat.FarmingFortune]: 25,
52
+ [Stat.FarmingWisdom]: 5,
53
+ },
54
+ [Rarity.Legendary]: {
55
+ [Stat.FarmingFortune]: 25,
56
+ [Stat.FarmingWisdom]: 8,
57
+ },
58
+ [Rarity.Mythic]: {
59
+ [Stat.FarmingFortune]: 25,
60
+ [Stat.FarmingWisdom]: 12,
61
+ },
62
62
  };
63
- const t3hoeStats = {
64
- [Rarity.Common]: {
65
- [Stat.FarmingFortune]: 50,
66
- [Stat.FarmingWisdom]: 1,
67
- },
68
- [Rarity.Uncommon]: {
69
- [Stat.FarmingFortune]: 50,
70
- [Stat.FarmingWisdom]: 2,
71
- },
72
- [Rarity.Rare]: {
73
- [Stat.FarmingFortune]: 50,
74
- [Stat.FarmingWisdom]: 3,
75
- },
76
- [Rarity.Epic]: {
77
- [Stat.FarmingFortune]: 50,
78
- [Stat.FarmingWisdom]: 5,
79
- },
80
- [Rarity.Legendary]: {
81
- [Stat.FarmingFortune]: 50,
82
- [Stat.FarmingWisdom]: 8,
83
- },
84
- [Rarity.Mythic]: {
85
- [Stat.FarmingFortune]: 50,
86
- [Stat.FarmingWisdom]: 12,
87
- },
63
+ const T3HOE_STATS = {
64
+ [Rarity.Common]: {
65
+ [Stat.FarmingFortune]: 50,
66
+ [Stat.FarmingWisdom]: 1,
67
+ },
68
+ [Rarity.Uncommon]: {
69
+ [Stat.FarmingFortune]: 50,
70
+ [Stat.FarmingWisdom]: 2,
71
+ },
72
+ [Rarity.Rare]: {
73
+ [Stat.FarmingFortune]: 50,
74
+ [Stat.FarmingWisdom]: 3,
75
+ },
76
+ [Rarity.Epic]: {
77
+ [Stat.FarmingFortune]: 50,
78
+ [Stat.FarmingWisdom]: 5,
79
+ },
80
+ [Rarity.Legendary]: {
81
+ [Stat.FarmingFortune]: 50,
82
+ [Stat.FarmingWisdom]: 8,
83
+ },
84
+ [Rarity.Mythic]: {
85
+ [Stat.FarmingFortune]: 50,
86
+ [Stat.FarmingWisdom]: 12,
87
+ },
88
88
  };
89
89
  export const FARMING_TOOLS = {
90
- CACTUS_KNIFE: {
91
- skyblockId: 'CACTUS_KNIFE',
92
- crop: Crop.Cactus,
93
- maxRarity: Rarity.Epic,
94
- reforgeType: ReforgeTarget.Hoe,
95
- type: FarmingToolType.Other,
96
- gemSlots: {
97
- peridot: 2,
98
- },
99
- name: 'Cactus Knife',
100
- wiki: 'https://wiki.hypixel.net/Cactus_Knife',
101
- },
102
- COCO_CHOPPER: {
103
- skyblockId: 'COCO_CHOPPER',
104
- crop: Crop.CocoaBeans,
105
- maxRarity: Rarity.Legendary,
106
- reforgeType: ReforgeTarget.Axe,
107
- type: FarmingToolType.Other,
108
- gemSlots: {
109
- peridot: 2,
110
- },
111
- name: 'Cocoa Chopper',
112
- wiki: 'https://wiki.hypixel.net/Cocoa_Chopper',
113
- baseStats: {
114
- [Stat.FarmingFortune]: 20,
115
- },
116
- },
117
- FUNGI_CUTTER: {
118
- skyblockId: 'FUNGI_CUTTER',
119
- crop: Crop.Mushroom,
120
- maxRarity: Rarity.Legendary,
121
- reforgeType: ReforgeTarget.Hoe,
122
- type: FarmingToolType.Other,
123
- gemSlots: {
124
- peridot: 2,
125
- },
126
- name: 'Fungi Cutter',
127
- wiki: 'https://wiki.hypixel.net/Fungi_Cutter',
128
- baseStats: {
129
- [Stat.FarmingFortune]: 30,
130
- },
131
- },
132
- MELON_DICER: {
133
- skyblockId: 'MELON_DICER',
134
- crop: Crop.Melon,
135
- maxRarity: Rarity.Epic,
136
- reforgeType: ReforgeTarget.Axe,
137
- type: FarmingToolType.Dicer,
138
- upgrade: {
139
- id: 'MELON_DICER_2',
140
- reason: UpgradeReason.NextTier
141
- },
142
- gemSlots: {
143
- peridot: 1,
144
- },
145
- name: 'Melon Dicer',
146
- wiki: 'https://wiki.hypixel.net/Melon_Dicer',
147
- },
148
- MELON_DICER_2: {
149
- skyblockId: 'MELON_DICER_2',
150
- crop: Crop.Melon,
151
- maxRarity: Rarity.Legendary,
152
- reforgeType: ReforgeTarget.Axe,
153
- type: FarmingToolType.Dicer,
154
- upgrade: {
155
- id: 'MELON_DICER_3',
156
- reason: UpgradeReason.NextTier
157
- },
158
- gemSlots: {
159
- peridot: 2,
160
- },
161
- name: 'Melon Dicer 2.0',
162
- wiki: 'https://wiki.hypixel.net/Melon_Dicer_2.0',
163
- },
164
- MELON_DICER_3: {
165
- skyblockId: 'MELON_DICER_3',
166
- crop: Crop.Melon,
167
- maxRarity: Rarity.Mythic,
168
- reforgeType: ReforgeTarget.Axe,
169
- type: FarmingToolType.Dicer,
170
- gemSlots: {
171
- peridot: 3,
172
- },
173
- name: 'Melon Dicer 3.0',
174
- wiki: 'https://wiki.hypixel.net/Melon_Dicer_3.0',
175
- },
176
- PUMPKIN_DICER: {
177
- skyblockId: 'PUMPKIN_DICER',
178
- crop: Crop.Pumpkin,
179
- maxRarity: Rarity.Epic,
180
- reforgeType: ReforgeTarget.Axe,
181
- type: FarmingToolType.Dicer,
182
- upgrade: {
183
- id: 'PUMPKIN_DICER_2',
184
- reason: UpgradeReason.NextTier
185
- },
186
- gemSlots: {
187
- peridot: 1,
188
- },
189
- name: 'Pumpkin Dicer',
190
- wiki: 'https://wiki.hypixel.net/Pumpkin_Dicer',
191
- },
192
- PUMPKIN_DICER_2: {
193
- skyblockId: 'PUMPKIN_DICER_2',
194
- crop: Crop.Pumpkin,
195
- maxRarity: Rarity.Legendary,
196
- reforgeType: ReforgeTarget.Axe,
197
- type: FarmingToolType.Dicer,
198
- gemSlots: {
199
- peridot: 2,
200
- },
201
- upgrade: {
202
- id: 'PUMPKIN_DICER_3',
203
- reason: UpgradeReason.NextTier
204
- },
205
- name: 'Pumpkin Dicer 2.0',
206
- wiki: 'https://wiki.hypixel.net/Pumpkin_Dicer_2.0',
207
- },
208
- PUMPKIN_DICER_3: {
209
- skyblockId: 'PUMPKIN_DICER_3',
210
- crop: Crop.Pumpkin,
211
- maxRarity: Rarity.Mythic,
212
- reforgeType: ReforgeTarget.Axe,
213
- type: FarmingToolType.Dicer,
214
- gemSlots: {
215
- peridot: 3,
216
- },
217
- name: 'Pumpkin Dicer 3.0',
218
- wiki: 'https://wiki.hypixel.net/Pumpkin_Dicer_3.0',
219
- },
220
- THEORETICAL_HOE_CARROT_1: {
221
- skyblockId: 'THEORETICAL_HOE_CARROT_1',
222
- crop: Crop.Carrot,
223
- maxRarity: Rarity.Epic,
224
- reforgeType: ReforgeTarget.Hoe,
225
- type: FarmingToolType.MathematicalHoe,
226
- upgrade: {
227
- id: 'THEORETICAL_HOE_CARROT_2',
228
- reason: UpgradeReason.NextTier
229
- },
230
- gemSlots: {
231
- peridot: 1,
232
- },
233
- name: 'Gauss Carrot Hoe',
234
- wiki: 'https://wiki.hypixel.net/Gauss_Carrot_Hoe',
235
- stats: t1hoeStats,
236
- },
237
- THEORETICAL_HOE_CARROT_2: {
238
- skyblockId: 'THEORETICAL_HOE_CARROT_2',
239
- crop: Crop.Carrot,
240
- maxRarity: Rarity.Legendary,
241
- reforgeType: ReforgeTarget.Hoe,
242
- type: FarmingToolType.MathematicalHoe,
243
- upgrade: {
244
- id: 'THEORETICAL_HOE_CARROT_3',
245
- reason: UpgradeReason.NextTier
246
- },
247
- gemSlots: {
248
- peridot: 2,
249
- },
250
- name: 'Gauss Carrot Hoe',
251
- wiki: 'https://wiki.hypixel.net/Gauss_Carrot_Hoe',
252
- stats: t2hoeStats,
253
- },
254
- THEORETICAL_HOE_CARROT_3: {
255
- skyblockId: 'THEORETICAL_HOE_CARROT_3',
256
- crop: Crop.Carrot,
257
- maxRarity: Rarity.Mythic,
258
- reforgeType: ReforgeTarget.Hoe,
259
- type: FarmingToolType.MathematicalHoe,
260
- gemSlots: {
261
- peridot: 3,
262
- },
263
- name: 'Gauss Carrot Hoe',
264
- wiki: 'https://wiki.hypixel.net/Gauss_Carrot_Hoe',
265
- stats: t3hoeStats,
266
- },
267
- THEORETICAL_HOE_WARTS_1: {
268
- skyblockId: 'THEORETICAL_HOE_WARTS_1',
269
- crop: Crop.NetherWart,
270
- maxRarity: Rarity.Epic,
271
- reforgeType: ReforgeTarget.Hoe,
272
- type: FarmingToolType.MathematicalHoe,
273
- upgrade: {
274
- id: 'THEORETICAL_HOE_WARTS_2',
275
- reason: UpgradeReason.NextTier
276
- },
277
- gemSlots: {
278
- peridot: 1,
279
- },
280
- name: 'Newton Nether Warts Hoe',
281
- wiki: 'https://wiki.hypixel.net/Newton_Nether_Warts_Hoe',
282
- stats: t1hoeStats,
283
- },
284
- THEORETICAL_HOE_WARTS_2: {
285
- skyblockId: 'THEORETICAL_HOE_WARTS_2',
286
- crop: Crop.NetherWart,
287
- maxRarity: Rarity.Legendary,
288
- reforgeType: ReforgeTarget.Hoe,
289
- type: FarmingToolType.MathematicalHoe,
290
- upgrade: {
291
- id: 'THEORETICAL_HOE_WARTS_3',
292
- reason: UpgradeReason.NextTier
293
- },
294
- gemSlots: {
295
- peridot: 2,
296
- },
297
- name: 'Newton Nether Warts Hoe',
298
- wiki: 'https://wiki.hypixel.net/Newton_Nether_Warts_Hoe',
299
- stats: t2hoeStats,
300
- },
301
- THEORETICAL_HOE_WARTS_3: {
302
- skyblockId: 'THEORETICAL_HOE_WARTS_3',
303
- crop: Crop.NetherWart,
304
- maxRarity: Rarity.Mythic,
305
- reforgeType: ReforgeTarget.Hoe,
306
- type: FarmingToolType.MathematicalHoe,
307
- gemSlots: {
308
- peridot: 3,
309
- },
310
- name: 'Newton Nether Warts Hoe',
311
- wiki: 'https://wiki.hypixel.net/Newton_Nether_Warts_Hoe',
312
- stats: t3hoeStats,
313
- },
314
- THEORETICAL_HOE_POTATO_1: {
315
- skyblockId: 'THEORETICAL_HOE_POTATO_1',
316
- crop: Crop.Potato,
317
- maxRarity: Rarity.Epic,
318
- reforgeType: ReforgeTarget.Hoe,
319
- type: FarmingToolType.MathematicalHoe,
320
- upgrade: {
321
- id: 'THEORETICAL_HOE_POTATO_2',
322
- reason: UpgradeReason.NextTier
323
- },
324
- gemSlots: {
325
- peridot: 1,
326
- },
327
- name: 'Pythagorean Potato Hoe',
328
- wiki: 'https://wiki.hypixel.net/Pythagorean_Potato_Hoe',
329
- stats: t1hoeStats,
330
- },
331
- THEORETICAL_HOE_POTATO_2: {
332
- skyblockId: 'THEORETICAL_HOE_POTATO_2',
333
- crop: Crop.Potato,
334
- maxRarity: Rarity.Legendary,
335
- reforgeType: ReforgeTarget.Hoe,
336
- type: FarmingToolType.MathematicalHoe,
337
- upgrade: {
338
- id: 'THEORETICAL_HOE_POTATO_3',
339
- reason: UpgradeReason.NextTier
340
- },
341
- gemSlots: {
342
- peridot: 2,
343
- },
344
- name: 'Pythagorean Potato Hoe',
345
- wiki: 'https://wiki.hypixel.net/Pythagorean_Potato_Hoe',
346
- stats: t2hoeStats,
347
- },
348
- THEORETICAL_HOE_POTATO_3: {
349
- skyblockId: 'THEORETICAL_HOE_POTATO_3',
350
- crop: Crop.Potato,
351
- maxRarity: Rarity.Mythic,
352
- reforgeType: ReforgeTarget.Hoe,
353
- type: FarmingToolType.MathematicalHoe,
354
- gemSlots: {
355
- peridot: 3,
356
- },
357
- name: 'Pythagorean Potato Hoe',
358
- wiki: 'https://wiki.hypixel.net/Pythagorean_Potato_Hoe',
359
- stats: t3hoeStats,
360
- },
361
- THEORETICAL_HOE_CANE_1: {
362
- skyblockId: 'THEORETICAL_HOE_CANE_1',
363
- crop: Crop.SugarCane,
364
- maxRarity: Rarity.Epic,
365
- reforgeType: ReforgeTarget.Hoe,
366
- type: FarmingToolType.MathematicalHoe,
367
- upgrade: {
368
- id: 'THEORETICAL_HOE_CANE_2',
369
- reason: UpgradeReason.NextTier
370
- },
371
- gemSlots: {
372
- peridot: 1,
373
- },
374
- name: 'Turing Sugar Cane Hoe',
375
- wiki: 'https://wiki.hypixel.net/Turing_Sugar_Cane_Hoe',
376
- stats: t1hoeStats,
377
- },
378
- THEORETICAL_HOE_CANE_2: {
379
- skyblockId: 'THEORETICAL_HOE_CANE_2',
380
- crop: Crop.SugarCane,
381
- maxRarity: Rarity.Legendary,
382
- reforgeType: ReforgeTarget.Hoe,
383
- type: FarmingToolType.MathematicalHoe,
384
- upgrade: {
385
- id: 'THEORETICAL_HOE_CANE_3',
386
- reason: UpgradeReason.NextTier
387
- },
388
- gemSlots: {
389
- peridot: 2,
390
- },
391
- name: 'Turing Sugar Cane Hoe',
392
- wiki: 'https://wiki.hypixel.net/Turing_Sugar_Cane_Hoe',
393
- stats: t2hoeStats,
394
- },
395
- THEORETICAL_HOE_CANE_3: {
396
- skyblockId: 'THEORETICAL_HOE_CANE_3',
397
- crop: Crop.SugarCane,
398
- maxRarity: Rarity.Mythic,
399
- reforgeType: ReforgeTarget.Hoe,
400
- type: FarmingToolType.MathematicalHoe,
401
- gemSlots: {
402
- peridot: 3,
403
- },
404
- name: 'Turing Sugar Cane Hoe',
405
- wiki: 'https://wiki.hypixel.net/Turing_Sugar_Cane_Hoe',
406
- stats: t3hoeStats,
407
- },
408
- THEORETICAL_HOE_WHEAT_1: {
409
- skyblockId: 'THEORETICAL_HOE_WHEAT_1',
410
- crop: Crop.Wheat,
411
- maxRarity: Rarity.Epic,
412
- reforgeType: ReforgeTarget.Hoe,
413
- type: FarmingToolType.MathematicalHoe,
414
- upgrade: {
415
- id: 'THEORETICAL_HOE_WHEAT_2',
416
- reason: UpgradeReason.NextTier
417
- },
418
- gemSlots: {
419
- peridot: 1,
420
- },
421
- name: "Euclid's Wheat Hoe",
422
- wiki: 'https://wiki.hypixel.net/Euclid%27s_Wheat_Hoe',
423
- stats: t1hoeStats,
424
- },
425
- THEORETICAL_HOE_WHEAT_2: {
426
- skyblockId: 'THEORETICAL_HOE_WHEAT_2',
427
- crop: Crop.Wheat,
428
- maxRarity: Rarity.Legendary,
429
- reforgeType: ReforgeTarget.Hoe,
430
- type: FarmingToolType.MathematicalHoe,
431
- upgrade: {
432
- id: 'THEORETICAL_HOE_WHEAT_3',
433
- reason: UpgradeReason.NextTier
434
- },
435
- gemSlots: {
436
- peridot: 2,
437
- },
438
- name: "Euclid's Wheat Hoe",
439
- wiki: 'https://wiki.hypixel.net/Euclid%27s_Wheat_Hoe',
440
- stats: t2hoeStats,
441
- },
442
- THEORETICAL_HOE_WHEAT_3: {
443
- skyblockId: 'THEORETICAL_HOE_WHEAT_3',
444
- crop: Crop.Wheat,
445
- maxRarity: Rarity.Mythic,
446
- reforgeType: ReforgeTarget.Hoe,
447
- type: FarmingToolType.MathematicalHoe,
448
- gemSlots: {
449
- peridot: 3,
450
- },
451
- name: "Euclid's Wheat Hoe",
452
- wiki: 'https://wiki.hypixel.net/Euclid%27s_Wheat_Hoe',
453
- stats: t3hoeStats,
454
- },
90
+ CACTUS_KNIFE: {
91
+ skyblockId: 'CACTUS_KNIFE',
92
+ crop: Crop.Cactus,
93
+ maxRarity: Rarity.Epic,
94
+ reforgeType: ReforgeTarget.Hoe,
95
+ type: FarmingToolType.Other,
96
+ gemSlots: {
97
+ peridot: 2,
98
+ },
99
+ name: 'Cactus Knife',
100
+ wiki: 'https://wiki.hypixel.net/Cactus_Knife',
101
+ },
102
+ COCO_CHOPPER: {
103
+ skyblockId: 'COCO_CHOPPER',
104
+ crop: Crop.CocoaBeans,
105
+ maxRarity: Rarity.Legendary,
106
+ reforgeType: ReforgeTarget.Axe,
107
+ type: FarmingToolType.Other,
108
+ gemSlots: {
109
+ peridot: 2,
110
+ },
111
+ name: 'Cocoa Chopper',
112
+ wiki: 'https://wiki.hypixel.net/Cocoa_Chopper',
113
+ baseStats: {
114
+ [Stat.FarmingFortune]: 20,
115
+ },
116
+ },
117
+ FUNGI_CUTTER: {
118
+ skyblockId: 'FUNGI_CUTTER',
119
+ crop: Crop.Mushroom,
120
+ maxRarity: Rarity.Legendary,
121
+ reforgeType: ReforgeTarget.Hoe,
122
+ type: FarmingToolType.Other,
123
+ gemSlots: {
124
+ peridot: 2,
125
+ },
126
+ name: 'Fungi Cutter',
127
+ wiki: 'https://wiki.hypixel.net/Fungi_Cutter',
128
+ baseStats: {
129
+ [Stat.FarmingFortune]: 30,
130
+ },
131
+ },
132
+ MELON_DICER: {
133
+ skyblockId: 'MELON_DICER',
134
+ crop: Crop.Melon,
135
+ maxRarity: Rarity.Epic,
136
+ reforgeType: ReforgeTarget.Axe,
137
+ type: FarmingToolType.Dicer,
138
+ upgrade: {
139
+ id: 'MELON_DICER_2',
140
+ reason: UpgradeReason.NextTier,
141
+ },
142
+ gemSlots: {
143
+ peridot: 1,
144
+ },
145
+ name: 'Melon Dicer',
146
+ wiki: 'https://wiki.hypixel.net/Melon_Dicer',
147
+ },
148
+ MELON_DICER_2: {
149
+ skyblockId: 'MELON_DICER_2',
150
+ crop: Crop.Melon,
151
+ maxRarity: Rarity.Legendary,
152
+ reforgeType: ReforgeTarget.Axe,
153
+ type: FarmingToolType.Dicer,
154
+ upgrade: {
155
+ id: 'MELON_DICER_3',
156
+ reason: UpgradeReason.NextTier,
157
+ },
158
+ gemSlots: {
159
+ peridot: 2,
160
+ },
161
+ name: 'Melon Dicer 2.0',
162
+ wiki: 'https://wiki.hypixel.net/Melon_Dicer_2.0',
163
+ },
164
+ MELON_DICER_3: {
165
+ skyblockId: 'MELON_DICER_3',
166
+ crop: Crop.Melon,
167
+ maxRarity: Rarity.Mythic,
168
+ reforgeType: ReforgeTarget.Axe,
169
+ type: FarmingToolType.Dicer,
170
+ gemSlots: {
171
+ peridot: 3,
172
+ },
173
+ name: 'Melon Dicer 3.0',
174
+ wiki: 'https://wiki.hypixel.net/Melon_Dicer_3.0',
175
+ },
176
+ PUMPKIN_DICER: {
177
+ skyblockId: 'PUMPKIN_DICER',
178
+ crop: Crop.Pumpkin,
179
+ maxRarity: Rarity.Epic,
180
+ reforgeType: ReforgeTarget.Axe,
181
+ type: FarmingToolType.Dicer,
182
+ upgrade: {
183
+ id: 'PUMPKIN_DICER_2',
184
+ reason: UpgradeReason.NextTier,
185
+ },
186
+ gemSlots: {
187
+ peridot: 1,
188
+ },
189
+ name: 'Pumpkin Dicer',
190
+ wiki: 'https://wiki.hypixel.net/Pumpkin_Dicer',
191
+ },
192
+ PUMPKIN_DICER_2: {
193
+ skyblockId: 'PUMPKIN_DICER_2',
194
+ crop: Crop.Pumpkin,
195
+ maxRarity: Rarity.Legendary,
196
+ reforgeType: ReforgeTarget.Axe,
197
+ type: FarmingToolType.Dicer,
198
+ gemSlots: {
199
+ peridot: 2,
200
+ },
201
+ upgrade: {
202
+ id: 'PUMPKIN_DICER_3',
203
+ reason: UpgradeReason.NextTier,
204
+ },
205
+ name: 'Pumpkin Dicer 2.0',
206
+ wiki: 'https://wiki.hypixel.net/Pumpkin_Dicer_2.0',
207
+ },
208
+ PUMPKIN_DICER_3: {
209
+ skyblockId: 'PUMPKIN_DICER_3',
210
+ crop: Crop.Pumpkin,
211
+ maxRarity: Rarity.Mythic,
212
+ reforgeType: ReforgeTarget.Axe,
213
+ type: FarmingToolType.Dicer,
214
+ gemSlots: {
215
+ peridot: 3,
216
+ },
217
+ name: 'Pumpkin Dicer 3.0',
218
+ wiki: 'https://wiki.hypixel.net/Pumpkin_Dicer_3.0',
219
+ },
220
+ THEORETICAL_HOE_CARROT_1: {
221
+ skyblockId: 'THEORETICAL_HOE_CARROT_1',
222
+ crop: Crop.Carrot,
223
+ maxRarity: Rarity.Epic,
224
+ reforgeType: ReforgeTarget.Hoe,
225
+ type: FarmingToolType.MathematicalHoe,
226
+ upgrade: {
227
+ id: 'THEORETICAL_HOE_CARROT_2',
228
+ reason: UpgradeReason.NextTier,
229
+ },
230
+ gemSlots: {
231
+ peridot: 1,
232
+ },
233
+ name: 'Gauss Carrot Hoe',
234
+ wiki: 'https://wiki.hypixel.net/Gauss_Carrot_Hoe',
235
+ stats: T1HOE_STATS,
236
+ },
237
+ THEORETICAL_HOE_CARROT_2: {
238
+ skyblockId: 'THEORETICAL_HOE_CARROT_2',
239
+ crop: Crop.Carrot,
240
+ maxRarity: Rarity.Legendary,
241
+ reforgeType: ReforgeTarget.Hoe,
242
+ type: FarmingToolType.MathematicalHoe,
243
+ upgrade: {
244
+ id: 'THEORETICAL_HOE_CARROT_3',
245
+ reason: UpgradeReason.NextTier,
246
+ },
247
+ gemSlots: {
248
+ peridot: 2,
249
+ },
250
+ name: 'Gauss Carrot Hoe',
251
+ wiki: 'https://wiki.hypixel.net/Gauss_Carrot_Hoe',
252
+ stats: T2HOE_STATS,
253
+ },
254
+ THEORETICAL_HOE_CARROT_3: {
255
+ skyblockId: 'THEORETICAL_HOE_CARROT_3',
256
+ crop: Crop.Carrot,
257
+ maxRarity: Rarity.Mythic,
258
+ reforgeType: ReforgeTarget.Hoe,
259
+ type: FarmingToolType.MathematicalHoe,
260
+ gemSlots: {
261
+ peridot: 3,
262
+ },
263
+ name: 'Gauss Carrot Hoe',
264
+ wiki: 'https://wiki.hypixel.net/Gauss_Carrot_Hoe',
265
+ stats: T3HOE_STATS,
266
+ },
267
+ THEORETICAL_HOE_WARTS_1: {
268
+ skyblockId: 'THEORETICAL_HOE_WARTS_1',
269
+ crop: Crop.NetherWart,
270
+ maxRarity: Rarity.Epic,
271
+ reforgeType: ReforgeTarget.Hoe,
272
+ type: FarmingToolType.MathematicalHoe,
273
+ upgrade: {
274
+ id: 'THEORETICAL_HOE_WARTS_2',
275
+ reason: UpgradeReason.NextTier,
276
+ },
277
+ gemSlots: {
278
+ peridot: 1,
279
+ },
280
+ name: 'Newton Nether Warts Hoe',
281
+ wiki: 'https://wiki.hypixel.net/Newton_Nether_Warts_Hoe',
282
+ stats: T1HOE_STATS,
283
+ },
284
+ THEORETICAL_HOE_WARTS_2: {
285
+ skyblockId: 'THEORETICAL_HOE_WARTS_2',
286
+ crop: Crop.NetherWart,
287
+ maxRarity: Rarity.Legendary,
288
+ reforgeType: ReforgeTarget.Hoe,
289
+ type: FarmingToolType.MathematicalHoe,
290
+ upgrade: {
291
+ id: 'THEORETICAL_HOE_WARTS_3',
292
+ reason: UpgradeReason.NextTier,
293
+ },
294
+ gemSlots: {
295
+ peridot: 2,
296
+ },
297
+ name: 'Newton Nether Warts Hoe',
298
+ wiki: 'https://wiki.hypixel.net/Newton_Nether_Warts_Hoe',
299
+ stats: T2HOE_STATS,
300
+ },
301
+ THEORETICAL_HOE_WARTS_3: {
302
+ skyblockId: 'THEORETICAL_HOE_WARTS_3',
303
+ crop: Crop.NetherWart,
304
+ maxRarity: Rarity.Mythic,
305
+ reforgeType: ReforgeTarget.Hoe,
306
+ type: FarmingToolType.MathematicalHoe,
307
+ gemSlots: {
308
+ peridot: 3,
309
+ },
310
+ name: 'Newton Nether Warts Hoe',
311
+ wiki: 'https://wiki.hypixel.net/Newton_Nether_Warts_Hoe',
312
+ stats: T3HOE_STATS,
313
+ },
314
+ THEORETICAL_HOE_POTATO_1: {
315
+ skyblockId: 'THEORETICAL_HOE_POTATO_1',
316
+ crop: Crop.Potato,
317
+ maxRarity: Rarity.Epic,
318
+ reforgeType: ReforgeTarget.Hoe,
319
+ type: FarmingToolType.MathematicalHoe,
320
+ upgrade: {
321
+ id: 'THEORETICAL_HOE_POTATO_2',
322
+ reason: UpgradeReason.NextTier,
323
+ },
324
+ gemSlots: {
325
+ peridot: 1,
326
+ },
327
+ name: 'Pythagorean Potato Hoe',
328
+ wiki: 'https://wiki.hypixel.net/Pythagorean_Potato_Hoe',
329
+ stats: T1HOE_STATS,
330
+ },
331
+ THEORETICAL_HOE_POTATO_2: {
332
+ skyblockId: 'THEORETICAL_HOE_POTATO_2',
333
+ crop: Crop.Potato,
334
+ maxRarity: Rarity.Legendary,
335
+ reforgeType: ReforgeTarget.Hoe,
336
+ type: FarmingToolType.MathematicalHoe,
337
+ upgrade: {
338
+ id: 'THEORETICAL_HOE_POTATO_3',
339
+ reason: UpgradeReason.NextTier,
340
+ },
341
+ gemSlots: {
342
+ peridot: 2,
343
+ },
344
+ name: 'Pythagorean Potato Hoe',
345
+ wiki: 'https://wiki.hypixel.net/Pythagorean_Potato_Hoe',
346
+ stats: T2HOE_STATS,
347
+ },
348
+ THEORETICAL_HOE_POTATO_3: {
349
+ skyblockId: 'THEORETICAL_HOE_POTATO_3',
350
+ crop: Crop.Potato,
351
+ maxRarity: Rarity.Mythic,
352
+ reforgeType: ReforgeTarget.Hoe,
353
+ type: FarmingToolType.MathematicalHoe,
354
+ gemSlots: {
355
+ peridot: 3,
356
+ },
357
+ name: 'Pythagorean Potato Hoe',
358
+ wiki: 'https://wiki.hypixel.net/Pythagorean_Potato_Hoe',
359
+ stats: T3HOE_STATS,
360
+ },
361
+ THEORETICAL_HOE_CANE_1: {
362
+ skyblockId: 'THEORETICAL_HOE_CANE_1',
363
+ crop: Crop.SugarCane,
364
+ maxRarity: Rarity.Epic,
365
+ reforgeType: ReforgeTarget.Hoe,
366
+ type: FarmingToolType.MathematicalHoe,
367
+ upgrade: {
368
+ id: 'THEORETICAL_HOE_CANE_2',
369
+ reason: UpgradeReason.NextTier,
370
+ },
371
+ gemSlots: {
372
+ peridot: 1,
373
+ },
374
+ name: 'Turing Sugar Cane Hoe',
375
+ wiki: 'https://wiki.hypixel.net/Turing_Sugar_Cane_Hoe',
376
+ stats: T1HOE_STATS,
377
+ },
378
+ THEORETICAL_HOE_CANE_2: {
379
+ skyblockId: 'THEORETICAL_HOE_CANE_2',
380
+ crop: Crop.SugarCane,
381
+ maxRarity: Rarity.Legendary,
382
+ reforgeType: ReforgeTarget.Hoe,
383
+ type: FarmingToolType.MathematicalHoe,
384
+ upgrade: {
385
+ id: 'THEORETICAL_HOE_CANE_3',
386
+ reason: UpgradeReason.NextTier,
387
+ },
388
+ gemSlots: {
389
+ peridot: 2,
390
+ },
391
+ name: 'Turing Sugar Cane Hoe',
392
+ wiki: 'https://wiki.hypixel.net/Turing_Sugar_Cane_Hoe',
393
+ stats: T2HOE_STATS,
394
+ },
395
+ THEORETICAL_HOE_CANE_3: {
396
+ skyblockId: 'THEORETICAL_HOE_CANE_3',
397
+ crop: Crop.SugarCane,
398
+ maxRarity: Rarity.Mythic,
399
+ reforgeType: ReforgeTarget.Hoe,
400
+ type: FarmingToolType.MathematicalHoe,
401
+ gemSlots: {
402
+ peridot: 3,
403
+ },
404
+ name: 'Turing Sugar Cane Hoe',
405
+ wiki: 'https://wiki.hypixel.net/Turing_Sugar_Cane_Hoe',
406
+ stats: T3HOE_STATS,
407
+ },
408
+ THEORETICAL_HOE_WHEAT_1: {
409
+ skyblockId: 'THEORETICAL_HOE_WHEAT_1',
410
+ crop: Crop.Wheat,
411
+ maxRarity: Rarity.Epic,
412
+ reforgeType: ReforgeTarget.Hoe,
413
+ type: FarmingToolType.MathematicalHoe,
414
+ upgrade: {
415
+ id: 'THEORETICAL_HOE_WHEAT_2',
416
+ reason: UpgradeReason.NextTier,
417
+ },
418
+ gemSlots: {
419
+ peridot: 1,
420
+ },
421
+ name: "Euclid's Wheat Hoe",
422
+ wiki: 'https://wiki.hypixel.net/Euclid%27s_Wheat_Hoe',
423
+ stats: T1HOE_STATS,
424
+ },
425
+ THEORETICAL_HOE_WHEAT_2: {
426
+ skyblockId: 'THEORETICAL_HOE_WHEAT_2',
427
+ crop: Crop.Wheat,
428
+ maxRarity: Rarity.Legendary,
429
+ reforgeType: ReforgeTarget.Hoe,
430
+ type: FarmingToolType.MathematicalHoe,
431
+ upgrade: {
432
+ id: 'THEORETICAL_HOE_WHEAT_3',
433
+ reason: UpgradeReason.NextTier,
434
+ },
435
+ gemSlots: {
436
+ peridot: 2,
437
+ },
438
+ name: "Euclid's Wheat Hoe",
439
+ wiki: 'https://wiki.hypixel.net/Euclid%27s_Wheat_Hoe',
440
+ stats: T2HOE_STATS,
441
+ },
442
+ THEORETICAL_HOE_WHEAT_3: {
443
+ skyblockId: 'THEORETICAL_HOE_WHEAT_3',
444
+ crop: Crop.Wheat,
445
+ maxRarity: Rarity.Mythic,
446
+ reforgeType: ReforgeTarget.Hoe,
447
+ type: FarmingToolType.MathematicalHoe,
448
+ gemSlots: {
449
+ peridot: 3,
450
+ },
451
+ name: "Euclid's Wheat Hoe",
452
+ wiki: 'https://wiki.hypixel.net/Euclid%27s_Wheat_Hoe',
453
+ stats: T3HOE_STATS,
454
+ },
455
455
  };
456
456
  export const BEST_FARMING_TOOLS = {
457
- [Crop.Cactus]: FARMING_TOOLS.CACTUS_KNIFE,
458
- [Crop.CocoaBeans]: FARMING_TOOLS.COCO_CHOPPER,
459
- [Crop.Mushroom]: FARMING_TOOLS.FUNGI_CUTTER,
460
- [Crop.Melon]: FARMING_TOOLS.MELON_DICER_3,
461
- [Crop.Pumpkin]: FARMING_TOOLS.PUMPKIN_DICER_3,
462
- [Crop.Carrot]: FARMING_TOOLS.THEORETICAL_HOE_CARROT_3,
463
- [Crop.NetherWart]: FARMING_TOOLS.THEORETICAL_HOE_WARTS_3,
464
- [Crop.Potato]: FARMING_TOOLS.THEORETICAL_HOE_POTATO_3,
465
- [Crop.SugarCane]: FARMING_TOOLS.THEORETICAL_HOE_CANE_3,
466
- [Crop.Wheat]: FARMING_TOOLS.THEORETICAL_HOE_WHEAT_3,
457
+ [Crop.Cactus]: FARMING_TOOLS.CACTUS_KNIFE,
458
+ [Crop.CocoaBeans]: FARMING_TOOLS.COCO_CHOPPER,
459
+ [Crop.Mushroom]: FARMING_TOOLS.FUNGI_CUTTER,
460
+ [Crop.Melon]: FARMING_TOOLS.MELON_DICER_3,
461
+ [Crop.Pumpkin]: FARMING_TOOLS.PUMPKIN_DICER_3,
462
+ [Crop.Carrot]: FARMING_TOOLS.THEORETICAL_HOE_CARROT_3,
463
+ [Crop.NetherWart]: FARMING_TOOLS.THEORETICAL_HOE_WARTS_3,
464
+ [Crop.Potato]: FARMING_TOOLS.THEORETICAL_HOE_POTATO_3,
465
+ [Crop.SugarCane]: FARMING_TOOLS.THEORETICAL_HOE_CANE_3,
466
+ [Crop.Wheat]: FARMING_TOOLS.THEORETICAL_HOE_WHEAT_3,
467
467
  };
468
- //# sourceMappingURL=tools.js.map
468
+ //# sourceMappingURL=tools.js.map