@skyblock-finance/actions 0.0.8 → 0.0.9
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/north-stars-crafts.json +78 -0
- package/data/north-stars.json +120 -0
- package/package.json +1 -1
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./$schema.json",
|
|
3
|
+
"actions": [
|
|
4
|
+
{
|
|
5
|
+
"inputs": [
|
|
6
|
+
{ "amount": 1, "id": "GLACIAL_SCYTHE", "type": "item" },
|
|
7
|
+
{ "amount": 8, "id": "WINTER_FRAGMENT", "type": "item" }
|
|
8
|
+
],
|
|
9
|
+
"outputs": [
|
|
10
|
+
{ "amount": 1, "id": "STARRED_GLACIAL_SCYTHE", "type": "item" }
|
|
11
|
+
],
|
|
12
|
+
"place": [
|
|
13
|
+
{
|
|
14
|
+
"grid": [
|
|
15
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
16
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
17
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
18
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
19
|
+
{ "amount": 1, "id": "GLACIAL_SCYTHE", "type": "item" },
|
|
20
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
21
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
22
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
23
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" }
|
|
24
|
+
],
|
|
25
|
+
"type": "workbench"
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"inputs": [
|
|
31
|
+
{ "amount": 1, "id": "YETI_SWORD", "type": "item" },
|
|
32
|
+
{ "amount": 8, "id": "WINTER_FRAGMENT", "type": "item" }
|
|
33
|
+
],
|
|
34
|
+
"outputs": [{ "amount": 1, "id": "STARRED_YETI_SWORD", "type": "item" }],
|
|
35
|
+
"place": [
|
|
36
|
+
{
|
|
37
|
+
"grid": [
|
|
38
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
39
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
40
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
41
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
42
|
+
{ "amount": 1, "id": "YETI_SWORD", "type": "item" },
|
|
43
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
44
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
45
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
46
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" }
|
|
47
|
+
],
|
|
48
|
+
"type": "workbench"
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"inputs": [
|
|
54
|
+
{ "amount": 1, "id": "ICE_SPRAY_WAND", "type": "item" },
|
|
55
|
+
{ "amount": 8, "id": "WINTER_FRAGMENT", "type": "item" }
|
|
56
|
+
],
|
|
57
|
+
"outputs": [
|
|
58
|
+
{ "amount": 1, "id": "STARRED_ICE_SPRAY_WAND", "type": "item" }
|
|
59
|
+
],
|
|
60
|
+
"place": [
|
|
61
|
+
{
|
|
62
|
+
"grid": [
|
|
63
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
64
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
65
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
66
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
67
|
+
{ "amount": 1, "id": "ICE_SPRAY_WAND", "type": "item" },
|
|
68
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
69
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
70
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" },
|
|
71
|
+
{ "amount": 1, "id": "WINTER_FRAGMENT", "type": "item" }
|
|
72
|
+
],
|
|
73
|
+
"type": "workbench"
|
|
74
|
+
}
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
]
|
|
78
|
+
}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./$schema.json",
|
|
3
|
+
"actions": [
|
|
4
|
+
{
|
|
5
|
+
"inputs": [{ "amount": 20, "id": "north-star", "type": "currency" }],
|
|
6
|
+
"outputs": [{ "amount": 1, "id": "WHITE_GIFT_TALISMAN", "type": "item" }],
|
|
7
|
+
"place": [{ "id": "EINARY", "type": "npc" }]
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"inputs": [
|
|
11
|
+
{ "amount": 1, "id": "WHITE_GIFT_TALISMAN", "type": "item" },
|
|
12
|
+
{ "amount": 40, "id": "north-star", "type": "currency" }
|
|
13
|
+
],
|
|
14
|
+
"outputs": [{ "amount": 1, "id": "GREEN_GIFT_TALISMAN", "type": "item" }],
|
|
15
|
+
"place": [{ "id": "EINARY", "type": "npc" }]
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"inputs": [
|
|
19
|
+
{ "amount": 1, "id": "GREEN_GIFT_TALISMAN", "type": "item" },
|
|
20
|
+
{ "amount": 60, "id": "north-star", "type": "currency" }
|
|
21
|
+
],
|
|
22
|
+
"outputs": [{ "amount": 1, "id": "BLUE_GIFT_TALISMAN", "type": "item" }],
|
|
23
|
+
"place": [{ "id": "EINARY", "type": "npc" }]
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"inputs": [
|
|
27
|
+
{ "amount": 1, "id": "BLUE_GIFT_TALISMAN", "type": "item" },
|
|
28
|
+
{ "amount": 100, "id": "north-star", "type": "currency" }
|
|
29
|
+
],
|
|
30
|
+
"outputs": [
|
|
31
|
+
{ "amount": 1, "id": "PURPLE_GIFT_TALISMAN", "type": "item" }
|
|
32
|
+
],
|
|
33
|
+
"place": [{ "id": "EINARY", "type": "npc" }]
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"inputs": [
|
|
37
|
+
{ "amount": 1, "id": "PURPLE_GIFT_TALISMAN", "type": "item" },
|
|
38
|
+
{ "amount": 1, "id": "GOLD_GIFT", "type": "item" },
|
|
39
|
+
{ "amount": 200, "id": "north-star", "type": "currency" }
|
|
40
|
+
],
|
|
41
|
+
"outputs": [{ "amount": 1, "id": "GOLD_GIFT_TALISMAN", "type": "item" }],
|
|
42
|
+
"place": [{ "id": "EINARY", "type": "npc" }]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"inputs": [{ "amount": 60, "id": "north-star", "type": "currency" }],
|
|
46
|
+
"outputs": [{ "amount": 1, "id": "SF:PET_REINDEER", "type": "item" }],
|
|
47
|
+
"place": [{ "id": "EINARY", "type": "npc" }]
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"inputs": [{ "amount": 10, "id": "north-star", "type": "currency" }],
|
|
51
|
+
"outputs": [{ "amount": 1, "id": "SNOW_CLOAK", "type": "item" }],
|
|
52
|
+
"place": [{ "id": "EINARY", "type": "npc" }]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"inputs": [{ "amount": 10, "id": "north-star", "type": "currency" }],
|
|
56
|
+
"outputs": [{ "amount": 1, "id": "SNOW_BELT", "type": "item" }],
|
|
57
|
+
"place": [{ "id": "EINARY", "type": "npc" }]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"inputs": [{ "amount": 10, "id": "north-star", "type": "currency" }],
|
|
61
|
+
"outputs": [{ "amount": 1, "id": "SNOW_GLOVES", "type": "item" }],
|
|
62
|
+
"place": [{ "id": "EINARY", "type": "npc" }]
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"inputs": [{ "amount": 10, "id": "north-star", "type": "currency" }],
|
|
66
|
+
"outputs": [{ "amount": 1, "id": "SNOW_NECKLACE", "type": "item" }],
|
|
67
|
+
"place": [{ "id": "EINARY", "type": "npc" }]
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"inputs": [
|
|
71
|
+
{ "amount": 1, "id": "ICE_GENERATOR_11", "type": "item" },
|
|
72
|
+
{ "amount": 1024, "id": "ENCHANTED_SNOW_BLOCK", "type": "item" },
|
|
73
|
+
{ "amount": 1000000, "id": "coin", "type": "currency" },
|
|
74
|
+
{ "amount": 300, "id": "north-star", "type": "currency" }
|
|
75
|
+
],
|
|
76
|
+
"outputs": [{ "amount": 1, "id": "ICE_GENERATOR_12", "type": "item" }],
|
|
77
|
+
"place": [{ "id": "EINARY", "type": "npc" }]
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"inputs": [
|
|
81
|
+
{ "amount": 1, "id": "SNOW_GENERATOR_11", "type": "item" },
|
|
82
|
+
{ "amount": 1024, "id": "ENCHANTED_ICE", "type": "item" },
|
|
83
|
+
{ "amount": 2000000, "id": "coin", "type": "currency" },
|
|
84
|
+
{ "amount": 500, "id": "north-star", "type": "currency" }
|
|
85
|
+
],
|
|
86
|
+
"outputs": [{ "amount": 1, "id": "SNOW_GENERATOR_12", "type": "item" }],
|
|
87
|
+
"place": [{ "id": "EINARY", "type": "npc" }]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"inputs": [
|
|
91
|
+
{ "amount": 1, "id": "VOLCANIC_ROCK", "type": "item" },
|
|
92
|
+
{ "amount": 10, "id": "north-star", "type": "currency" }
|
|
93
|
+
],
|
|
94
|
+
"outputs": [
|
|
95
|
+
{
|
|
96
|
+
"amount": 1,
|
|
97
|
+
"id": "ENCHANTMENT_ULTIMATE_REFRIGERATE_1",
|
|
98
|
+
"type": "item"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"place": [{ "id": "EINARY", "type": "npc" }]
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"inputs": [
|
|
105
|
+
{ "amount": 10, "id": "VOLCANIC_ROCK", "type": "item" },
|
|
106
|
+
{ "amount": 500, "id": "north-star", "type": "currency" }
|
|
107
|
+
],
|
|
108
|
+
"outputs": [{ "amount": 1, "id": "MAGIC_TOP_HAT", "type": "item" }],
|
|
109
|
+
"place": [{ "id": "EINARY", "type": "npc" }]
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"inputs": [
|
|
113
|
+
{ "amount": 1, "id": "VOLCANIC_ROCK", "type": "item" },
|
|
114
|
+
{ "amount": 10, "id": "north-star", "type": "currency" }
|
|
115
|
+
],
|
|
116
|
+
"outputs": [{ "amount": 2, "id": "WINTER_FRAGMENT", "type": "item" }],
|
|
117
|
+
"place": [{ "id": "EINARY", "type": "npc" }]
|
|
118
|
+
}
|
|
119
|
+
]
|
|
120
|
+
}
|
package/package.json
CHANGED