@skyblock-finance/actions 0.0.2 → 0.0.4

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/data/$schema.json CHANGED
@@ -8,12 +8,15 @@
8
8
  "amount": {
9
9
  "type": "number"
10
10
  },
11
- "type": {
12
- "enum": ["bit", "coin", "mote", "north-star"],
11
+ "id": {
12
+ "enum": ["bit", "coin", "gem", "mote", "north-star", "usd"],
13
13
  "type": "string"
14
+ },
15
+ "type": {
16
+ "const": "currency"
14
17
  }
15
18
  },
16
- "required": ["amount", "type"]
19
+ "required": ["amount", "id", "type"]
17
20
  },
18
21
  "itemAction": {
19
22
  "additionalProperties": false,
@@ -76,6 +79,32 @@
76
79
  "required": ["id", "type"],
77
80
  "type": "object"
78
81
  },
82
+ {
83
+ "additionalProperties": false,
84
+ "properties": {
85
+ "id": {
86
+ "type": "string"
87
+ },
88
+ "type": {
89
+ "const": "npc"
90
+ }
91
+ },
92
+ "required": ["id", "type"],
93
+ "type": "object"
94
+ },
95
+ {
96
+ "additionalProperties": false,
97
+ "properties": {
98
+ "type": {
99
+ "const": "website"
100
+ },
101
+ "url": {
102
+ "type": "string"
103
+ }
104
+ },
105
+ "required": ["type", "url"],
106
+ "type": "object"
107
+ },
79
108
  {
80
109
  "additionalProperties": false,
81
110
  "properties": {
@@ -96,19 +125,6 @@
96
125
  },
97
126
  "required": ["type"],
98
127
  "type": "object"
99
- },
100
- {
101
- "additionalProperties": false,
102
- "properties": {
103
- "id": {
104
- "type": "string"
105
- },
106
- "type": {
107
- "const": "npc"
108
- }
109
- },
110
- "required": ["id", "type"],
111
- "type": "object"
112
128
  }
113
129
  ],
114
130
  "type": "object"
@@ -35,6 +35,40 @@
35
35
  }
36
36
  ]
37
37
  },
38
+ {
39
+ "inputs": [{ "amount": 160, "id": "COAL", "type": "item" }],
40
+ "outputs": [{ "amount": 1, "id": "ENCHANTED_COAL", "type": "item" }],
41
+ "place": [
42
+ {
43
+ "grid": [
44
+ { "amount": 64, "id": "COAL", "type": "item" },
45
+ { "amount": 64, "id": "COAL", "type": "item" },
46
+ { "amount": 32, "id": "COAL", "type": "item" },
47
+ null,
48
+ null,
49
+ null,
50
+ null,
51
+ null,
52
+ null
53
+ ],
54
+ "type": "workbench"
55
+ },
56
+ {
57
+ "grid": [
58
+ null,
59
+ { "amount": 32, "id": "COAL", "type": "item" },
60
+ null,
61
+ { "amount": 32, "id": "COAL", "type": "item" },
62
+ { "amount": 32, "id": "COAL", "type": "item" },
63
+ { "amount": 32, "id": "COAL", "type": "item" },
64
+ null,
65
+ { "amount": 32, "id": "COAL", "type": "item" },
66
+ null
67
+ ],
68
+ "type": "workbench"
69
+ }
70
+ ]
71
+ },
38
72
  {
39
73
  "inputs": [{ "amount": 160, "id": "ENCHANTED_COAL", "type": "item" }],
40
74
  "outputs": [
@@ -320,7 +354,7 @@
320
354
  ]
321
355
  },
322
356
  {
323
- "inputs": [{ "amount": 15, "type": "coin" }],
357
+ "inputs": [{ "amount": 15, "id": "coin", "type": "currency" }],
324
358
  "outputs": [{ "amount": 1, "id": "GOLDEN_CARROT", "type": "item" }],
325
359
  "place": [{ "id": "ALCHEMIST", "type": "npc" }]
326
360
  },
package/data/bits.json CHANGED
@@ -2,248 +2,248 @@
2
2
  "$schema": "./$schema.json",
