Skip to content

Commit

Permalink
version(actions@0.0.8): Use Namespaced Items in Bits
Browse files Browse the repository at this point in the history
See @skyblock-finance/items
  • Loading branch information
FlorianWendelborn committed Nov 30, 2024
1 parent 23e6c56 commit 804405f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
28 changes: 20 additions & 8 deletions packages/actions/data/bits.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,42 +137,54 @@
},
{
"inputs": [{ "amount": 15000, "id": "bit", "type": "currency" }],
"outputs": [{ "amount": 1, "id": "ABICASE", "type": "item" }],
"outputs": [
{ "amount": 1, "id": "SF:ABICASE_SUMSUNG_1", "type": "item" }
],
"place": [{ "id": "ELIZABETH", "type": "npc" }]
},
{
"inputs": [{ "amount": 25000, "id": "bit", "type": "currency" }],
"outputs": [{ "amount": 1, "id": "ABICASE", "type": "item" }],
"outputs": [
{ "amount": 1, "id": "SF:ABICASE_SUMSUNG_2", "type": "item" }
],
"place": [{ "id": "ELIZABETH", "type": "npc" }]
},
{
"inputs": [{ "amount": 26000, "id": "bit", "type": "currency" }],
"outputs": [{ "amount": 1, "id": "ABICASE", "type": "item" }],
"outputs": [{ "amount": 1, "id": "SF:ABICASE_REZAR", "type": "item" }],
"place": [{ "id": "ELIZABETH", "type": "npc" }]
},
{
"inputs": [{ "amount": 17000, "id": "bit", "type": "currency" }],
"outputs": [{ "amount": 1, "id": "ABICASE", "type": "item" }],
"outputs": [{ "amount": 1, "id": "SF:ABICASE_BLUE_RED", "type": "item" }],
"place": [{ "id": "ELIZABETH", "type": "npc" }]
},
{
"inputs": [{ "amount": 17000, "id": "bit", "type": "currency" }],
"outputs": [{ "amount": 1, "id": "ABICASE", "type": "item" }],
"outputs": [
{ "amount": 1, "id": "SF:ABICASE_BLUE_BLUE", "type": "item" }
],
"place": [{ "id": "ELIZABETH", "type": "npc" }]
},
{
"inputs": [{ "amount": 17000, "id": "bit", "type": "currency" }],
"outputs": [{ "amount": 1, "id": "ABICASE", "type": "item" }],
"outputs": [
{ "amount": 1, "id": "SF:ABICASE_BLUE_GREEN", "type": "item" }
],
"place": [{ "id": "ELIZABETH", "type": "npc" }]
},
{
"inputs": [{ "amount": 17000, "id": "bit", "type": "currency" }],
"outputs": [{ "amount": 1, "id": "ABICASE", "type": "item" }],
"outputs": [
{ "amount": 1, "id": "SF:ABICASE_BLUE_YELLOW", "type": "item" }
],
"place": [{ "id": "ELIZABETH", "type": "npc" }]
},
{
"inputs": [{ "amount": 17000, "id": "bit", "type": "currency" }],
"outputs": [{ "amount": 1, "id": "ABICASE", "type": "item" }],
"outputs": [
{ "amount": 1, "id": "SF:ABICASE_BLUE_AQUA", "type": "item" }
],
"place": [{ "id": "ELIZABETH", "type": "npc" }]
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"sideEffects": false,
"type": "commonjs",
"types": "dist/index.d.ts",
"version": "0.0.7"
"version": "0.0.8"
}

0 comments on commit 804405f

Please sign in to comment.