farming-weight 0.6.2 → 0.6.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/constants/crops.js +7 -10
- package/dist/constants/crops.js.map +1 -1
- package/dist/constants/enchants.d.ts +5 -4
- package/dist/constants/enchants.js +83 -86
- package/dist/constants/enchants.js.map +1 -1
- package/dist/constants/garden.d.ts +2 -2
- package/dist/constants/garden.js +100 -103
- package/dist/constants/garden.js.map +1 -1
- package/dist/constants/gems.d.ts +2 -2
- package/dist/constants/gems.js +39 -42
- package/dist/constants/gems.js.map +1 -1
- package/dist/constants/personalbests.d.ts +1 -1
- package/dist/constants/personalbests.js +17 -21
- package/dist/constants/personalbests.js.map +1 -1
- package/dist/constants/pests.d.ts +1 -1
- package/dist/constants/pests.js +32 -35
- package/dist/constants/pests.js.map +1 -1
- package/dist/constants/reforges.d.ts +1 -1
- package/dist/constants/reforges.js +162 -166
- package/dist/constants/reforges.js.map +1 -1
- package/dist/constants/skills.js +2 -5
- package/dist/constants/skills.js.map +1 -1
- package/dist/constants/specialcrops.d.ts +1 -1
- package/dist/constants/specialcrops.js +19 -22
- package/dist/constants/specialcrops.js.map +1 -1
- package/dist/constants/specific.d.ts +1 -1
- package/dist/constants/specific.js +8 -11
- package/dist/constants/specific.js.map +1 -1
- package/dist/constants/stats.d.ts +1 -1
- package/dist/constants/stats.js +3 -7
- package/dist/constants/stats.js.map +1 -1
- package/dist/constants/tempfortune.js +1 -4
- package/dist/constants/tempfortune.js.map +1 -1
- package/dist/constants/upgrades.d.ts +6 -6
- package/dist/constants/upgrades.js +6 -9
- package/dist/constants/upgrades.js.map +1 -1
- package/dist/constants/weight.d.ts +1 -1
- package/dist/constants/weight.js +15 -18
- package/dist/constants/weight.js.map +1 -1
- package/dist/crops/melon.js +1 -5
- package/dist/crops/melon.js.map +1 -1
- package/dist/crops/pumpkin.js +1 -5
- package/dist/crops/pumpkin.js.map +1 -1
- package/dist/crops/special.d.ts +2 -2
- package/dist/crops/special.js +6 -10
- package/dist/crops/special.js.map +1 -1
- package/dist/fortune/farmingaccessory.d.ts +6 -6
- package/dist/fortune/farmingaccessory.js +12 -16
- package/dist/fortune/farmingaccessory.js.map +1 -1
- package/dist/fortune/farmingarmor.d.ts +12 -12
- package/dist/fortune/farmingarmor.js +79 -84
- package/dist/fortune/farmingarmor.js.map +1 -1
- package/dist/fortune/farmingequipment.d.ts +7 -7
- package/dist/fortune/farmingequipment.js +26 -30
- package/dist/fortune/farmingequipment.js.map +1 -1
- package/dist/fortune/farmingpet.d.ts +5 -5
- package/dist/fortune/farmingpet.js +29 -34
- package/dist/fortune/farmingpet.js.map +1 -1
- package/dist/fortune/farmingtool.d.ts +8 -8
- package/dist/fortune/farmingtool.js +30 -34
- package/dist/fortune/farmingtool.js.map +1 -1
- package/dist/fortune/item.js +2 -5
- package/dist/fortune/item.js.map +1 -1
- package/dist/fortune/upgradeable.d.ts +6 -6
- package/dist/fortune/upgradeable.js +11 -15
- package/dist/fortune/upgradeable.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +39 -54
- package/dist/index.js.map +1 -1
- package/dist/items/accessories.d.ts +4 -4
- package/dist/items/accessories.js +16 -19
- package/dist/items/accessories.js.map +1 -1
- package/dist/items/armor.d.ts +6 -6
- package/dist/items/armor.js +164 -167
- package/dist/items/armor.js.map +1 -1
- package/dist/items/equipment.d.ts +1 -1
- package/dist/items/equipment.js +39 -42
- package/dist/items/equipment.js.map +1 -1
- package/dist/items/pets.d.ts +5 -5
- package/dist/items/pets.js +53 -56
- package/dist/items/pets.js.map +1 -1
- package/dist/items/tools.d.ts +3 -3
- package/dist/items/tools.js +171 -174
- package/dist/items/tools.js.map +1 -1
- package/dist/player/player.d.ts +11 -63
- package/dist/player/player.js +54 -65
- package/dist/player/player.js.map +1 -1
- package/dist/player/playeroptions.d.ts +59 -0
- package/dist/player/playeroptions.js +7 -0
- package/dist/player/playeroptions.js.map +1 -0
- package/dist/upgrades/progress.d.ts +2 -2
- package/dist/upgrades/progress.js +4 -9
- package/dist/upgrades/progress.js.map +1 -1
- package/dist/upgrades/sources/accessorysources.d.ts +2 -2
- package/dist/upgrades/sources/accessorysources.js +10 -13
- package/dist/upgrades/sources/accessorysources.js.map +1 -1
- package/dist/upgrades/sources/armorsetsources.d.ts +2 -2
- package/dist/upgrades/sources/armorsetsources.js +25 -28
- package/dist/upgrades/sources/armorsetsources.js.map +1 -1
- package/dist/upgrades/sources/cropsources.d.ts +3 -3
- package/dist/upgrades/sources/cropsources.js +37 -40
- package/dist/upgrades/sources/cropsources.js.map +1 -1
- package/dist/upgrades/sources/gearsources.d.ts +3 -3
- package/dist/upgrades/sources/gearsources.js +30 -36
- package/dist/upgrades/sources/gearsources.js.map +1 -1
- package/dist/upgrades/sources/generalsources.d.ts +2 -2
- package/dist/upgrades/sources/generalsources.js +32 -35
- package/dist/upgrades/sources/generalsources.js.map +1 -1
- package/dist/upgrades/sources/toolsources.d.ts +5 -5
- package/dist/upgrades/sources/toolsources.js +28 -31
- package/dist/upgrades/sources/toolsources.js.map +1 -1
- package/dist/upgrades/upgrades.d.ts +4 -4
- package/dist/upgrades/upgrades.js +51 -63
- package/dist/upgrades/upgrades.js.map +1 -1
- package/dist/util/enchants.d.ts +3 -3
- package/dist/util/enchants.js +7 -12
- package/dist/util/enchants.js.map +1 -1
- package/dist/util/garden.d.ts +3 -3
- package/dist/util/garden.js +18 -29
- package/dist/util/garden.js.map +1 -1
- package/dist/util/gems.d.ts +2 -2
- package/dist/util/gems.js +19 -27
- package/dist/util/gems.js.map +1 -1
- package/dist/util/itemstats.d.ts +1 -1
- package/dist/util/itemstats.js +51 -57
- package/dist/util/itemstats.js.map +1 -1
- package/dist/util/jacob.js +2 -7
- package/dist/util/jacob.js.map +1 -1
- package/dist/util/lore.js +1 -5
- package/dist/util/lore.js.map +1 -1
- package/dist/util/names.d.ts +2 -2
- package/dist/util/names.js +80 -89
- package/dist/util/names.js.map +1 -1
- package/dist/util/pests.d.ts +1 -1
- package/dist/util/pests.js +13 -20
- package/dist/util/pests.js.map +1 -1
- package/dist/util/ratecalc.d.ts +1 -1
- package/dist/util/ratecalc.js +59 -69
- package/dist/util/ratecalc.js.map +1 -1
- package/dist/util/skyblocktime.js +1 -5
- package/dist/util/skyblocktime.js.map +1 -1
- package/dist/weight/weightcalc.d.ts +1 -1
- package/dist/weight/weightcalc.js +35 -39
- package/dist/weight/weightcalc.js.map +1 -1
- package/package.json +3 -1
package/dist/items/tools.js
CHANGED
|
@@ -1,173 +1,170 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
const stats_1 = require("../constants/stats");
|
|
7
|
-
const upgrades_1 = require("../constants/upgrades");
|
|
8
|
-
var FarmingToolType;
|
|
1
|
+
import { Crop } from '../constants/crops.js';
|
|
2
|
+
import { Rarity, ReforgeTarget } from '../constants/reforges.js';
|
|
3
|
+
import { Stat } from "../constants/stats.js";
|
|
4
|
+
import { UpgradeReason } from '../constants/upgrades.js';
|
|
5
|
+
export var FarmingToolType;
|
|
9
6
|
(function (FarmingToolType) {
|
|
10
7
|
FarmingToolType["Other"] = "Other";
|
|
11
8
|
FarmingToolType["Dicer"] = "Dicer";
|
|
12
9
|
FarmingToolType["MathematicalHoe"] = "Mathematical Hoe";
|
|
13
10
|
FarmingToolType["None"] = "None";
|
|
14
|
-
})(FarmingToolType || (
|
|
11
|
+
})(FarmingToolType || (FarmingToolType = {}));
|
|
15
12
|
const t1hoeStats = {
|
|
16
|
-
[
|
|
17
|
-
[
|
|
13
|
+
[Rarity.Common]: {
|
|
14
|
+
[Stat.FarmingFortune]: {
|
|
18
15
|
value: 10,
|
|
19
16
|
},
|
|
20
|
-
[
|
|
17
|
+
[Stat.FarmingWisdom]: {
|
|
21
18
|
value: 1,
|
|
22
19
|
},
|
|
23
20
|
},
|
|
24
|
-
[
|
|
25
|
-
[
|
|
21
|
+
[Rarity.Uncommon]: {
|
|
22
|
+
[Stat.FarmingFortune]: {
|
|
26
23
|
value: 10,
|
|
27
24
|
},
|
|
28
|
-
[
|
|
25
|
+
[Stat.FarmingWisdom]: {
|
|
29
26
|
value: 2,
|
|
30
27
|
},
|
|
31
28
|
},
|
|
32
|
-
[
|
|
33
|
-
[
|
|
29
|
+
[Rarity.Rare]: {
|
|
30
|
+
[Stat.FarmingFortune]: {
|
|
34
31
|
value: 10,
|
|
35
32
|
},
|
|
36
|
-
[
|
|
33
|
+
[Stat.FarmingWisdom]: {
|
|
37
34
|
value: 3,
|
|
38
35
|
},
|
|
39
36
|
},
|
|
40
|
-
[
|
|
41
|
-
[
|
|
37
|
+
[Rarity.Epic]: {
|
|
38
|
+
[Stat.FarmingFortune]: {
|
|
42
39
|
value: 10,
|
|
43
40
|
},
|
|
44
|
-
[
|
|
41
|
+
[Stat.FarmingWisdom]: {
|
|
45
42
|
value: 5,
|
|
46
43
|
},
|
|
47
44
|
},
|
|
48
|
-
[
|
|
49
|
-
[
|
|
45
|
+
[Rarity.Legendary]: {
|
|
46
|
+
[Stat.FarmingFortune]: {
|
|
50
47
|
value: 10,
|
|
51
48
|
},
|
|
52
|
-
[
|
|
49
|
+
[Stat.FarmingWisdom]: {
|
|
53
50
|
value: 8,
|
|
54
51
|
},
|
|
55
52
|
},
|
|
56
|
-
[
|
|
57
|
-
[
|
|
53
|
+
[Rarity.Mythic]: {
|
|
54
|
+
[Stat.FarmingFortune]: {
|
|
58
55
|
value: 10,
|
|
59
56
|
},
|
|
60
|
-
[
|
|
57
|
+
[Stat.FarmingWisdom]: {
|
|
61
58
|
value: 12,
|
|
62
59
|
},
|
|
63
60
|
},
|
|
64
61
|
};
|
|
65
62
|
const t2hoeStats = {
|
|
66
|
-
[
|
|
67
|
-
[
|
|
63
|
+
[Rarity.Common]: {
|
|
64
|
+
[Stat.FarmingFortune]: {
|
|
68
65
|
value: 25,
|
|
69
66
|
},
|
|
70
|
-
[
|
|
67
|
+
[Stat.FarmingWisdom]: {
|
|
71
68
|
value: 1,
|
|
72
69
|
},
|
|
73
70
|
},
|
|
74
|
-
[
|
|
75
|
-
[
|
|
71
|
+
[Rarity.Uncommon]: {
|
|
72
|
+
[Stat.FarmingFortune]: {
|
|
76
73
|
value: 25,
|
|
77
74
|
},
|
|
78
|
-
[
|
|
75
|
+
[Stat.FarmingWisdom]: {
|
|
79
76
|
value: 2,
|
|
80
77
|
},
|
|
81
78
|
},
|
|
82
|
-
[
|
|
83
|
-
[
|
|
79
|
+
[Rarity.Rare]: {
|
|
80
|
+
[Stat.FarmingFortune]: {
|
|
84
81
|
value: 25,
|
|
85
82
|
},
|
|
86
|
-
[
|
|
83
|
+
[Stat.FarmingWisdom]: {
|
|
87
84
|
value: 3,
|
|
88
85
|
},
|
|
89
86
|
},
|
|
90
|
-
[
|
|
91
|
-
[
|
|
87
|
+
[Rarity.Epic]: {
|
|
88
|
+
[Stat.FarmingFortune]: {
|
|
92
89
|
value: 25,
|
|
93
90
|
},
|
|
94
|
-
[
|
|
91
|
+
[Stat.FarmingWisdom]: {
|
|
95
92
|
value: 5,
|
|
96
93
|
},
|
|
97
94
|
},
|
|
98
|
-
[
|
|
99
|
-
[
|
|
95
|
+
[Rarity.Legendary]: {
|
|
96
|
+
[Stat.FarmingFortune]: {
|
|
100
97
|
value: 25,
|
|
101
98
|
},
|
|
102
|
-
[
|
|
99
|
+
[Stat.FarmingWisdom]: {
|
|
103
100
|
value: 8,
|
|
104
101
|
},
|
|
105
102
|
},
|
|
106
|
-
[
|
|
107
|
-
[
|
|
103
|
+
[Rarity.Mythic]: {
|
|
104
|
+
[Stat.FarmingFortune]: {
|
|
108
105
|
value: 25,
|
|
109
106
|
},
|
|
110
|
-
[
|
|
107
|
+
[Stat.FarmingWisdom]: {
|
|
111
108
|
value: 12,
|
|
112
109
|
},
|
|
113
110
|
},
|
|
114
111
|
};
|
|
115
112
|
const t3hoeStats = {
|
|
116
|
-
[
|
|
117
|
-
[
|
|
113
|
+
[Rarity.Common]: {
|
|
114
|
+
[Stat.FarmingFortune]: {
|
|
118
115
|
value: 50,
|
|
119
116
|
},
|
|
120
|
-
[
|
|
117
|
+
[Stat.FarmingWisdom]: {
|
|
121
118
|
value: 1,
|
|
122
119
|
},
|
|
123
120
|
},
|
|
124
|
-
[
|
|
125
|
-
[
|
|
121
|
+
[Rarity.Uncommon]: {
|
|
122
|
+
[Stat.FarmingFortune]: {
|
|
126
123
|
value: 50,
|
|
127
124
|
},
|
|
128
|
-
[
|
|
125
|
+
[Stat.FarmingWisdom]: {
|
|
129
126
|
value: 2,
|
|
130
127
|
},
|
|
131
128
|
},
|
|
132
|
-
[
|
|
133
|
-
[
|
|
129
|
+
[Rarity.Rare]: {
|
|
130
|
+
[Stat.FarmingFortune]: {
|
|
134
131
|
value: 50,
|
|
135
132
|
},
|
|
136
|
-
[
|
|
133
|
+
[Stat.FarmingWisdom]: {
|
|
137
134
|
value: 3,
|
|
138
135
|
},
|
|
139
136
|
},
|
|
140
|
-
[
|
|
141
|
-
[
|
|
137
|
+
[Rarity.Epic]: {
|
|
138
|
+
[Stat.FarmingFortune]: {
|
|
142
139
|
value: 50,
|
|
143
140
|
},
|
|
144
|
-
[
|
|
141
|
+
[Stat.FarmingWisdom]: {
|
|
145
142
|
value: 5,
|
|
146
143
|
},
|
|
147
144
|
},
|
|
148
|
-
[
|
|
149
|
-
[
|
|
145
|
+
[Rarity.Legendary]: {
|
|
146
|
+
[Stat.FarmingFortune]: {
|
|
150
147
|
value: 50,
|
|
151
148
|
},
|
|
152
|
-
[
|
|
149
|
+
[Stat.FarmingWisdom]: {
|
|
153
150
|
value: 8,
|
|
154
151
|
},
|
|
155
152
|
},
|
|
156
|
-
[
|
|
157
|
-
[
|
|
153
|
+
[Rarity.Mythic]: {
|
|
154
|
+
[Stat.FarmingFortune]: {
|
|
158
155
|
value: 50,
|
|
159
156
|
},
|
|
160
|
-
[
|
|
157
|
+
[Stat.FarmingWisdom]: {
|
|
161
158
|
value: 12,
|
|
162
159
|
},
|
|
163
160
|
},
|
|
164
161
|
};
|
|
165
|
-
|
|
162
|
+
export const FARMING_TOOLS = {
|
|
166
163
|
CACTUS_KNIFE: {
|
|
167
164
|
skyblockId: 'CACTUS_KNIFE',
|
|
168
|
-
crop:
|
|
169
|
-
maxRarity:
|
|
170
|
-
reforgeType:
|
|
165
|
+
crop: Crop.Cactus,
|
|
166
|
+
maxRarity: Rarity.Legendary,
|
|
167
|
+
reforgeType: ReforgeTarget.Hoe,
|
|
171
168
|
type: FarmingToolType.Other,
|
|
172
169
|
gemSlots: {
|
|
173
170
|
peridot: 2,
|
|
@@ -177,9 +174,9 @@ exports.FARMING_TOOLS = {
|
|
|
177
174
|
},
|
|
178
175
|
COCO_CHOPPER: {
|
|
179
176
|
skyblockId: 'COCO_CHOPPER',
|
|
180
|
-
crop:
|
|
181
|
-
maxRarity:
|
|
182
|
-
reforgeType:
|
|
177
|
+
crop: Crop.CocoaBeans,
|
|
178
|
+
maxRarity: Rarity.Legendary,
|
|
179
|
+
reforgeType: ReforgeTarget.Axe,
|
|
183
180
|
type: FarmingToolType.Other,
|
|
184
181
|
gemSlots: {
|
|
185
182
|
peridot: 2,
|
|
@@ -187,14 +184,14 @@ exports.FARMING_TOOLS = {
|
|
|
187
184
|
name: 'Cocoa Chopper',
|
|
188
185
|
wiki: 'https://wiki.hypixel.net/Cocoa_Chopper',
|
|
189
186
|
baseStats: {
|
|
190
|
-
[
|
|
187
|
+
[Stat.FarmingFortune]: 20,
|
|
191
188
|
},
|
|
192
189
|
},
|
|
193
190
|
FUNGI_CUTTER: {
|
|
194
191
|
skyblockId: 'FUNGI_CUTTER',
|
|
195
|
-
crop:
|
|
196
|
-
maxRarity:
|
|
197
|
-
reforgeType:
|
|
192
|
+
crop: Crop.Mushroom,
|
|
193
|
+
maxRarity: Rarity.Legendary,
|
|
194
|
+
reforgeType: ReforgeTarget.Hoe,
|
|
198
195
|
type: FarmingToolType.Other,
|
|
199
196
|
gemSlots: {
|
|
200
197
|
peridot: 2,
|
|
@@ -203,22 +200,22 @@ exports.FARMING_TOOLS = {
|
|
|
203
200
|
wiki: 'https://wiki.hypixel.net/Fungi_Cutter',
|
|
204
201
|
upgrade: {
|
|
205
202
|
id: 'DAEDALUS_AXE',
|
|
206
|
-
reason:
|
|
203
|
+
reason: UpgradeReason.DeadEnd,
|
|
207
204
|
why: 'Paired with the Chimera enchantment, a Daedalus Axe provides more fortune than a Fungi Cutter.',
|
|
208
205
|
},
|
|
209
206
|
baseStats: {
|
|
210
|
-
[
|
|
207
|
+
[Stat.FarmingFortune]: 30,
|
|
211
208
|
},
|
|
212
209
|
},
|
|
213
210
|
MELON_DICER: {
|
|
214
211
|
skyblockId: 'MELON_DICER',
|
|
215
|
-
crop:
|
|
216
|
-
maxRarity:
|
|
217
|
-
reforgeType:
|
|
212
|
+
crop: Crop.Melon,
|
|
213
|
+
maxRarity: Rarity.Epic,
|
|
214
|
+
reforgeType: ReforgeTarget.Axe,
|
|
218
215
|
type: FarmingToolType.Dicer,
|
|
219
216
|
upgrade: {
|
|
220
217
|
id: 'MELON_DICER_2',
|
|
221
|
-
reason:
|
|
218
|
+
reason: UpgradeReason.NextTier
|
|
222
219
|
},
|
|
223
220
|
gemSlots: {
|
|
224
221
|
peridot: 1,
|
|
@@ -228,13 +225,13 @@ exports.FARMING_TOOLS = {
|
|
|
228
225
|
},
|
|
229
226
|
MELON_DICER_2: {
|
|
230
227
|
skyblockId: 'MELON_DICER_2',
|
|
231
|
-
crop:
|
|
232
|
-
maxRarity:
|
|
233
|
-
reforgeType:
|
|
228
|
+
crop: Crop.Melon,
|
|
229
|
+
maxRarity: Rarity.Legendary,
|
|
230
|
+
reforgeType: ReforgeTarget.Axe,
|
|
234
231
|
type: FarmingToolType.Dicer,
|
|
235
232
|
upgrade: {
|
|
236
233
|
id: 'MELON_DICER_3',
|
|
237
|
-
reason:
|
|
234
|
+
reason: UpgradeReason.NextTier
|
|
238
235
|
},
|
|
239
236
|
gemSlots: {
|
|
240
237
|
peridot: 2,
|
|
@@ -244,9 +241,9 @@ exports.FARMING_TOOLS = {
|
|
|
244
241
|
},
|
|
245
242
|
MELON_DICER_3: {
|
|
246
243
|
skyblockId: 'MELON_DICER_3',
|
|
247
|
-
crop:
|
|
248
|
-
maxRarity:
|
|
249
|
-
reforgeType:
|
|
244
|
+
crop: Crop.Melon,
|
|
245
|
+
maxRarity: Rarity.Mythic,
|
|
246
|
+
reforgeType: ReforgeTarget.Axe,
|
|
250
247
|
type: FarmingToolType.Dicer,
|
|
251
248
|
gemSlots: {
|
|
252
249
|
peridot: 3,
|
|
@@ -256,13 +253,13 @@ exports.FARMING_TOOLS = {
|
|
|
256
253
|
},
|
|
257
254
|
PUMPKIN_DICER: {
|
|
258
255
|
skyblockId: 'PUMPKIN_DICER',
|
|
259
|
-
crop:
|
|
260
|
-
maxRarity:
|
|
261
|
-
reforgeType:
|
|
256
|
+
crop: Crop.Pumpkin,
|
|
257
|
+
maxRarity: Rarity.Epic,
|
|
258
|
+
reforgeType: ReforgeTarget.Axe,
|
|
262
259
|
type: FarmingToolType.Dicer,
|
|
263
260
|
upgrade: {
|
|
264
261
|
id: 'PUMPKIN_DICER_2',
|
|
265
|
-
reason:
|
|
262
|
+
reason: UpgradeReason.NextTier
|
|
266
263
|
},
|
|
267
264
|
gemSlots: {
|
|
268
265
|
peridot: 1,
|
|
@@ -272,25 +269,25 @@ exports.FARMING_TOOLS = {
|
|
|
272
269
|
},
|
|
273
270
|
PUMPKIN_DICER_2: {
|
|
274
271
|
skyblockId: 'PUMPKIN_DICER_2',
|
|
275
|
-
crop:
|
|
276
|
-
maxRarity:
|
|
277
|
-
reforgeType:
|
|
272
|
+
crop: Crop.Pumpkin,
|
|
273
|
+
maxRarity: Rarity.Legendary,
|
|
274
|
+
reforgeType: ReforgeTarget.Axe,
|
|
278
275
|
type: FarmingToolType.Dicer,
|
|
279
276
|
gemSlots: {
|
|
280
277
|
peridot: 2,
|
|
281
278
|
},
|
|
282
279
|
upgrade: {
|
|
283
280
|
id: 'PUMPKIN_DICER_3',
|
|
284
|
-
reason:
|
|
281
|
+
reason: UpgradeReason.NextTier
|
|
285
282
|
},
|
|
286
283
|
name: 'Pumpkin Dicer 2.0',
|
|
287
284
|
wiki: 'https://wiki.hypixel.net/Pumpkin_Dicer_2.0',
|
|
288
285
|
},
|
|
289
286
|
PUMPKIN_DICER_3: {
|
|
290
287
|
skyblockId: 'PUMPKIN_DICER_3',
|
|
291
|
-
crop:
|
|
292
|
-
maxRarity:
|
|
293
|
-
reforgeType:
|
|
288
|
+
crop: Crop.Pumpkin,
|
|
289
|
+
maxRarity: Rarity.Mythic,
|
|
290
|
+
reforgeType: ReforgeTarget.Axe,
|
|
294
291
|
type: FarmingToolType.Dicer,
|
|
295
292
|
gemSlots: {
|
|
296
293
|
peridot: 3,
|
|
@@ -300,13 +297,13 @@ exports.FARMING_TOOLS = {
|
|
|
300
297
|
},
|
|
301
298
|
THEORETICAL_HOE_CARROT_1: {
|
|
302
299
|
skyblockId: 'THEORETICAL_HOE_CARROT_1',
|
|
303
|
-
crop:
|
|
304
|
-
maxRarity:
|
|
305
|
-
reforgeType:
|
|
300
|
+
crop: Crop.Carrot,
|
|
301
|
+
maxRarity: Rarity.Epic,
|
|
302
|
+
reforgeType: ReforgeTarget.Hoe,
|
|
306
303
|
type: FarmingToolType.MathematicalHoe,
|
|
307
304
|
upgrade: {
|
|
308
305
|
id: 'THEORETICAL_HOE_CARROT_2',
|
|
309
|
-
reason:
|
|
306
|
+
reason: UpgradeReason.NextTier
|
|
310
307
|
},
|
|
311
308
|
gemSlots: {
|
|
312
309
|
peridot: 1,
|
|
@@ -317,13 +314,13 @@ exports.FARMING_TOOLS = {
|
|
|
317
314
|
},
|
|
318
315
|
THEORETICAL_HOE_CARROT_2: {
|
|
319
316
|
skyblockId: 'THEORETICAL_HOE_CARROT_2',
|
|
320
|
-
crop:
|
|
321
|
-
maxRarity:
|
|
322
|
-
reforgeType:
|
|
317
|
+
crop: Crop.Carrot,
|
|
318
|
+
maxRarity: Rarity.Legendary,
|
|
319
|
+
reforgeType: ReforgeTarget.Hoe,
|
|
323
320
|
type: FarmingToolType.MathematicalHoe,
|
|
324
321
|
upgrade: {
|
|
325
322
|
id: 'THEORETICAL_HOE_CARROT_3',
|
|
326
|
-
reason:
|
|
323
|
+
reason: UpgradeReason.NextTier
|
|
327
324
|
},
|
|
328
325
|
gemSlots: {
|
|
329
326
|
peridot: 2,
|
|
@@ -334,9 +331,9 @@ exports.FARMING_TOOLS = {
|
|
|
334
331
|
},
|
|
335
332
|
THEORETICAL_HOE_CARROT_3: {
|
|
336
333
|
skyblockId: 'THEORETICAL_HOE_CARROT_3',
|
|
337
|
-
crop:
|
|
338
|
-
maxRarity:
|
|
339
|
-
reforgeType:
|
|
334
|
+
crop: Crop.Carrot,
|
|
335
|
+
maxRarity: Rarity.Mythic,
|
|
336
|
+
reforgeType: ReforgeTarget.Hoe,
|
|
340
337
|
type: FarmingToolType.MathematicalHoe,
|
|
341
338
|
gemSlots: {
|
|
342
339
|
peridot: 3,
|
|
@@ -347,13 +344,13 @@ exports.FARMING_TOOLS = {
|
|
|
347
344
|
},
|
|
348
345
|
THEORETICAL_HOE_WARTS_1: {
|
|
349
346
|
skyblockId: 'THEORETICAL_HOE_WARTS_1',
|
|
350
|
-
crop:
|
|
351
|
-
maxRarity:
|
|
352
|
-
reforgeType:
|
|
347
|
+
crop: Crop.NetherWart,
|
|
348
|
+
maxRarity: Rarity.Epic,
|
|
349
|
+
reforgeType: ReforgeTarget.Hoe,
|
|
353
350
|
type: FarmingToolType.MathematicalHoe,
|
|
354
351
|
upgrade: {
|
|
355
352
|
id: 'THEORETICAL_HOE_WARTS_2',
|
|
356
|
-
reason:
|
|
353
|
+
reason: UpgradeReason.NextTier
|
|
357
354
|
},
|
|
358
355
|
gemSlots: {
|
|
359
356
|
peridot: 1,
|
|
@@ -364,13 +361,13 @@ exports.FARMING_TOOLS = {
|
|
|
364
361
|
},
|
|
365
362
|
THEORETICAL_HOE_WARTS_2: {
|
|
366
363
|
skyblockId: 'THEORETICAL_HOE_WARTS_2',
|
|
367
|
-
crop:
|
|
368
|
-
maxRarity:
|
|
369
|
-
reforgeType:
|
|
364
|
+
crop: Crop.NetherWart,
|
|
365
|
+
maxRarity: Rarity.Legendary,
|
|
366
|
+
reforgeType: ReforgeTarget.Hoe,
|
|
370
367
|
type: FarmingToolType.MathematicalHoe,
|
|
371
368
|
upgrade: {
|
|
372
369
|
id: 'THEORETICAL_HOE_WARTS_3',
|
|
373
|
-
reason:
|
|
370
|
+
reason: UpgradeReason.NextTier
|
|
374
371
|
},
|
|
375
372
|
gemSlots: {
|
|
376
373
|
peridot: 2,
|
|
@@ -381,9 +378,9 @@ exports.FARMING_TOOLS = {
|
|
|
381
378
|
},
|
|
382
379
|
THEORETICAL_HOE_WARTS_3: {
|
|
383
380
|
skyblockId: 'THEORETICAL_HOE_WARTS_3',
|
|
384
|
-
crop:
|
|
385
|
-
maxRarity:
|
|
386
|
-
reforgeType:
|
|
381
|
+
crop: Crop.NetherWart,
|
|
382
|
+
maxRarity: Rarity.Mythic,
|
|
383
|
+
reforgeType: ReforgeTarget.Hoe,
|
|
387
384
|
type: FarmingToolType.MathematicalHoe,
|
|
388
385
|
gemSlots: {
|
|
389
386
|
peridot: 3,
|
|
@@ -394,13 +391,13 @@ exports.FARMING_TOOLS = {
|
|
|
394
391
|
},
|
|
395
392
|
THEORETICAL_HOE_POTATO_1: {
|
|
396
393
|
skyblockId: 'THEORETICAL_HOE_POTATO_1',
|
|
397
|
-
crop:
|
|
398
|
-
maxRarity:
|
|
399
|
-
reforgeType:
|
|
394
|
+
crop: Crop.Potato,
|
|
395
|
+
maxRarity: Rarity.Epic,
|
|
396
|
+
reforgeType: ReforgeTarget.Hoe,
|
|
400
397
|
type: FarmingToolType.MathematicalHoe,
|
|
401
398
|
upgrade: {
|
|
402
399
|
id: 'THEORETICAL_HOE_POTATO_2',
|
|
403
|
-
reason:
|
|
400
|
+
reason: UpgradeReason.NextTier
|
|
404
401
|
},
|
|
405
402
|
gemSlots: {
|
|
406
403
|
peridot: 1,
|
|
@@ -411,13 +408,13 @@ exports.FARMING_TOOLS = {
|
|
|
411
408
|
},
|
|
412
409
|
THEORETICAL_HOE_POTATO_2: {
|
|
413
410
|
skyblockId: 'THEORETICAL_HOE_POTATO_2',
|
|
414
|
-
crop:
|
|
415
|
-
maxRarity:
|
|
416
|
-
reforgeType:
|
|
411
|
+
crop: Crop.Potato,
|
|
412
|
+
maxRarity: Rarity.Legendary,
|
|
413
|
+
reforgeType: ReforgeTarget.Hoe,
|
|
417
414
|
type: FarmingToolType.MathematicalHoe,
|
|
418
415
|
upgrade: {
|
|
419
416
|
id: 'THEORETICAL_HOE_POTATO_3',
|
|
420
|
-
reason:
|
|
417
|
+
reason: UpgradeReason.NextTier
|
|
421
418
|
},
|
|
422
419
|
gemSlots: {
|
|
423
420
|
peridot: 2,
|
|
@@ -428,9 +425,9 @@ exports.FARMING_TOOLS = {
|
|
|
428
425
|
},
|
|
429
426
|
THEORETICAL_HOE_POTATO_3: {
|
|
430
427
|
skyblockId: 'THEORETICAL_HOE_POTATO_3',
|
|
431
|
-
crop:
|
|
432
|
-
maxRarity:
|
|
433
|
-
reforgeType:
|
|
428
|
+
crop: Crop.Potato,
|
|
429
|
+
maxRarity: Rarity.Mythic,
|
|
430
|
+
reforgeType: ReforgeTarget.Hoe,
|
|
434
431
|
type: FarmingToolType.MathematicalHoe,
|
|
435
432
|
gemSlots: {
|
|
436
433
|
peridot: 3,
|
|
@@ -441,13 +438,13 @@ exports.FARMING_TOOLS = {
|
|
|
441
438
|
},
|
|
442
439
|
THEORETICAL_HOE_CANE_1: {
|
|
443
440
|
skyblockId: 'THEORETICAL_HOE_CANE_1',
|
|
444
|
-
crop:
|
|
445
|
-
maxRarity:
|
|
446
|
-
reforgeType:
|
|
441
|
+
crop: Crop.SugarCane,
|
|
442
|
+
maxRarity: Rarity.Epic,
|
|
443
|
+
reforgeType: ReforgeTarget.Hoe,
|
|
447
444
|
type: FarmingToolType.MathematicalHoe,
|
|
448
445
|
upgrade: {
|
|
449
446
|
id: 'THEORETICAL_HOE_CANE_2',
|
|
450
|
-
reason:
|
|
447
|
+
reason: UpgradeReason.NextTier
|
|
451
448
|
},
|
|
452
449
|
gemSlots: {
|
|
453
450
|
peridot: 1,
|
|
@@ -458,13 +455,13 @@ exports.FARMING_TOOLS = {
|
|
|
458
455
|
},
|
|
459
456
|
THEORETICAL_HOE_CANE_2: {
|
|
460
457
|
skyblockId: 'THEORETICAL_HOE_CANE_2',
|
|
461
|
-
crop:
|
|
462
|
-
maxRarity:
|
|
463
|
-
reforgeType:
|
|
458
|
+
crop: Crop.SugarCane,
|
|
459
|
+
maxRarity: Rarity.Legendary,
|
|
460
|
+
reforgeType: ReforgeTarget.Hoe,
|
|
464
461
|
type: FarmingToolType.MathematicalHoe,
|
|
465
462
|
upgrade: {
|
|
466
463
|
id: 'THEORETICAL_HOE_CANE_3',
|
|
467
|
-
reason:
|
|
464
|
+
reason: UpgradeReason.NextTier
|
|
468
465
|
},
|
|
469
466
|
gemSlots: {
|
|
470
467
|
peridot: 2,
|
|
@@ -475,9 +472,9 @@ exports.FARMING_TOOLS = {
|
|
|
475
472
|
},
|
|
476
473
|
THEORETICAL_HOE_CANE_3: {
|
|
477
474
|
skyblockId: 'THEORETICAL_HOE_CANE_3',
|
|
478
|
-
crop:
|
|
479
|
-
maxRarity:
|
|
480
|
-
reforgeType:
|
|
475
|
+
crop: Crop.SugarCane,
|
|
476
|
+
maxRarity: Rarity.Mythic,
|
|
477
|
+
reforgeType: ReforgeTarget.Hoe,
|
|
481
478
|
type: FarmingToolType.MathematicalHoe,
|
|
482
479
|
gemSlots: {
|
|
483
480
|
peridot: 3,
|
|
@@ -488,13 +485,13 @@ exports.FARMING_TOOLS = {
|
|
|
488
485
|
},
|
|
489
486
|
THEORETICAL_HOE_WHEAT_1: {
|
|
490
487
|
skyblockId: 'THEORETICAL_HOE_WHEAT_1',
|
|
491
|
-
crop:
|
|
492
|
-
maxRarity:
|
|
493
|
-
reforgeType:
|
|
488
|
+
crop: Crop.Wheat,
|
|
489
|
+
maxRarity: Rarity.Epic,
|
|
490
|
+
reforgeType: ReforgeTarget.Hoe,
|
|
494
491
|
type: FarmingToolType.MathematicalHoe,
|
|
495
492
|
upgrade: {
|
|
496
493
|
id: 'THEORETICAL_HOE_WHEAT_2',
|
|
497
|
-
reason:
|
|
494
|
+
reason: UpgradeReason.NextTier
|
|
498
495
|
},
|
|
499
496
|
gemSlots: {
|
|
500
497
|
peridot: 1,
|
|
@@ -505,13 +502,13 @@ exports.FARMING_TOOLS = {
|
|
|
505
502
|
},
|
|
506
503
|
THEORETICAL_HOE_WHEAT_2: {
|
|
507
504
|
skyblockId: 'THEORETICAL_HOE_WHEAT_2',
|
|
508
|
-
crop:
|
|
509
|
-
maxRarity:
|
|
510
|
-
reforgeType:
|
|
505
|
+
crop: Crop.Wheat,
|
|
506
|
+
maxRarity: Rarity.Legendary,
|
|
507
|
+
reforgeType: ReforgeTarget.Hoe,
|
|
511
508
|
type: FarmingToolType.MathematicalHoe,
|
|
512
509
|
upgrade: {
|
|
513
510
|
id: 'THEORETICAL_HOE_WHEAT_3',
|
|
514
|
-
reason:
|
|
511
|
+
reason: UpgradeReason.NextTier
|
|
515
512
|
},
|
|
516
513
|
gemSlots: {
|
|
517
514
|
peridot: 2,
|
|
@@ -522,9 +519,9 @@ exports.FARMING_TOOLS = {
|
|
|
522
519
|
},
|
|
523
520
|
THEORETICAL_HOE_WHEAT_3: {
|
|
524
521
|
skyblockId: 'THEORETICAL_HOE_WHEAT_3',
|
|
525
|
-
crop:
|
|
526
|
-
maxRarity:
|
|
527
|
-
reforgeType:
|
|
522
|
+
crop: Crop.Wheat,
|
|
523
|
+
maxRarity: Rarity.Mythic,
|
|
524
|
+
reforgeType: ReforgeTarget.Hoe,
|
|
528
525
|
type: FarmingToolType.MathematicalHoe,
|
|
529
526
|
gemSlots: {
|
|
530
527
|
peridot: 3,
|
|
@@ -535,13 +532,13 @@ exports.FARMING_TOOLS = {
|
|
|
535
532
|
},
|
|
536
533
|
DAEDALUS_AXE: {
|
|
537
534
|
skyblockId: 'DAEDALUS_AXE',
|
|
538
|
-
crop:
|
|
539
|
-
maxRarity:
|
|
540
|
-
reforgeType:
|
|
535
|
+
crop: Crop.Mushroom,
|
|
536
|
+
maxRarity: Rarity.Mythic,
|
|
537
|
+
reforgeType: ReforgeTarget.Sword,
|
|
541
538
|
type: FarmingToolType.None,
|
|
542
539
|
upgrade: {
|
|
543
540
|
id: 'STARRED_DAEDALUS_AXE',
|
|
544
|
-
reason:
|
|
541
|
+
reason: UpgradeReason.NextTier,
|
|
545
542
|
},
|
|
546
543
|
name: 'Daedalus Axe',
|
|
547
544
|
wiki: 'https://wiki.hypixel.net/Daedalus_Axe',
|
|
@@ -549,33 +546,33 @@ exports.FARMING_TOOLS = {
|
|
|
549
546
|
},
|
|
550
547
|
STARRED_DAEDALUS_AXE: {
|
|
551
548
|
skyblockId: 'STARRED_DAEDALUS_AXE',
|
|
552
|
-
crop:
|
|
553
|
-
maxRarity:
|
|
554
|
-
reforgeType:
|
|
555
|
-
type:
|
|
549
|
+
crop: Crop.Mushroom,
|
|
550
|
+
maxRarity: Rarity.Mythic,
|
|
551
|
+
reforgeType: ReforgeTarget.Sword,
|
|
552
|
+
type: ReforgeTarget.Sword,
|
|
556
553
|
name: '⚚ Daedalus Axe',
|
|
557
554
|
wiki: 'https://wiki.hypixel.net/Daedalus_Axe#Upgraded__',
|
|
558
555
|
computedStats: (opt) => opt.selectedPet?.getChimeraAffectedStats(1) ?? {},
|
|
559
556
|
},
|
|
560
557
|
HOE_OF_NO_TILLING: {
|
|
561
558
|
skyblockId: 'HOE_OF_NO_TILLING',
|
|
562
|
-
maxRarity:
|
|
563
|
-
reforgeType:
|
|
559
|
+
maxRarity: Rarity.Rare,
|
|
560
|
+
reforgeType: ReforgeTarget.Hoe,
|
|
564
561
|
type: FarmingToolType.Other,
|
|
565
562
|
name: 'Hoe of No Tilling',
|
|
566
563
|
wiki: 'https://wiki.hypixel.net/Hoe_of_No_Tilling',
|
|
567
564
|
},
|
|
568
565
|
};
|
|
569
|
-
|
|
570
|
-
[
|
|
571
|
-
[
|
|
572
|
-
[
|
|
573
|
-
[
|
|
574
|
-
[
|
|
575
|
-
[
|
|
576
|
-
[
|
|
577
|
-
[
|
|
578
|
-
[
|
|
579
|
-
[
|
|
566
|
+
export const BEST_FARMING_TOOLS = {
|
|
567
|
+
[Crop.Cactus]: FARMING_TOOLS.CACTUS_KNIFE,
|
|
568
|
+
[Crop.CocoaBeans]: FARMING_TOOLS.COCO_CHOPPER,
|
|
569
|
+
[Crop.Mushroom]: FARMING_TOOLS.FUNGI_CUTTER,
|
|
570
|
+
[Crop.Melon]: FARMING_TOOLS.MELON_DICER_3,
|
|
571
|
+
[Crop.Pumpkin]: FARMING_TOOLS.PUMPKIN_DICER_3,
|
|
572
|
+
[Crop.Carrot]: FARMING_TOOLS.THEORETICAL_HOE_CARROT_3,
|
|
573
|
+
[Crop.NetherWart]: FARMING_TOOLS.THEORETICAL_HOE_WARTS_3,
|
|
574
|
+
[Crop.Potato]: FARMING_TOOLS.THEORETICAL_HOE_POTATO_3,
|
|
575
|
+
[Crop.SugarCane]: FARMING_TOOLS.THEORETICAL_HOE_CANE_3,
|
|
576
|
+
[Crop.Wheat]: FARMING_TOOLS.THEORETICAL_HOE_WHEAT_3,
|
|
580
577
|
};
|
|
581
578
|
//# sourceMappingURL=tools.js.map
|