@skyblock-finance/actions 0.4.1 → 0.5.1

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.
@@ -0,0 +1,1122 @@
1
+ {
2
+ "$schema": "./$schema.json",
3
+ "actions": [
4
+ {
5
+ "inputs": [{ "amount": 20000, "id": "coin", "type": "currency" }],
6
+ "outputs": [{ "amount": 1, "id": "BIOFUEL", "type": "item" }],
7
+ "place": [{ "id": "SKYMART", "type": "npc" }]
8
+ },
9
+ {
10
+ "inputs": [{ "amount": 2000, "id": "coin", "type": "currency" }],
11
+ "outputs": [{ "amount": 1, "id": "SAM_SCYTHE", "type": "item" }],
12
+ "place": [{ "id": "SKYMART", "type": "npc" }]
13
+ },
14
+ {
15
+ "inputs": [
16
+ { "amount": 1, "id": "SAM_SCYTHE", "type": "item" },
17
+ { "amount": 20, "id": "copper", "type": "currency" }
18
+ ],
19
+ "outputs": [{ "amount": 1, "id": "GARDEN_SCYTHE", "type": "item" }],
20
+ "place": [{ "id": "SKYMART", "type": "npc" }]
21
+ },
22
+ {
23
+ "inputs": [{ "amount": 5, "id": "copper", "type": "currency" }],
24
+ "outputs": [{ "amount": 1, "id": "BASIC_GARDENING_HOE", "type": "item" }],
25
+ "place": [{ "id": "SKYMART", "type": "npc" }]
26
+ },
27
+ {
28
+ "inputs": [
29
+ { "amount": 1, "id": "BASIC_GARDENING_HOE", "type": "item" },
30
+ { "amount": 20, "id": "copper", "type": "currency" }
31
+ ],
32
+ "outputs": [
33
+ { "amount": 1, "id": "ADVANCED_GARDENING_HOE", "type": "item" }
34
+ ],
35
+ "place": [{ "id": "SKYMART", "type": "npc" }]
36
+ },
37
+ {
38
+ "inputs": [{ "amount": 5, "id": "copper", "type": "currency" }],
39
+ "outputs": [{ "amount": 1, "id": "BASIC_GARDENING_AXE", "type": "item" }],
40
+ "place": [{ "id": "SKYMART", "type": "npc" }]
41
+ },
42
+ {
43
+ "inputs": [
44
+ { "amount": 1, "id": "BASIC_GARDENING_AXE", "type": "item" },
45
+ { "amount": 20, "id": "copper", "type": "currency" }
46
+ ],
47
+ "outputs": [
48
+ { "amount": 1, "id": "ADVANCED_GARDENING_AXE", "type": "item" }
49
+ ],
50
+ "place": [{ "id": "SKYMART", "type": "npc" }]
51
+ },
52
+ {
53
+ "inputs": [{ "amount": 250, "id": "copper", "type": "currency" }],
54
+ "outputs": [
55
+ { "amount": 1, "id": "ENCHANTMENT_DEDICATION_1", "type": "item" }
56
+ ],
57
+ "place": [{ "id": "SKYMART", "type": "npc" }]
58
+ },
59
+ {
60
+ "inputs": [
61
+ { "amount": 2, "id": "ENCHANTMENT_DEDICATION_1", "type": "item" }
62
+ ],
63
+ "outputs": [
64
+ { "amount": 1, "id": "ENCHANTMENT_DEDICATION_2", "type": "item" }
65
+ ],
66
+ "place": [
67
+ {
68
+ "left": {
69
+ "amount": 1,
70
+ "id": "ENCHANTMENT_DEDICATION_1",
71
+ "type": "item"
72
+ },
73
+ "right": {
74
+ "amount": 1,
75
+ "id": "ENCHANTMENT_DEDICATION_1",
76
+ "type": "item"
77
+ },
78
+ "type": "anvil"
79
+ }
80
+ ]
81
+ },
82
+ {
83
+ "inputs": [
84
+ { "amount": 2, "id": "ENCHANTMENT_DEDICATION_2", "type": "item" }
85
+ ],
86
+ "outputs": [
87
+ { "amount": 1, "id": "ENCHANTMENT_DEDICATION_3", "type": "item" }
88
+ ],
89
+ "place": [
90
+ {
91
+ "left": {
92
+ "amount": 1,
93
+ "id": "ENCHANTMENT_DEDICATION_2",
94
+ "type": "item"
95
+ },
96
+ "right": {
97
+ "amount": 1,
98
+ "id": "ENCHANTMENT_DEDICATION_2",
99
+ "type": "item"
100
+ },
101
+ "type": "anvil"
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "inputs": [{ "amount": 1500, "id": "copper", "type": "currency" }],
107
+ "outputs": [
108
+ { "amount": 1, "id": "ENCHANTMENT_GREEN_THUMB_1", "type": "item" }
109
+ ],
110
+ "place": [{ "id": "SKYMART", "type": "npc" }]
111
+ },
112
+ {
113
+ "inputs": [
114
+ { "amount": 2, "id": "ENCHANTMENT_GREEN_THUMB_1", "type": "item" }
115
+ ],
116
+ "outputs": [
117
+ { "amount": 1, "id": "ENCHANTMENT_GREEN_THUMB_2", "type": "item" }
118
+ ],
119
+ "place": [
120
+ {
121
+ "left": {
122
+ "amount": 1,
123
+ "id": "ENCHANTMENT_GREEN_THUMB_1",
124
+ "type": "item"
125
+ },
126
+ "right": {
127
+ "amount": 1,
128
+ "id": "ENCHANTMENT_GREEN_THUMB_1",
129
+ "type": "item"
130
+ },
131
+ "type": "anvil"
132
+ }
133
+ ]
134
+ },
135
+ {
136
+ "inputs": [
137
+ { "amount": 2, "id": "ENCHANTMENT_GREEN_THUMB_2", "type": "item" }
138
+ ],
139
+ "outputs": [
140
+ { "amount": 1, "id": "ENCHANTMENT_GREEN_THUMB_3", "type": "item" }
141
+ ],
142
+ "place": [
143
+ {
144
+ "left": {
145
+ "amount": 1,
146
+ "id": "ENCHANTMENT_GREEN_THUMB_2",
147
+ "type": "item"
148
+ },
149
+ "right": {
150
+ "amount": 1,
151
+ "id": "ENCHANTMENT_GREEN_THUMB_2",
152
+ "type": "item"
153
+ },
154
+ "type": "anvil"
155
+ }
156
+ ]
157
+ },
158
+ {
159
+ "inputs": [
160
+ { "amount": 2, "id": "ENCHANTMENT_GREEN_THUMB_3", "type": "item" }
161
+ ],
162
+ "outputs": [
163
+ { "amount": 1, "id": "ENCHANTMENT_GREEN_THUMB_4", "type": "item" }
164
+ ],
165
+ "place": [
166
+ {
167
+ "left": {
168
+ "amount": 1,
169
+ "id": "ENCHANTMENT_GREEN_THUMB_3",
170
+ "type": "item"
171
+ },
172
+ "right": {
173
+ "amount": 1,
174
+ "id": "ENCHANTMENT_GREEN_THUMB_3",
175
+ "type": "item"
176
+ },
177
+ "type": "anvil"
178
+ }
179
+ ]
180
+ },
181
+ {
182
+ "inputs": [
183
+ { "amount": 2, "id": "ENCHANTMENT_GREEN_THUMB_4", "type": "item" }
184
+ ],
185
+ "outputs": [
186
+ { "amount": 1, "id": "ENCHANTMENT_GREEN_THUMB_5", "type": "item" }
187
+ ],
188
+ "place": [
189
+ {
190
+ "left": {
191
+ "amount": 1,
192
+ "id": "ENCHANTMENT_GREEN_THUMB_4",
193
+ "type": "item"
194
+ },
195
+ "right": {
196
+ "amount": 1,
197
+ "id": "ENCHANTMENT_GREEN_THUMB_4",
198
+ "type": "item"
199
+ },
200
+ "type": "anvil"
201
+ }
202
+ ]
203
+ },
204
+ {
205
+ "inputs": [{ "amount": 50, "id": "copper", "type": "currency" }],
206
+ "outputs": [{ "amount": 1, "id": "LOTUS_BRACELET", "type": "item" }],
207
+ "place": [{ "id": "SKYMART", "type": "npc" }]
208
+ },
209
+ {
210
+ "inputs": [{ "amount": 100, "id": "copper", "type": "currency" }],
211
+ "outputs": [{ "amount": 1, "id": "LOTUS_BELT", "type": "item" }],
212
+ "place": [{ "id": "SKYMART", "type": "npc" }]
213
+ },
214
+ {
215
+ "inputs": [{ "amount": 200, "id": "copper", "type": "currency" }],
216
+ "outputs": [{ "amount": 1, "id": "LOTUS_NECKLACE", "type": "item" }],
217
+ "place": [{ "id": "SKYMART", "type": "npc" }]
218
+ },
219
+ {
220
+ "inputs": [{ "amount": 500, "id": "copper", "type": "currency" }],
221
+ "outputs": [{ "amount": 1, "id": "LOTUS_CLOAK", "type": "item" }],
222
+ "place": [{ "id": "SKYMART", "type": "npc" }]
223
+ },
224
+ {
225
+ "inputs": [{ "amount": 300, "id": "copper", "type": "currency" }],
226
+ "outputs": [{ "amount": 1, "id": "SF:YELLOW_BANDANA", "type": "item" }],
227
+ "place": [{ "id": "SKYMART", "type": "npc" }]
228
+ },
229
+ {
230
+ "inputs": [{ "amount": 150, "id": "copper", "type": "currency" }],
231
+ "outputs": [{ "amount": 1, "id": "LARGE_WALNUT", "type": "item" }],
232
+ "place": [{ "id": "SKYMART", "type": "npc" }]
233
+ },
234
+ {
235
+ "inputs": [
236
+ { "amount": 1, "id": "LOTUS_BRACELET", "type": "item" },
237
+ { "amount": 2500, "id": "copper", "type": "currency" }
238
+ ],
239
+ "outputs": [{ "amount": 1, "id": "BLOSSOM_BRACELET", "type": "item" }],
240
+ "place": [{ "id": "SKYMART", "type": "npc" }]
241
+ },
242
+ {
243
+ "inputs": [
244
+ { "amount": 1, "id": "LOTUS_BELT", "type": "item" },
245
+ { "amount": 5000, "id": "copper", "type": "currency" }
246
+ ],
247
+ "outputs": [{ "amount": 1, "id": "BLOSSOM_BELT", "type": "item" }],
248
+ "place": [{ "id": "SKYMART", "type": "npc" }]
249
+ },
250
+ {
251
+ "inputs": [
252
+ { "amount": 1, "id": "LOTUS_NECKLACE", "type": "item" },
253
+ { "amount": 7500, "id": "copper", "type": "currency" }
254
+ ],
255
+ "outputs": [{ "amount": 1, "id": "BLOSSOM_NECKLACE", "type": "item" }],
256
+ "place": [{ "id": "SKYMART", "type": "npc" }]
257
+ },
258
+ {
259
+ "inputs": [
260
+ { "amount": 1, "id": "LOTUS_CLOAK", "type": "item" },
261
+ { "amount": 10000, "id": "copper", "type": "currency" }
262
+ ],
263
+ "outputs": [{ "amount": 1, "id": "BLOSSOM_CLOAK", "type": "item" }],
264
+ "place": [{ "id": "SKYMART", "type": "npc" }]
265
+ },
266
+ {
267
+ "inputs": [{ "amount": 5000, "id": "copper", "type": "currency" }],
268
+ "outputs": [{ "amount": 1, "id": "COPPER_TALISMAN", "type": "item" }],
269
+ "place": [{ "id": "SKYMART", "type": "npc" }]
270
+ },
271
+ {
272
+ "inputs": [
273
+ { "amount": 1, "id": "COPPER_TALISMAN", "type": "item" },
274
+ { "amount": 20000, "id": "copper", "type": "currency" }
275
+ ],
276
+ "outputs": [{ "amount": 1, "id": "COPPER_RING", "type": "item" }],
277
+ "place": [{ "id": "SKYMART", "type": "npc" }]
278
+ },
279
+ {
280
+ "inputs": [
281
+ { "amount": 1, "id": "COPPER_RING", "type": "item" },
282
+ { "amount": 50000, "id": "copper", "type": "currency" }
283
+ ],
284
+ "outputs": [{ "amount": 1, "id": "COPPER_ARTIFACT", "type": "item" }],
285
+ "place": [{ "id": "SKYMART", "type": "npc" }]
286
+ },
287
+ {
288
+ "inputs": [{ "amount": 200, "id": "copper", "type": "currency" }],
289
+ "outputs": [
290
+ { "amount": 1, "id": "SOWLEDGE_GARDEN_CHIP", "type": "item" }
291
+ ],
292
+ "place": [{ "id": "SKYMART", "type": "npc" }]
293
+ },
294
+ {
295
+ "inputs": [{ "amount": 500, "id": "copper", "type": "currency" }],
296
+ "outputs": [
297
+ { "amount": 1, "id": "CROPSHOT_GARDEN_CHIP", "type": "item" }
298
+ ],
299
+ "place": [{ "id": "SKYMART", "type": "npc" }]
300
+ },
301
+ {
302
+ "inputs": [{ "amount": 5000, "id": "coin", "type": "currency" }],
303
+ "outputs": [{ "amount": 1, "id": "HYDRO_CAN_1000", "type": "item" }],
304
+ "place": [{ "id": "SKYMART", "type": "npc" }]
305
+ },
306
+ {
307
+ "inputs": [
308
+ { "amount": 1, "id": "HYDRO_CAN_1000", "type": "item" },
309
+ { "amount": 200, "id": "copper", "type": "currency" }
310
+ ],
311
+ "outputs": [
312
+ { "amount": 1, "id": "HYDRO_CAN_TURBO_2000", "type": "item" }
313
+ ],
314
+ "place": [{ "id": "SKYMART", "type": "npc" }]
315
+ },
316
+ {
317
+ "inputs": [
318
+ { "amount": 1, "id": "HYDRO_CAN_TURBO_2000", "type": "item" },
319
+ { "amount": 500, "id": "copper", "type": "currency" }
320
+ ],
321
+ "outputs": [
322
+ { "amount": 1, "id": "HYDRO_CAN_ULTRA_3000", "type": "item" }
323
+ ],
324
+ "place": [{ "id": "SKYMART", "type": "npc" }]
325
+ },
326
+ {
327
+ "inputs": [
328
+ { "amount": 1, "id": "HYDRO_CAN_ULTRA_3000", "type": "item" },
329
+ { "amount": 1000, "id": "copper", "type": "currency" }
330
+ ],
331
+ "outputs": [{ "amount": 1, "id": "AQUAMASTER_X", "type": "item" }],
332
+ "place": [{ "id": "SKYMART", "type": "npc" }]
333
+ },
334
+ {
335
+ "inputs": [
336
+ { "amount": 1, "id": "HYDRO_CAN_ULTRA_3000", "type": "item" },
337
+ { "amount": 1000, "id": "copper", "type": "currency" }
338
+ ],
339
+ "outputs": [{ "amount": 1, "id": "AQUAMASTER_X", "type": "item" }],
340
+ "place": [{ "id": "SKYMART", "type": "npc" }]
341
+ },
342
+ {
343
+ "inputs": [
344
+ { "amount": 1, "id": "AQUAMASTER_X", "type": "item" },
345
+ { "amount": 1, "id": "IRIDIUM", "type": "item" },
346
+ { "amount": 2500, "id": "copper", "type": "currency" }
347
+ ],
348
+ "outputs": [{ "amount": 1, "id": "AQUAMASTER_HYDROMAX", "type": "item" }],
349
+ "place": [{ "id": "SKYMART", "type": "npc" }]
350
+ },
351
+ {
352
+ "inputs": [
353
+ { "amount": 1, "id": "SUNFLOWER_GENERATOR_11", "type": "item" },
354
+ { "amount": 32, "id": "COMPACTED_SUNFLOWER", "type": "item" }
355
+ ],
356
+ "outputs": [
357
+ { "amount": 1, "id": "SUNFLOWER_GENERATOR_12", "type": "item" }
358
+ ],
359
+ "place": [{ "id": "SKYMART", "type": "npc" }]
360
+ },
361
+ {
362
+ "inputs": [{ "amount": 50, "id": "copper", "type": "currency" }],
363
+ "outputs": [
364
+ { "amount": 1, "id": "PLANT_DIAGNOSTICS_TOOL", "type": "item" }
365
+ ],
366
+ "place": [{ "id": "SKYMART", "type": "npc" }]
367
+ },
368
+ {
369
+ "inputs": [{ "amount": 250, "id": "copper", "type": "currency" }],
370
+ "outputs": [
371
+ { "amount": 1, "id": "THEORETICAL_HOE_WHEAT_1", "type": "item" }
372
+ ],
373
+ "place": [{ "id": "SKYMART", "type": "npc" }]
374
+ },
375
+ {
376
+ "inputs": [
377
+ { "amount": 1, "id": "THEORETICAL_HOE_WHEAT_1", "type": "item" },
378
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
379
+ { "amount": 20, "id": "ENCHANTED_HAY_BALE", "type": "item" }
380
+ ],
381
+ "outputs": [
382
+ { "amount": 1, "id": "THEORETICAL_HOE_WHEAT_2", "type": "item" }
383
+ ],
384
+ "place": [
385
+ {
386
+ "grid": [
387
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
388
+ { "amount": 5, "id": "ENCHANTED_HAY_BALE", "type": "item" },
389
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
390
+ { "amount": 5, "id": "ENCHANTED_HAY_BALE", "type": "item" },
391
+ { "amount": 1, "id": "THEORETICAL_HOE_WHEAT_1", "type": "item" },
392
+ { "amount": 5, "id": "ENCHANTED_HAY_BALE", "type": "item" },
393
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
394
+ { "amount": 5, "id": "ENCHANTED_HAY_BALE", "type": "item" },
395
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" }
396
+ ],
397
+ "type": "workbench"
398
+ }
399
+ ]
400
+ },
401
+ {
402
+ "inputs": [
403
+ { "amount": 1, "id": "THEORETICAL_HOE_WHEAT_2", "type": "item" },
404
+ { "amount": 256, "id": "JACOBS_TICKET", "type": "item" },
405
+ { "amount": 80, "id": "ENCHANTED_HAY_BALE", "type": "item" }
406
+ ],
407
+ "outputs": [
408
+ { "amount": 1, "id": "THEORETICAL_HOE_WHEAT_3", "type": "item" }
409
+ ],
410
+ "place": [
411
+ {
412
+ "grid": [
413
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
414
+ { "amount": 20, "id": "ENCHANTED_HAY_BALE", "type": "item" },
415
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
416
+ { "amount": 20, "id": "ENCHANTED_HAY_BALE", "type": "item" },
417
+ { "amount": 1, "id": "THEORETICAL_HOE_WHEAT_2", "type": "item" },
418
+ { "amount": 20, "id": "ENCHANTED_HAY_BALE", "type": "item" },
419
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
420
+ { "amount": 20, "id": "ENCHANTED_HAY_BALE", "type": "item" },
421
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" }
422
+ ],
423
+ "type": "workbench"
424
+ }
425
+ ]
426
+ },
427
+ {
428
+ "inputs": [{ "amount": 250, "id": "copper", "type": "currency" }],
429
+ "outputs": [
430
+ { "amount": 1, "id": "THEORETICAL_HOE_CARROT_1", "type": "item" }
431
+ ],
432
+ "place": [{ "id": "SKYMART", "type": "npc" }]
433
+ },
434
+ {
435
+ "inputs": [
436
+ { "amount": 1, "id": "THEORETICAL_HOE_CARROT_1", "type": "item" },
437
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
438
+ { "amount": 64, "id": "ENCHANTED_GOLDEN_CARROT", "type": "item" }
439
+ ],
440
+ "outputs": [
441
+ { "amount": 1, "id": "THEORETICAL_HOE_CARROT_2", "type": "item" }
442
+ ],
443
+ "place": [
444
+ {
445
+ "grid": [
446
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
447
+ { "amount": 16, "id": "ENCHANTED_GOLDEN_CARROT", "type": "item" },
448
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
449
+ { "amount": 16, "id": "ENCHANTED_GOLDEN_CARROT", "type": "item" },
450
+ { "amount": 1, "id": "THEORETICAL_HOE_CARROT_1", "type": "item" },
451
+ { "amount": 16, "id": "ENCHANTED_GOLDEN_CARROT", "type": "item" },
452
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
453
+ { "amount": 16, "id": "ENCHANTED_GOLDEN_CARROT", "type": "item" },
454
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" }
455
+ ],
456
+ "type": "workbench"
457
+ }
458
+ ]
459
+ },
460
+ {
461
+ "inputs": [
462
+ { "amount": 1, "id": "THEORETICAL_HOE_CARROT_2", "type": "item" },
463
+ { "amount": 256, "id": "JACOBS_TICKET", "type": "item" },
464
+ { "amount": 256, "id": "ENCHANTED_GOLDEN_CARROT", "type": "item" }
465
+ ],
466
+ "outputs": [
467
+ { "amount": 1, "id": "THEORETICAL_HOE_CARROT_3", "type": "item" }
468
+ ],
469
+ "place": [
470
+ {
471
+ "grid": [
472
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
473
+ { "amount": 64, "id": "ENCHANTED_GOLDEN_CARROT", "type": "item" },
474
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
475
+ { "amount": 64, "id": "ENCHANTED_GOLDEN_CARROT", "type": "item" },
476
+ { "amount": 1, "id": "THEORETICAL_HOE_CARROT_2", "type": "item" },
477
+ { "amount": 64, "id": "ENCHANTED_GOLDEN_CARROT", "type": "item" },
478
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
479
+ { "amount": 64, "id": "ENCHANTED_GOLDEN_CARROT", "type": "item" },
480
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" }
481
+ ],
482
+ "type": "workbench"
483
+ }
484
+ ]
485
+ },
486
+ {
487
+ "inputs": [{ "amount": 250, "id": "copper", "type": "currency" }],
488
+ "outputs": [
489
+ { "amount": 1, "id": "THEORETICAL_HOE_POTATO_1", "type": "item" }
490
+ ],
491
+ "place": [{ "id": "SKYMART", "type": "npc" }]
492
+ },
493
+ {
494
+ "inputs": [
495
+ { "amount": 1, "id": "THEORETICAL_HOE_POTATO_1", "type": "item" },
496
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
497
+ { "amount": 60, "id": "ENCHANTED_BAKED_POTATO", "type": "item" }
498
+ ],
499
+ "outputs": [
500
+ { "amount": 1, "id": "THEORETICAL_HOE_POTATO_2", "type": "item" }
501
+ ],
502
+ "place": [
503
+ {
504
+ "grid": [
505
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
506
+ { "amount": 15, "id": "ENCHANTED_BAKED_POTATO", "type": "item" },
507
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
508
+ { "amount": 15, "id": "ENCHANTED_BAKED_POTATO", "type": "item" },
509
+ { "amount": 1, "id": "THEORETICAL_HOE_POTATO_1", "type": "item" },
510
+ { "amount": 15, "id": "ENCHANTED_BAKED_POTATO", "type": "item" },
511
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
512
+ { "amount": 15, "id": "ENCHANTED_BAKED_POTATO", "type": "item" },
513
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" }
514
+ ],
515
+ "type": "workbench"
516
+ }
517
+ ]
518
+ },
519
+ {
520
+ "inputs": [
521
+ { "amount": 1, "id": "THEORETICAL_HOE_POTATO_2", "type": "item" },
522
+ { "amount": 256, "id": "JACOBS_TICKET", "type": "item" },
523
+ { "amount": 240, "id": "ENCHANTED_BAKED_POTATO", "type": "item" }
524
+ ],
525
+ "outputs": [
526
+ { "amount": 1, "id": "THEORETICAL_HOE_POTATO_3", "type": "item" }
527
+ ],
528
+ "place": [
529
+ {
530
+ "grid": [
531
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
532
+ { "amount": 60, "id": "ENCHANTED_BAKED_POTATO", "type": "item" },
533
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
534
+ { "amount": 60, "id": "ENCHANTED_BAKED_POTATO", "type": "item" },
535
+ { "amount": 1, "id": "THEORETICAL_HOE_POTATO_2", "type": "item" },
536
+ { "amount": 60, "id": "ENCHANTED_BAKED_POTATO", "type": "item" },
537
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
538
+ { "amount": 60, "id": "ENCHANTED_BAKED_POTATO", "type": "item" },
539
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" }
540
+ ],
541
+ "type": "workbench"
542
+ }
543
+ ]
544
+ },
545
+ {
546
+ "inputs": [{ "amount": 250, "id": "copper", "type": "currency" }],
547
+ "outputs": [{ "amount": 1, "id": "PUMPKIN_DICER", "type": "item" }],
548
+ "place": [{ "id": "SKYMART", "type": "npc" }]
549
+ },
550
+ {
551
+ "inputs": [
552
+ { "amount": 1, "id": "PUMPKIN_DICER", "type": "item" },
553
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
554
+ { "amount": 20, "id": "POLISHED_PUMPKIN", "type": "item" }
555
+ ],
556
+ "outputs": [{ "amount": 1, "id": "PUMPKIN_DICER_2", "type": "item" }],
557
+ "place": [
558
+ {
559
+ "grid": [
560
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
561
+ { "amount": 5, "id": "POLISHED_PUMPKIN", "type": "item" },
562
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
563
+ { "amount": 5, "id": "POLISHED_PUMPKIN", "type": "item" },
564
+ { "amount": 1, "id": "PUMPKIN_DICER", "type": "item" },
565
+ { "amount": 5, "id": "POLISHED_PUMPKIN", "type": "item" },
566
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
567
+ { "amount": 5, "id": "POLISHED_PUMPKIN", "type": "item" },
568
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" }
569
+ ],
570
+ "type": "workbench"
571
+ }
572
+ ]
573
+ },
574
+ {
575
+ "inputs": [
576
+ { "amount": 1, "id": "PUMPKIN_DICER_2", "type": "item" },
577
+ { "amount": 256, "id": "JACOBS_TICKET", "type": "item" },
578
+ { "amount": 80, "id": "POLISHED_PUMPKIN", "type": "item" }
579
+ ],
580
+ "outputs": [{ "amount": 1, "id": "PUMPKIN_DICER_3", "type": "item" }],
581
+ "place": [
582
+ {
583
+ "grid": [
584
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
585
+ { "amount": 20, "id": "POLISHED_PUMPKIN", "type": "item" },
586
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
587
+ { "amount": 20, "id": "POLISHED_PUMPKIN", "type": "item" },
588
+ { "amount": 1, "id": "PUMPKIN_DICER_2", "type": "item" },
589
+ { "amount": 20, "id": "POLISHED_PUMPKIN", "type": "item" },
590
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
591
+ { "amount": 20, "id": "POLISHED_PUMPKIN", "type": "item" },
592
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" }
593
+ ],
594
+ "type": "workbench"
595
+ }
596
+ ]
597
+ },
598
+ {
599
+ "inputs": [{ "amount": 250, "id": "copper", "type": "currency" }],
600
+ "outputs": [
601
+ { "amount": 1, "id": "THEORETICAL_HOE_CANE_1", "type": "item" }
602
+ ],
603
+ "place": [{ "id": "SKYMART", "type": "npc" }]
604
+ },
605
+ {
606
+ "inputs": [
607
+ { "amount": 1, "id": "THEORETICAL_HOE_CANE_1", "type": "item" },
608
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
609
+ { "amount": 40, "id": "ENCHANTED_SUGAR_CANE", "type": "item" }
610
+ ],
611
+ "outputs": [
612
+ { "amount": 1, "id": "THEORETICAL_HOE_CANE_2", "type": "item" }
613
+ ],
614
+ "place": [
615
+ {
616
+ "grid": [
617
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
618
+ { "amount": 10, "id": "ENCHANTED_SUGAR_CANE", "type": "item" },
619
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
620
+ { "amount": 10, "id": "ENCHANTED_SUGAR_CANE", "type": "item" },
621
+ { "amount": 1, "id": "THEORETICAL_HOE_CANE_1", "type": "item" },
622
+ { "amount": 10, "id": "ENCHANTED_SUGAR_CANE", "type": "item" },
623
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
624
+ { "amount": 10, "id": "ENCHANTED_SUGAR_CANE", "type": "item" },
625
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" }
626
+ ],
627
+ "type": "workbench"
628
+ }
629
+ ]
630
+ },
631
+ {
632
+ "inputs": [
633
+ { "amount": 1, "id": "THEORETICAL_HOE_CANE_2", "type": "item" },
634
+ { "amount": 256, "id": "JACOBS_TICKET", "type": "item" },
635
+ { "amount": 160, "id": "ENCHANTED_SUGAR_CANE", "type": "item" }
636
+ ],
637
+ "outputs": [
638
+ { "amount": 1, "id": "THEORETICAL_HOE_CANE_3", "type": "item" }
639
+ ],
640
+ "place": [
641
+ {
642
+ "grid": [
643
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
644
+ { "amount": 40, "id": "ENCHANTED_SUGAR_CANE", "type": "item" },
645
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
646
+ { "amount": 40, "id": "ENCHANTED_SUGAR_CANE", "type": "item" },
647
+ { "amount": 1, "id": "THEORETICAL_HOE_CANE_2", "type": "item" },
648
+ { "amount": 40, "id": "ENCHANTED_SUGAR_CANE", "type": "item" },
649
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
650
+ { "amount": 40, "id": "ENCHANTED_SUGAR_CANE", "type": "item" },
651
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" }
652
+ ],
653
+ "type": "workbench"
654
+ }
655
+ ]
656
+ },
657
+ {
658
+ "inputs": [{ "amount": 250, "id": "copper", "type": "currency" }],
659
+ "outputs": [{ "amount": 1, "id": "COCO_CHOPPER", "type": "item" }],
660
+ "place": [{ "id": "SKYMART", "type": "npc" }]
661
+ },
662
+ {
663
+ "inputs": [
664
+ { "amount": 1, "id": "COCO_CHOPPER", "type": "item" },
665
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
666
+ { "amount": 40, "id": "ENCHANTED_COOKIE", "type": "item" }
667
+ ],
668
+ "outputs": [{ "amount": 1, "id": "COCO_CHOPPER_2", "type": "item" }],
669
+ "place": [
670
+ {
671
+ "grid": [
672
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
673
+ { "amount": 10, "id": "ENCHANTED_COOKIE", "type": "item" },
674
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
675
+ { "amount": 10, "id": "ENCHANTED_COOKIE", "type": "item" },
676
+ { "amount": 1, "id": "COCO_CHOPPER", "type": "item" },
677
+ { "amount": 10, "id": "ENCHANTED_COOKIE", "type": "item" },
678
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
679
+ { "amount": 10, "id": "ENCHANTED_COOKIE", "type": "item" },
680
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" }
681
+ ],
682
+ "type": "workbench"
683
+ }
684
+ ]
685
+ },
686
+ {
687
+ "inputs": [
688
+ { "amount": 1, "id": "COCO_CHOPPER_2", "type": "item" },
689
+ { "amount": 256, "id": "JACOBS_TICKET", "type": "item" },
690
+ { "amount": 160, "id": "ENCHANTED_COOKIE", "type": "item" }
691
+ ],
692
+ "outputs": [{ "amount": 1, "id": "COCO_CHOPPER_3", "type": "item" }],
693
+ "place": [
694
+ {
695
+ "grid": [
696
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
697
+ { "amount": 40, "id": "ENCHANTED_COOKIE", "type": "item" },
698
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
699
+ { "amount": 40, "id": "ENCHANTED_COOKIE", "type": "item" },
700
+ { "amount": 1, "id": "COCO_CHOPPER_2", "type": "item" },
701
+ { "amount": 40, "id": "ENCHANTED_COOKIE", "type": "item" },
702
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
703
+ { "amount": 40, "id": "ENCHANTED_COOKIE", "type": "item" },
704
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" }
705
+ ],
706
+ "type": "workbench"
707
+ }
708
+ ]
709
+ },
710
+ {
711
+ "inputs": [{ "amount": 250, "id": "copper", "type": "currency" }],
712
+ "outputs": [{ "amount": 1, "id": "FUNGI_CUTTER", "type": "item" }],
713
+ "place": [{ "id": "SKYMART", "type": "npc" }]
714
+ },
715
+ {
716
+ "inputs": [
717
+ { "amount": 1, "id": "FUNGI_CUTTER", "type": "item" },
718
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
719
+ { "amount": 10, "id": "ENCHANTED_HUGE_MUSHROOM_1", "type": "item" },
720
+ { "amount": 10, "id": "ENCHANTED_HUGE_MUSHROOM_2", "type": "item" }
721
+ ],
722
+ "outputs": [{ "amount": 1, "id": "FUNGI_CUTTER_2", "type": "item" }],
723
+ "place": [
724
+ {
725
+ "grid": [
726
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
727
+ { "amount": 5, "id": "ENCHANTED_HUGE_MUSHROOM_1", "type": "item" },
728
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
729
+ { "amount": 5, "id": "ENCHANTED_HUGE_MUSHROOM_2", "type": "item" },
730
+ { "amount": 1, "id": "FUNGI_CUTTER", "type": "item" },
731
+ { "amount": 5, "id": "ENCHANTED_HUGE_MUSHROOM_2", "type": "item" },
732
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
733
+ { "amount": 5, "id": "ENCHANTED_HUGE_MUSHROOM_1", "type": "item" },
734
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" }
735
+ ],
736
+ "type": "workbench"
737
+ }
738
+ ]
739
+ },
740
+ {
741
+ "inputs": [
742
+ { "amount": 1, "id": "FUNGI_CUTTER_2", "type": "item" },
743
+ { "amount": 256, "id": "JACOBS_TICKET", "type": "item" },
744
+ { "amount": 40, "id": "ENCHANTED_HUGE_MUSHROOM_1", "type": "item" },
745
+ { "amount": 40, "id": "ENCHANTED_HUGE_MUSHROOM_2", "type": "item" }
746
+ ],
747
+ "outputs": [{ "amount": 1, "id": "FUNGI_CUTTER_3", "type": "item" }],
748
+ "place": [
749
+ {
750
+ "grid": [
751
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
752
+ { "amount": 20, "id": "ENCHANTED_HUGE_MUSHROOM_1", "type": "item" },
753
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
754
+ { "amount": 20, "id": "ENCHANTED_HUGE_MUSHROOM_2", "type": "item" },
755
+ { "amount": 1, "id": "FUNGI_CUTTER_2", "type": "item" },
756
+ { "amount": 20, "id": "ENCHANTED_HUGE_MUSHROOM_2", "type": "item" },
757
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
758
+ { "amount": 20, "id": "ENCHANTED_HUGE_MUSHROOM_1", "type": "item" },
759
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" }
760
+ ],
761
+ "type": "workbench"
762
+ }
763
+ ]
764
+ },
765
+ {
766
+ "inputs": [{ "amount": 250, "id": "copper", "type": "currency" }],
767
+ "outputs": [
768
+ { "amount": 1, "id": "THEORETICAL_HOE_WARTS_1", "type": "item" }
769
+ ],
770
+ "place": [{ "id": "SKYMART", "type": "npc" }]
771
+ },
772
+ {
773
+ "inputs": [
774
+ { "amount": 1, "id": "THEORETICAL_HOE_WARTS_1", "type": "item" },
775
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
776
+ { "amount": 60, "id": "MUTANT_NETHER_STALK", "type": "item" }
777
+ ],
778
+ "outputs": [
779
+ { "amount": 1, "id": "THEORETICAL_HOE_WARTS_2", "type": "item" }
780
+ ],
781
+ "place": [
782
+ {
783
+ "grid": [
784
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
785
+ { "amount": 15, "id": "MUTANT_NETHER_STALK", "type": "item" },
786
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
787
+ { "amount": 15, "id": "MUTANT_NETHER_STALK", "type": "item" },
788
+ { "amount": 1, "id": "THEORETICAL_HOE_WARTS_1", "type": "item" },
789
+ { "amount": 15, "id": "MUTANT_NETHER_STALK", "type": "item" },
790
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
791
+ { "amount": 15, "id": "MUTANT_NETHER_STALK", "type": "item" },
792
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" }
793
+ ],
794
+ "type": "workbench"
795
+ }
796
+ ]
797
+ },
798
+ {
799
+ "inputs": [
800
+ { "amount": 1, "id": "THEORETICAL_HOE_WARTS_2", "type": "item" },
801
+ { "amount": 256, "id": "JACOBS_TICKET", "type": "item" },
802
+ { "amount": 240, "id": "MUTANT_NETHER_STALK", "type": "item" }
803
+ ],
804
+ "outputs": [
805
+ { "amount": 1, "id": "THEORETICAL_HOE_WARTS_3", "type": "item" }
806
+ ],
807
+ "place": [
808
+ {
809
+ "grid": [
810
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
811
+ { "amount": 60, "id": "MUTANT_NETHER_STALK", "type": "item" },
812
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
813
+ { "amount": 60, "id": "MUTANT_NETHER_STALK", "type": "item" },
814
+ { "amount": 1, "id": "THEORETICAL_HOE_WARTS_2", "type": "item" },
815
+ { "amount": 60, "id": "MUTANT_NETHER_STALK", "type": "item" },
816
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
817
+ { "amount": 60, "id": "MUTANT_NETHER_STALK", "type": "item" },
818
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" }
819
+ ],
820
+ "type": "workbench"
821
+ }
822
+ ]
823
+ },
824
+ {
825
+ "inputs": [{ "amount": 250, "id": "copper", "type": "currency" }],
826
+ "outputs": [
827
+ { "amount": 1, "id": "THEORETICAL_HOE_SUNFLOWER_1", "type": "item" }
828
+ ],
829
+ "place": [{ "id": "SKYMART", "type": "npc" }]
830
+ },
831
+ {
832
+ "inputs": [
833
+ { "amount": 1, "id": "THEORETICAL_HOE_SUNFLOWER_1", "type": "item" },
834
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
835
+ { "amount": 20, "id": "COMPACTED_MOONFLOWER", "type": "item" },
836
+ { "amount": 20, "id": "COMPACTED_SUNFLOWER", "type": "item" }
837
+ ],
838
+ "outputs": [
839
+ { "amount": 1, "id": "THEORETICAL_HOE_SUNFLOWER_2", "type": "item" }
840
+ ],
841
+ "place": [
842
+ {
843
+ "grid": [
844
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
845
+ { "amount": 10, "id": "COMPACTED_MOONFLOWER", "type": "item" },
846
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
847
+ { "amount": 10, "id": "COMPACTED_SUNFLOWER", "type": "item" },
848
+ {
849
+ "amount": 1,
850
+ "id": "THEORETICAL_HOE_SUNFLOWER_1",
851
+ "type": "item"
852
+ },
853
+ { "amount": 10, "id": "COMPACTED_SUNFLOWER", "type": "item" },
854
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
855
+ { "amount": 10, "id": "COMPACTED_MOONFLOWER", "type": "item" },
856
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" }
857
+ ],
858
+ "type": "workbench"
859
+ }
860
+ ]
861
+ },
862
+ {
863
+ "inputs": [
864
+ { "amount": 1, "id": "THEORETICAL_HOE_SUNFLOWER_2", "type": "item" },
865
+ { "amount": 256, "id": "JACOBS_TICKET", "type": "item" },
866
+ { "amount": 80, "id": "COMPACTED_MOONFLOWER", "type": "item" },
867
+ { "amount": 80, "id": "COMPACTED_SUNFLOWER", "type": "item" }
868
+ ],
869
+ "outputs": [
870
+ { "amount": 1, "id": "THEORETICAL_HOE_SUNFLOWER_3", "type": "item" }
871
+ ],
872
+ "place": [
873
+ {
874
+ "grid": [
875
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
876
+ { "amount": 40, "id": "COMPACTED_MOONFLOWER", "type": "item" },
877
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
878
+ { "amount": 40, "id": "COMPACTED_SUNFLOWER", "type": "item" },
879
+ {
880
+ "amount": 1,
881
+ "id": "THEORETICAL_HOE_SUNFLOWER_2",
882
+ "type": "item"
883
+ },
884
+ { "amount": 40, "id": "COMPACTED_SUNFLOWER", "type": "item" },
885
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
886
+ { "amount": 40, "id": "COMPACTED_MOONFLOWER", "type": "item" },
887
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" }
888
+ ],
889
+ "type": "workbench"
890
+ }
891
+ ]
892
+ },
893
+ {
894
+ "inputs": [{ "amount": 250, "id": "copper", "type": "currency" }],
895
+ "outputs": [
896
+ { "amount": 1, "id": "THEORETICAL_HOE_WILD_ROSE_1", "type": "item" }
897
+ ],
898
+ "place": [{ "id": "SKYMART", "type": "npc" }]
899
+ },
900
+ {
901
+ "inputs": [
902
+ { "amount": 1, "id": "THEORETICAL_HOE_WILD_ROSE_1", "type": "item" },
903
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
904
+ { "amount": 40, "id": "COMPACTED_WILD_ROSE", "type": "item" }
905
+ ],
906
+ "outputs": [
907
+ { "amount": 1, "id": "THEORETICAL_HOE_WILD_ROSE_2", "type": "item" }
908
+ ],
909
+ "place": [
910
+ {
911
+ "grid": [
912
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
913
+ { "amount": 10, "id": "COMPACTED_WILD_ROSE", "type": "item" },
914
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
915
+ { "amount": 10, "id": "COMPACTED_WILD_ROSE", "type": "item" },
916
+ {
917
+ "amount": 1,
918
+ "id": "THEORETICAL_HOE_WILD_ROSE_1",
919
+ "type": "item"
920
+ },
921
+ { "amount": 10, "id": "COMPACTED_WILD_ROSE", "type": "item" },
922
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" },
923
+ { "amount": 10, "id": "COMPACTED_WILD_ROSE", "type": "item" },
924
+ { "amount": 16, "id": "JACOBS_TICKET", "type": "item" }
925
+ ],
926
+ "type": "workbench"
927
+ }
928
+ ]
929
+ },
930
+ {
931
+ "inputs": [
932
+ { "amount": 1, "id": "THEORETICAL_HOE_WILD_ROSE_2", "type": "item" },
933
+ { "amount": 256, "id": "JACOBS_TICKET", "type": "item" },
934
+ { "amount": 160, "id": "COMPACTED_WILD_ROSE", "type": "item" }
935
+ ],
936
+ "outputs": [
937
+ { "amount": 1, "id": "THEORETICAL_HOE_WILD_ROSE_3", "type": "item" }
938
+ ],
939
+ "place": [
940
+ {
941
+ "grid": [
942
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
943
+ { "amount": 40, "id": "COMPACTED_WILD_ROSE", "type": "item" },
944
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
945
+ { "amount": 40, "id": "COMPACTED_WILD_ROSE", "type": "item" },
946
+ {
947
+ "amount": 1,
948
+ "id": "THEORETICAL_HOE_WILD_ROSE_2",
949
+ "type": "item"
950
+ },
951
+ { "amount": 40, "id": "COMPACTED_WILD_ROSE", "type": "item" },
952
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" },
953
+ { "amount": 40, "id": "COMPACTED_WILD_ROSE", "type": "item" },
954
+ { "amount": 64, "id": "JACOBS_TICKET", "type": "item" }
955
+ ],
956
+ "type": "workbench"
957
+ }
958
+ ]
959
+ },
960
+ {
961
+ "inputs": [{ "amount": 500, "id": "copper", "type": "currency" }],
962
+ "outputs": [{ "amount": 1, "id": "FARMING_TOOLKIT", "type": "item" }],
963
+ "place": [{ "id": "SKYMART", "type": "npc" }]
964
+ },
965
+ {
966
+ "inputs": [{ "amount": 1000, "id": "copper", "type": "currency" }],
967
+ "outputs": [
968
+ { "amount": 1, "id": "TRADING_POST_BARN_SKIN", "type": "item" }
969
+ ],
970
+ "place": [{ "id": "SKYMART", "type": "npc" }]
971
+ },
972
+ {
973
+ "inputs": [{ "amount": 2000, "id": "copper", "type": "currency" }],
974
+ "outputs": [
975
+ { "amount": 1, "id": "AUTUMN_HUT_BARN_SKIN", "type": "item" }
976
+ ],
977
+ "place": [{ "id": "SKYMART", "type": "npc" }]
978
+ },
979
+ {
980
+ "inputs": [{ "amount": 7500, "id": "copper", "type": "currency" }],
981
+ "outputs": [{ "amount": 1, "id": "BAMBOO_BARN_SKIN", "type": "item" }],
982
+ "place": [{ "id": "SKYMART", "type": "npc" }]
983
+ },
984
+ {
985
+ "inputs": [{ "amount": 10000, "id": "copper", "type": "currency" }],
986
+ "outputs": [{ "amount": 1, "id": "HIVE_BARN_SKIN", "type": "item" }],
987
+ "place": [{ "id": "SKYMART", "type": "npc" }]
988
+ },
989
+ {
990
+ "inputs": [{ "amount": 15000, "id": "copper", "type": "currency" }],
991
+ "outputs": [{ "amount": 1, "id": "CASTLE_BARN_SKIN", "type": "item" }],
992
+ "place": [{ "id": "SKYMART", "type": "npc" }]
993
+ },
994
+ {
995
+ "inputs": [{ "amount": 250, "id": "gem", "type": "currency" }],
996
+ "outputs": [{ "amount": 1, "id": "CUBE_BARN_SKIN", "type": "item" }],
997
+ "place": [{ "id": "SKYMART", "type": "npc" }]
998
+ },
999
+ {
1000
+ "inputs": [{ "amount": 250, "id": "gem", "type": "currency" }],
1001
+ "outputs": [
1002
+ { "amount": 1, "id": "COZY_COTTAGE_BARN_SKIN", "type": "item" }
1003
+ ],
1004
+ "place": [{ "id": "SKYMART", "type": "npc" }]
1005
+ },
1006
+ {
1007
+ "inputs": [{ "amount": 250, "id": "gem", "type": "currency" }],
1008
+ "outputs": [{ "amount": 1, "id": "WINDMILL_BARN_SKIN", "type": "item" }],
1009
+ "place": [{ "id": "SKYMART", "type": "npc" }]
1010
+ },
1011
+ {
1012
+ "inputs": [{ "amount": 250, "id": "gem", "type": "currency" }],
1013
+ "outputs": [{ "amount": 1, "id": "TAVERN_BARN_SKIN", "type": "item" }],
1014
+ "place": [{ "id": "SKYMART", "type": "npc" }]
1015
+ },
1016
+ {
1017
+ "inputs": [{ "amount": 950, "id": "gem", "type": "currency" }],
1018
+ "outputs": [{ "amount": 1, "id": "SF:MELON_BARN_SKIN", "type": "item" }],
1019
+ "place": [{ "id": "SKYMART", "type": "npc" }]
1020
+ },
1021
+ {
1022
+ "inputs": [{ "amount": 950, "id": "gem", "type": "currency" }],
1023
+ "outputs": [{ "amount": 1, "id": "SF:LUCKY_BARN_SKIN", "type": "item" }],
1024
+ "place": [{ "id": "SKYMART", "type": "npc" }]
1025
+ },
1026
+ {
1027
+ "inputs": [{ "amount": 250, "id": "gem", "type": "currency" }],
1028
+ "outputs": [
1029
+ { "amount": 1, "id": "COUNTRY_GREENHOUSE_SKIN", "type": "item" }
1030
+ ],
1031
+ "place": [{ "id": "SKYMART", "type": "npc" }]
1032
+ },
1033
+ {
1034
+ "inputs": [{ "amount": 400, "id": "gem", "type": "currency" }],
1035
+ "outputs": [
1036
+ { "amount": 1, "id": "MOON_GREENHOUSE_SKIN", "type": "item" }
1037
+ ],
1038
+ "place": [{ "id": "SKYMART", "type": "npc" }]
1039
+ },
1040
+ {
1041
+ "inputs": [{ "amount": 3000, "id": "copper", "type": "currency" }],
1042
+ "outputs": [
1043
+ { "amount": 1, "id": "ORCHARD_GREENHOUSE_SKIN", "type": "item" }
1044
+ ],
1045
+ "place": [{ "id": "SKYMART", "type": "npc" }]
1046
+ },
1047
+ {
1048
+ "inputs": [{ "amount": 5000, "id": "copper", "type": "currency" }],
1049
+ "outputs": [
1050
+ { "amount": 1, "id": "BOTANICAL_GREENHOUSE_SKIN", "type": "item" }
1051
+ ],
1052
+ "place": [{ "id": "SKYMART", "type": "npc" }]
1053
+ },
1054
+ {
1055
+ "inputs": [{ "amount": 20000, "id": "coin", "type": "currency" }],
1056
+ "outputs": [{ "amount": 1, "id": "PORTABLE_WASHER", "type": "item" }],
1057
+ "place": [{ "id": "SKYMART", "type": "npc" }]
1058
+ },
1059
+ {
1060
+ "inputs": [{ "amount": 5000, "id": "coin", "type": "currency" }],
1061
+ "outputs": [{ "amount": 1, "id": "SKYMART_VACUUM", "type": "item" }],
1062
+ "place": [{ "id": "SKYMART", "type": "npc" }]
1063
+ },
1064
+ {
1065
+ "inputs": [
1066
+ { "amount": 1, "id": "SKYMART_VACUUM", "type": "item" },
1067
+ { "amount": 200, "id": "copper", "type": "currency" }
1068
+ ],
1069
+ "outputs": [
1070
+ { "amount": 1, "id": "SKYMART_TURBO_VACUUM", "type": "item" }
1071
+ ],
1072
+ "place": [{ "id": "SKYMART", "type": "npc" }]
1073
+ },
1074
+ {
1075
+ "inputs": [
1076
+ { "amount": 1, "id": "SKYMART_TURBO_VACUUM", "type": "item" },
1077
+ { "amount": 500, "id": "copper", "type": "currency" }
1078
+ ],
1079
+ "outputs": [
1080
+ { "amount": 1, "id": "SKYMART_HYPER_VACUUM", "type": "item" }
1081
+ ],
1082
+ "place": [{ "id": "SKYMART", "type": "npc" }]
1083
+ },
1084
+ {
1085
+ "inputs": [
1086
+ { "amount": 1, "id": "SKYMART_HYPER_VACUUM", "type": "item" },
1087
+ { "amount": 1000, "id": "copper", "type": "currency" }
1088
+ ],
1089
+ "outputs": [{ "amount": 1, "id": "INFINI_VACUUM", "type": "item" }],
1090
+ "place": [{ "id": "SKYMART", "type": "npc" }]
1091
+ },
1092
+ {
1093
+ "inputs": [
1094
+ { "amount": 1, "id": "CHIRPING_STEREO", "type": "item" },
1095
+ { "amount": 1, "id": "INFINI_VACUUM", "type": "item" },
1096
+ { "amount": 2500, "id": "copper", "type": "currency" }
1097
+ ],
1098
+ "outputs": [
1099
+ { "amount": 1, "id": "INFINI_VACUUM_HOOVERIUS", "type": "item" }
1100
+ ],
1101
+ "place": [{ "id": "SKYMART", "type": "npc" }]
1102
+ },
1103
+ {
1104
+ "inputs": [{ "amount": 25, "id": "copper", "type": "currency" }],
1105
+ "outputs": [{ "amount": 1, "id": "SPRAYONATOR", "type": "item" }],
1106
+ "place": [{ "id": "SKYMART", "type": "npc" }]
1107
+ },
1108
+ {
1109
+ "inputs": [{ "amount": 15, "id": "copper", "type": "currency" }],
1110
+ "outputs": [{ "amount": 1, "id": "PEST_REPELLENT", "type": "item" }],
1111
+ "place": [{ "id": "SKYMART", "type": "npc" }]
1112
+ },
1113
+ {
1114
+ "inputs": [
1115
+ { "amount": 1, "id": "PEST_REPELLENT", "type": "item" },
1116
+ { "amount": 25, "id": "copper", "type": "currency" }
1117
+ ],
1118
+ "outputs": [{ "amount": 1, "id": "PEST_REPELLENT_MAX", "type": "item" }],
1119
+ "place": [{ "id": "SKYMART", "type": "npc" }]
1120
+ }
1121
+ ]
1122
+ }