Skip to content

Commit

Permalink
version([email protected]): Add New Pesthunter Equipment
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Jan 23, 2025
1 parent 566097c commit 09eb946
Show file tree
Hide file tree
Showing 2 changed files with 28 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.2.1"
"version": "0.3.0"
}
27 changes: 27 additions & 0 deletions packages/items/source/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,33 @@ export const pestItems = new Map<string, ItemMetadata>([
links: {},
},
],
[
'PESTHUNTERS_NECKLACE',
{
tradesOn: AH,
type: 'basic',
ids: { skyblock: 'PESTHUNTERS_NECKLACE' },
links: {},
},
],
[
'PESTHUNTERS_CLOAK',
{
tradesOn: AH,
type: 'basic',
ids: { skyblock: 'PESTHUNTERS_CLOAK' },
links: {},
},
],
[
'PESTHUNTERS_BELT',
{
tradesOn: AH,
type: 'basic',
ids: { skyblock: 'PESTHUNTERS_BELT' },
links: {},
},
],
[
'PESTHUNTERS_GLOVES',
{
Expand Down

0 comments on commit 09eb946

Please sign in to comment.