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