@skyblock-finance/actions 0.4.0 → 0.5.0

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