@skyblock-finance/actions 0.18.1 → 0.19.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,37 @@
1
+ {
2
+ "$schema": "../$schema.json",
3
+ "actions": [
4
+ {
5
+ "inputs": [{ "amount": 50000, "id": "coin", "type": "currency" }],
6
+ "outputs": [{ "amount": 1, "id": "SNORKELING_HELMET", "type": "item" }],
7
+ "place": [{ "id": "NEMO", "type": "npc" }]
8
+ },
9
+ {
10
+ "inputs": [{ "amount": 50000, "id": "coin", "type": "currency" }],
11
+ "outputs": [
12
+ { "amount": 1, "id": "SNORKELING_CHESTPLATE", "type": "item" }
13
+ ],
14
+ "place": [{ "id": "NEMO", "type": "npc" }]
15
+ },
16
+ {
17
+ "inputs": [{ "amount": 50000, "id": "coin", "type": "currency" }],
18
+ "outputs": [{ "amount": 1, "id": "SNORKELING_LEGGINGS", "type": "item" }],
19
+ "place": [{ "id": "NEMO", "type": "npc" }]
20
+ },
21
+ {
22
+ "inputs": [{ "amount": 50000, "id": "coin", "type": "currency" }],
23
+ "outputs": [{ "amount": 1, "id": "SNORKELING_BOOTS", "type": "item" }],
24
+ "place": [{ "id": "NEMO", "type": "npc" }]
25
+ },
26
+ {
27
+ "inputs": [
28
+ { "amount": 4000000, "id": "coin", "type": "currency" },
29
+ { "amount": 32, "id": "SEA_LUMIES", "type": "item" }
30
+ ],
31
+ "outputs": [
32
+ { "amount": 1, "id": "ENCHANTMENT_RESPIRATION_4", "type": "item" }
33
+ ],
34
+ "place": [{ "id": "NEMO", "type": "npc" }]
35
+ }
36
+ ]
37
+ }
@@ -56,52 +56,6 @@
56
56
  ],
57
57
  "place": [{ "id": "SKYMART", "type": "npc" }]
58
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
59
  {
106
60
  "inputs": [{ "amount": 1500, "id": "copper", "type": "currency" }],
107
61
  "outputs": [
@@ -109,98 +63,6 @@
109
63
  ],
110
64
  "place": [{ "id": "SKYMART", "type": "npc" }]
111
65
  },
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
66
  {
205
67
  "inputs": [{ "amount": 50, "id": "copper", "type": "currency" }],
206
68
  "outputs": [{ "amount": 1, "id": "LOTUS_BRACELET", "type": "item" }],
@@ -191,130 +191,6 @@
191
191
  "type": "workbench"
192
192
  }
193
193
  ]
194
- },
195
- {
196
- "inputs": [
197
- {
198
- "amount": 2,
199
- "id": "ENCHANTMENT_ULTIMATE_REFRIGERATE_1",
200
- "type": "item"
201
- }
202
- ],
203
- "outputs": [
204
- {
205
- "amount": 1,
206
- "id": "ENCHANTMENT_ULTIMATE_REFRIGERATE_2",
207
- "type": "item"
208
- }
209
- ],
210
- "place": [
211
- {
212
- "left": {
213
- "amount": 1,
214
- "id": "ENCHANTMENT_ULTIMATE_REFRIGERATE_1",
215
- "type": "item"
216
- },
217
- "right": {
218
- "amount": 1,
219
- "id": "ENCHANTMENT_ULTIMATE_REFRIGERATE_1",
220
- "type": "item"
221
- },
222
- "type": "anvil"
223
- }
224
- ]
225
- },
226
- {
227
- "inputs": [
228
- {
229
- "amount": 2,
230
- "id": "ENCHANTMENT_ULTIMATE_REFRIGERATE_2",
231
- "type": "item"
232
- }
233
- ],
234
- "outputs": [
235
- {
236
- "amount": 1,
237
- "id": "ENCHANTMENT_ULTIMATE_REFRIGERATE_3",
238
- "type": "item"
239
- }
240
- ],
241
- "place": [
242
- {
243
- "left": {
244
- "amount": 1,
245
- "id": "ENCHANTMENT_ULTIMATE_REFRIGERATE_2",
246
- "type": "item"
247
- },
248
- "right": {
249
- "amount": 1,
250
- "id": "ENCHANTMENT_ULTIMATE_REFRIGERATE_2",
251
- "type": "item"
252
- },
253
- "type": "anvil"
254
- }
255
- ]
256
- },
257
- {
258
- "inputs": [
259
- {
260
- "amount": 2,
261
- "id": "ENCHANTMENT_ULTIMATE_REFRIGERATE_3",
262
- "type": "item"
263
- }
264
- ],
265
- "outputs": [
266
- {
267
- "amount": 1,
268
- "id": "ENCHANTMENT_ULTIMATE_REFRIGERATE_4",
269
- "type": "item"
270
- }
271
- ],
272
- "place": [
273
- {
274
- "left": {
275
- "amount": 1,
276
- "id": "ENCHANTMENT_ULTIMATE_REFRIGERATE_3",
277
- "type": "item"
278
- },
279
- "right": {
280
- "amount": 1,
281
- "id": "ENCHANTMENT_ULTIMATE_REFRIGERATE_3",
282
- "type": "item"
283
- },
284
- "type": "anvil"
285
- }
286
- ]
287
- },
288
- {
289
- "inputs": [
290
- {
291
- "amount": 2,
292
- "id": "ENCHANTMENT_ULTIMATE_REFRIGERATE_4",
293
- "type": "item"
294
- }
295
- ],
296
- "outputs": [
297
- {
298
- "amount": 1,
299
- "id": "ENCHANTMENT_ULTIMATE_REFRIGERATE_5",
300
- "type": "item"
301
- }
302
- ],
303
- "place": [
304
- {
305
- "left": {
306
- "amount": 1,
307
- "id": "ENCHANTMENT_ULTIMATE_REFRIGERATE_4",
308
- "type": "item"
309
- },
310
- "right": {
311
- "amount": 1,
312
- "id": "ENCHANTMENT_ULTIMATE_REFRIGERATE_4",
313
- "type": "item"
314
- },
315
- "type": "anvil"
316
- }
317
- ]
318
194
  }
319
195
  ]
320
196
  }