3
3
  "actions": [
4
4
  {
5
- "inputs": [{ "amount": 1500, "type": "bit" }],
5
+ "inputs": [{ "amount": 1500, "id": "bit", "type": "currency" }],
6
6
  "outputs": [{ "amount": 1, "id": "GOD_POTION_2", "type": "item" }],
7
7
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
8
8
  },
9
9
  {
10
- "inputs": [{ "amount": 1350, "type": "bit" }],
10
+ "inputs": [{ "amount": 1350, "id": "bit", "type": "currency" }],
11
11
  "outputs": [{ "amount": 1, "id": "KISMET_FEATHER", "type": "item" }],
12
12
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
13
13
  },
14
14
  {
15
- "inputs": [{ "amount": 500, "type": "bit" }],
15
+ "inputs": [{ "amount": 500, "id": "bit", "type": "currency" }],
16
16
  "outputs": [{ "amount": 1, "id": "KAT_FLOWER", "type": "item" }],
17
17
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
18
18
  },
19
19
  {
20
- "inputs": [{ "amount": 2500, "type": "bit" }],
20
+ "inputs": [{ "amount": 2500, "id": "bit", "type": "currency" }],
21
21
  "outputs": [{ "amount": 1, "id": "KAT_BOUQUET", "type": "item" }],
22
22
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
23
23
  },
24
24
  {
25
- "inputs": [{ "amount": 3000, "type": "bit" }],
25
+ "inputs": [{ "amount": 3000, "id": "bit", "type": "currency" }],
26
26
  "outputs": [{ "amount": 1, "id": "HEAT_CORE", "type": "item" }],
27
27
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
28
28
  },
29
29
  {
30
- "inputs": [{ "amount": 300, "type": "bit" }],
30
+ "inputs": [{ "amount": 300, "id": "bit", "type": "currency" }],
31
31
  "outputs": [
32
32
  { "amount": 1, "id": "HYPER_CATALYST_UPGRADE", "type": "item" }
33
33
  ],
34
34
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
35
35
  },
36
36
  {
37
- "inputs": [{ "amount": 8000, "type": "bit" }],
37
+ "inputs": [{ "amount": 8000, "id": "bit", "type": "currency" }],
38
38
  "outputs": [
39
39
  { "amount": 1, "id": "ULTIMATE_CARROT_CANDY_UPGRADE", "type": "item" }
40
40
  ],
41
41
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
42
42
  },
43
43
  {
44
- "inputs": [{ "amount": 1200, "type": "bit" }],
44
+ "inputs": [{ "amount": 1200, "id": "bit", "type": "currency" }],
45
45
  "outputs": [
46
46
  { "amount": 1, "id": "COLOSSAL_EXP_BOTTLE_UPGRADE", "type": "item" }
47
47
  ],
48
48
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
49
49
  },
50
50
  {
51
- "inputs": [{ "amount": 4000, "type": "bit" }],
51
+ "inputs": [{ "amount": 4000, "id": "bit", "type": "currency" }],
52
52
  "outputs": [
53
53
  { "amount": 1, "id": "JUMBO_BACKPACK_UPGRADE", "type": "item" }
54
54
  ],
55
55
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
56
56
  },
57
57
  {
58
- "inputs": [{ "amount": 1500, "type": "bit" }],
58
+ "inputs": [{ "amount": 1500, "id": "bit", "type": "currency" }],
59
59
  "outputs": [
60
60
  { "amount": 1, "id": "MINION_STORAGE_EXPANDER", "type": "item" }
61
61
  ],
62
62
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
63
63
  },
64
64
  {
65
- "inputs": [{ "amount": 1200, "type": "bit" }],
65
+ "inputs": [{ "amount": 1200, "id": "bit", "type": "currency" }],
66
66
  "outputs": [{ "amount": 1, "id": "MATRIARCH_PARFUM", "type": "item" }],
67
67
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
68
68
  },
69
69
  {
70
- "inputs": [{ "amount": 2000, "type": "bit" }],
70
+ "inputs": [{ "amount": 2000, "id": "bit", "type": "currency" }],
71
71
  "outputs": [{ "amount": 1, "id": "HOLOGRAM", "type": "item" }],
72
72
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
73
73
  },
74
74
  {
75
- "inputs": [{ "amount": 2000, "type": "bit" }],
75
+ "inputs": [{ "amount": 2000, "id": "bit", "type": "currency" }],
76
76
  "outputs": [{ "amount": 1, "id": "DITTO_BLOB", "type": "item" }],
77
77
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
78
78
  },
79
79
  {
80
- "inputs": [{ "amount": 12000, "type": "bit" }],
80
+ "inputs": [{ "amount": 12000, "id": "bit", "type": "currency" }],
81
81
  "outputs": [{ "amount": 1, "id": "BUILDERS_WAND", "type": "item" }],
82
82
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
83
83
  },
84
84
  {
85
- "inputs": [{ "amount": 5000, "type": "bit" }],
85
+ "inputs": [{ "amount": 5000, "id": "bit", "type": "currency" }],
86
86
  "outputs": [{ "amount": 1, "id": "BLOCK_ZAPPER", "type": "item" }],
87
87
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
88
88
  },
89
89
  {
90
- "inputs": [{ "amount": 15000, "type": "bit" }],
90
+ "inputs": [{ "amount": 15000, "id": "bit", "type": "currency" }],
91
91
  "outputs": [{ "amount": 1, "id": "BITS_TALISMAN", "type": "item" }],
92
92
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
93
93
  },
94
94
  {
95
- "inputs": [{ "amount": 8000, "type": "bit" }],
95
+ "inputs": [{ "amount": 8000, "id": "bit", "type": "currency" }],
96
96
  "outputs": [
97
97
  { "amount": 1, "id": "POCKET_SACK_IN_A_SACK", "type": "item" }
98
98
  ],
99
99
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
100
100
  },
101
101
  {
102
- "inputs": [{ "amount": 14000, "type": "bit" }],
102
+ "inputs": [{ "amount": 14000, "id": "bit", "type": "currency" }],
103
103
  "outputs": [{ "amount": 1, "id": "LARGE_DUNGEON_SACK", "type": "item" }],
104
104
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
105
105
  },
106
106
  {
107
- "inputs": [{ "amount": 14000, "type": "bit" }],
107
+ "inputs": [{ "amount": 14000, "id": "bit", "type": "currency" }],
108
108
  "outputs": [{ "amount": 1, "id": "RUNE_SACK", "type": "item" }],
109
109
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
110
110
  },
111
111
  {
112
- "inputs": [{ "amount": 14000, "type": "bit" }],
112
+ "inputs": [{ "amount": 14000, "id": "bit", "type": "currency" }],
113
113
  "outputs": [{ "amount": 1, "id": "FLOWER_SACK", "type": "item" }],
114
114
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
115
115
  },
116
116
  {
117
- "inputs": [{ "amount": 14000, "type": "bit" }],
117
+ "inputs": [{ "amount": 14000, "id": "bit", "type": "currency" }],
118
118
  "outputs": [{ "amount": 1, "id": "DWARVEN_MINES_SACK", "type": "item" }],
119
119
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
120
120
  },
121
121
  {
122
- "inputs": [{ "amount": 14000, "type": "bit" }],
122
+ "inputs": [{ "amount": 14000, "id": "bit", "type": "currency" }],
123
123
  "outputs": [
124
124
  { "amount": 1, "id": "CRYSTAL_HOLLOWS_SACK", "type": "item" }
125
125
  ],
126
126
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
127
127
  },
128
128
  {
129
- "inputs": [{ "amount": 4800, "type": "bit" }],
129
+ "inputs": [{ "amount": 4800, "id": "bit", "type": "currency" }],
130
130
  "outputs": [{ "amount": 1, "id": "PORTALIZER", "type": "item" }],
131
131
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
132
132
  },
133
133
  {
134
- "inputs": [{ "amount": 6450, "type": "bit" }],
134
+ "inputs": [{ "amount": 6450, "id": "bit", "type": "currency" }],
135
135
  "outputs": [{ "amount": 1, "id": "TRIO_CONTACTS_ADDON", "type": "item" }],
136
136
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
137
137
  },
138
138
  {
139
- "inputs": [{ "amount": 15000, "type": "bit" }],
139
+ "inputs": [{ "amount": 15000, "id": "bit", "type": "currency" }],
140
140
  "outputs": [{ "amount": 1, "id": "ABICASE", "type": "item" }],
141
141
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
142
142
  },
143
143
  {
144
- "inputs": [{ "amount": 25000, "type": "bit" }],
144
+ "inputs": [{ "amount": 25000, "id": "bit", "type": "currency" }],
145
145
  "outputs": [{ "amount": 1, "id": "ABICASE", "type": "item" }],
146
146
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
147
147
  },
148
148
  {
149
- "inputs": [{ "amount": 26000, "type": "bit" }],
149
+ "inputs": [{ "amount": 26000, "id": "bit", "type": "currency" }],
150
150
  "outputs": [{ "amount": 1, "id": "ABICASE", "type": "item" }],
151
151
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
152
152
  },
153
153
  {
154
- "inputs": [{ "amount": 17000, "type": "bit" }],
154
+ "inputs": [{ "amount": 17000, "id": "bit", "type": "currency" }],
155
155
  "outputs": [{ "amount": 1, "id": "ABICASE", "type": "item" }],
156
156
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
157
157
  },
158
158
  {
159
- "inputs": [{ "amount": 17000, "type": "bit" }],
159
+ "inputs": [{ "amount": 17000, "id": "bit", "type": "currency" }],
160
160
  "outputs": [{ "amount": 1, "id": "ABICASE", "type": "item" }],
161
161
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
162
162
  },
163
163
  {
164
- "inputs": [{ "amount": 17000, "type": "bit" }],
164
+ "inputs": [{ "amount": 17000, "id": "bit", "type": "currency" }],
165
165
  "outputs": [{ "amount": 1, "id": "ABICASE", "type": "item" }],
166
166
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
167
167
  },
168
168
  {
169
- "inputs": [{ "amount": 17000, "type": "bit" }],
169
+ "inputs": [{ "amount": 17000, "id": "bit", "type": "currency" }],
170
170
  "outputs": [{ "amount": 1, "id": "ABICASE", "type": "item" }],
171
171
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
172
172
  },
173
173
  {
174
- "inputs": [{ "amount": 17000, "type": "bit" }],
174
+ "inputs": [{ "amount": 17000, "id": "bit", "type": "currency" }],
175
175
  "outputs": [{ "amount": 1, "id": "ABICASE", "type": "item" }],
176
176
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
177
177
  },
178
178
  {
179
- "inputs": [{ "amount": 21000, "type": "bit" }],
179
+ "inputs": [{ "amount": 21000, "id": "bit", "type": "currency" }],
180
180
  "outputs": [{ "amount": 1, "id": "AUTOPET_RULES_2", "type": "item" }],
181
181
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
182
182
  },
183
183
  {
184
- "inputs": [{ "amount": 250000, "type": "bit" }],
184
+ "inputs": [{ "amount": 250000, "id": "bit", "type": "currency" }],
185
185
  "outputs": [{ "amount": 1, "id": "DYE_PURE_WHITE", "type": "item" }],
186
186
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
187
187
  },
188
188
  {
189
- "inputs": [{ "amount": 250000, "type": "bit" }],
189
+ "inputs": [{ "amount": 250000, "id": "bit", "type": "currency" }],
190
190
  "outputs": [{ "amount": 1, "id": "DYE_PURE_BLACK", "type": "item" }],
191
191
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
192
192
  },
193
193
  {
194
- "inputs": [{ "amount": 75, "type": "bit" }],
194
+ "inputs": [{ "amount": 75, "id": "bit", "type": "currency" }],
195
195
  "outputs": [{ "amount": 1, "id": "INFERNO_FUEL_BLOCK", "type": "item" }],
196
196
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
197
197
  },
198
198
  {
199
- "inputs": [{ "amount": 3600, "type": "bit" }],
199
+ "inputs": [{ "amount": 3600, "id": "bit", "type": "currency" }],
200
200
  "outputs": [{ "amount": 64, "id": "INFERNO_FUEL_BLOCK", "type": "item" }],
201
201
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
202
202
  },
203
203
  {
204
- "inputs": [{ "amount": 4000, "type": "bit" }],
204
+ "inputs": [{ "amount": 4000, "id": "bit", "type": "currency" }],
205
205
  "outputs": [
206
206
  { "amount": 1, "id": "ENCHANTMENT_EXPERTISE_1", "type": "item" }
207
207
  ],
208
208
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
209
209
  },
210
210
  {
211
- "inputs": [{ "amount": 4000, "type": "bit" }],
211
+ "inputs": [{ "amount": 4000, "id": "bit", "type": "currency" }],
212
212
  "outputs": [
213
213
  { "amount": 1, "id": "ENCHANTMENT_COMPACT_1", "type": "item" }
214
214
  ],
215
215
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
216
216
  },
217
217
  {
218
- "inputs": [{ "amount": 4000, "type": "bit" }],
218
+ "inputs": [{ "amount": 4000, "id": "bit", "type": "currency" }],
219
219
  "outputs": [
220
220
  { "amount": 1, "id": "ENCHANTMENT_CULTIVATING_1", "type": "item" }
221
221
  ],
222
222
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
223
223
  },
224
224
  {
225
- "inputs": [{ "amount": 4000, "type": "bit" }],
225
+ "inputs": [{ "amount": 4000, "id": "bit", "type": "currency" }],
226
226
  "outputs": [
227
227
  { "amount": 1, "id": "ENCHANTMENT_CHAMPION_1", "type": "item" }
228
228
  ],
229
229
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
230
230
  },
231
231
  {
232
- "inputs": [{ "amount": 6000, "type": "bit" }],
232
+ "inputs": [{ "amount": 6000, "id": "bit", "type": "currency" }],
233
233
  "outputs": [
234
234
  { "amount": 1, "id": "ENCHANTMENT_HECATOMB_1", "type": "item" }
235
235
  ],
236
236
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
237
237
  },
238
238
  {
239
- "inputs": [{ "amount": 4000, "type": "bit" }],
239
+ "inputs": [{ "amount": 4000, "id": "bit", "type": "currency" }],
240
240
  "outputs": [
241
241
  { "amount": 1, "id": "ENCHANTMENT_TOXOPHILITE_1", "type": "item" }
242
242
  ],
243
243
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
244
244
  },
245
245
  {
246
- "inputs": [{ "amount": 5000, "type": "bit" }],
246
+ "inputs": [{ "amount": 5000, "id": "bit", "type": "currency" }],
247
247
  "outputs": [
248
248
  {
249
249
  "amount": 1,
@@ -254,7 +254,7 @@
254
254
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
255
255
  },
256
256
  {
257
- "inputs": [{ "amount": 5000, "type": "bit" }],
257
+ "inputs": [{ "amount": 5000, "id": "bit", "type": "currency" }],
258
258
  "outputs": [
259
259
  {
260
260
  "amount": 1,
@@ -265,7 +265,7 @@
265
265
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
266
266
  },
267
267
  {
268
- "inputs": [{ "amount": 5000, "type": "bit" }],
268
+ "inputs": [{ "amount": 5000, "id": "bit", "type": "currency" }],
269
269
  "outputs": [
270
270
  {
271
271
  "amount": 1,
@@ -276,28 +276,28 @@
276
276
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
277
277
  },
278
278
  {
279
- "inputs": [{ "amount": 5000, "type": "bit" }],
279
+ "inputs": [{ "amount": 5000, "id": "bit", "type": "currency" }],
280
280
  "outputs": [
281
281
  { "amount": 1, "id": "TALISMAN_ENRICHMENT_DEFENSE", "type": "item" }
282
282
  ],
283
283
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
284
284
  },
285
285
  {
286
- "inputs": [{ "amount": 5000, "type": "bit" }],
286
+ "inputs": [{ "amount": 5000, "id": "bit", "type": "currency" }],
287
287
  "outputs": [
288
288
  { "amount": 1, "id": "TALISMAN_ENRICHMENT_FEROCITY", "type": "item" }
289
289
  ],
290
290
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
291
291
  },
292
292
  {
293
- "inputs": [{ "amount": 5000, "type": "bit" }],
293
+ "inputs": [{ "amount": 5000, "id": "bit", "type": "currency" }],
294
294
  "outputs": [
295
295
  { "amount": 1, "id": "TALISMAN_ENRICHMENT_HEALTH", "type": "item" }
296
296
  ],
297
297
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
298
298
  },
299
299
  {
300
- "inputs": [{ "amount": 5000, "type": "bit" }],
300
+ "inputs": [{ "amount": 5000, "id": "bit", "type": "currency" }],
301
301
  "outputs": [
302
302
  {
303
303
  "amount": 1,
@@ -308,14 +308,14 @@
308
308
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
309
309
  },
310
310
  {
311
- "inputs": [{ "amount": 5000, "type": "bit" }],
311
+ "inputs": [{ "amount": 5000, "id": "bit", "type": "currency" }],
312
312
  "outputs": [
313
313
  { "amount": 1, "id": "TALISMAN_ENRICHMENT_MAGIC_FIND", "type": "item" }
314
314
  ],
315
315
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
316
316
  },
317
317
  {
318
- "inputs": [{ "amount": 5000, "type": "bit" }],
318
+ "inputs": [{ "amount": 5000, "id": "bit", "type": "currency" }],
319
319
  "outputs": [
320
320
  {
321
321
  "amount": 1,
@@ -326,21 +326,21 @@
326
326
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
327
327
  },
328
328
  {
329
- "inputs": [{ "amount": 5000, "type": "bit" }],
329
+ "inputs": [{ "amount": 5000, "id": "bit", "type": "currency" }],
330
330
  "outputs": [
331
331
  { "amount": 1, "id": "TALISMAN_ENRICHMENT_STRENGTH", "type": "item" }
332
332
  ],
333
333
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
334
334
  },
335
335
  {
336
- "inputs": [{ "amount": 5000, "type": "bit" }],
336
+ "inputs": [{ "amount": 5000, "id": "bit", "type": "currency" }],
337
337
  "outputs": [
338
338
  { "amount": 1, "id": "TALISMAN_ENRICHMENT_WALK_SPEED", "type": "item" }
339
339
  ],
340
340
  "place": [{ "id": "ELIZABETH", "type": "npc" }]
341
341
  },
342
342
  {
343
- "inputs": [{ "amount": 200, "type": "bit" }],
343
+ "inputs": [{ "amount": 200, "id": "bit", "type": "currency" }],
344
344
  "outputs": [
345
345
  { "amount": 1, "id": "TALISMAN_ENRICHMENT_SWAPPER", "type": "item" }
346
346
  ],
package/data/gems.json ADDED
@@ -0,0 +1,90 @@
1
+ {
2
+ "$schema": "./$schema.json",
3
+ "actions": [
4
+ {
5
+ "inputs": [{ "amount": 4.99, "id": "usd", "type": "currency" }],
6
+ "outputs": [{ "amount": 675, "id": "gem", "type": "currency" }],
7
+ "place": [
8
+ {
9
+ "id": "ELIZABETH",
10
+ "type": "npc"
11
+ },
12
+ {
13
+ "type": "website",
14
+ "url": "https://store.hypixel.net/category/skyblock-gems"
15
+ }
16
+ ]
17
+ },
18
+ {
19
+ "inputs": [{ "amount": 9.99, "id": "usd", "type": "currency" }],
20
+ "outputs": [{ "amount": 1390, "id": "gem", "type": "currency" }],
21
+ "place": [
22
+ {
23
+ "id": "ELIZABETH",
24
+ "type": "npc"
25
+ },
26
+ {
27
+ "type": "website",
28
+ "url": "https://store.hypixel.net/category/skyblock-gems"
29
+ }
30
+ ]
31
+ },
32
+ {
33
+ "inputs": [{ "amount": 24.99, "id": "usd", "type": "currency" }],
34
+ "outputs": [{ "amount": 3600, "id": "gem", "type": "currency" }],
35
+ "place": [
36
+ {
37
+ "id": "ELIZABETH",
38
+ "type": "npc"
39
+ },
40
+ {
41
+ "type": "website",
42
+ "url": "https://store.hypixel.net/category/skyblock-gems"
43
+ }
44
+ ]
45
+ },
46
+ {
47
+ "inputs": [{ "amount": 49.99, "id": "usd", "type": "currency" }],
48
+ "outputs": [{ "amount": 7300, "id": "gem", "type": "currency" }],
49
+ "place": [
50
+ {
51
+ "id": "ELIZABETH",
52
+ "type": "npc"
53
+ },
54
+ {
55
+ "type": "website",
56
+ "url": "https://store.hypixel.net/category/skyblock-gems"
57
+ }
58
+ ]
59
+ },
60
+ {
61
+ "inputs": [{ "amount": 99.99, "id": "usd", "type": "currency" }],
62
+ "outputs": [{ "amount": 16400, "id": "gem", "type": "currency" }],
63
+ "place": [
64
+ {
65
+ "id": "ELIZABETH",
66
+ "type": "npc"
67
+ },
68
+ {
69
+ "type": "website",
70
+ "url": "https://store.hypixel.net/category/skyblock-gems"
71
+ }
72
+ ]
73
+ },
74
+ {
75
+ "inputs": [{ "amount": 325, "id": "gem", "type": "currency" }],
76
+ "outputs": [{ "amount": 1, "id": "BOOSTER_COOKIE", "type": "item" }],
77
+ "place": [{ "id": "ELIZABETH", "type": "npc" }]
78
+ },
79
+ {
80
+ "inputs": [{ "amount": 1950, "id": "gem", "type": "currency" }],
81
+ "outputs": [{ "amount": 6, "id": "BOOSTER_COOKIE", "type": "item" }],
82
+ "place": [{ "id": "ELIZABETH", "type": "npc" }]
83
+ },
84
+ {
85
+ "inputs": [{ "amount": 3900, "id": "gem", "type": "currency" }],
86
+ "outputs": [{ "amount": 12, "id": "BOOSTER_COOKIE", "type": "item" }],
87
+ "place": [{ "id": "ELIZABETH", "type": "npc" }]
88
+ }
89
+ ]
90
+ }