Skip to content

Commit

Permalink
version([email protected]): Add North Star Crafts
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Dec 2, 2024
1 parent 49d1c83 commit 728cf9d
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/items/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"sideEffects": false,
"type": "commonjs",
"types": "dist/index.d.ts",
"version": "0.0.4"
"version": "0.0.5"
}
54 changes: 54 additions & 0 deletions packages/items/source/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,60 @@ export const northStarItems = new Map<string, ItemMetadata>([
links: {},
},
],
[
'GLACIAL_SCYTHE',
{
tradesOn: AH,
type: 'basic',
ids: { skyblock: 'GLACIAL_SCYTHE' },
links: {},
},
],
[
'YETI_SWORD',
{
tradesOn: AH,
type: 'basic',
ids: { skyblock: 'YETI_SWORD' },
links: {},
},
],
[
'ICE_SPRAY_WAND',
{
tradesOn: AH,
type: 'basic',
ids: { skyblock: 'ICE_SPRAY_WAND' },
links: {},
},
],
[
'STARRED_GLACIAL_SCYTHE',
{
tradesOn: AH,
type: 'basic',
ids: { skyblock: 'STARRED_GLACIAL_SCYTHE' },
links: {},
},
],
[
'STARRED_YETI_SWORD',
{
tradesOn: AH,
type: 'basic',
ids: { skyblock: 'STARRED_YETI_SWORD' },
links: {},
},
],
[
'STARRED_ICE_SPRAY_WAND',
{
tradesOn: AH,
type: 'basic',
ids: { skyblock: 'STARRED_ICE_SPRAY_WAND' },
links: {},
},
],
])

export const allItems = new Map<string, ItemMetadata>([
Expand Down

0 comments on commit 728cf9d

Please sign in to comment.