Skip to content

Commit

Permalink
Pet changes
Browse files Browse the repository at this point in the history
  • Loading branch information
I-am-TURBO committed Mar 12, 2024
1 parent ea82cc4 commit 20ca57e
Showing 1 changed file with 48 additions and 19 deletions.
67 changes: 48 additions & 19 deletions src/lib/customItems/customItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,8 @@ setCustomItem(
tradeable: true,
tradeable_on_ge: true,
customItemData: {
cantDropFromMysteryBoxes: true
cantDropFromMysteryBoxes: true,
isDiscontinued: true,

Check failure on line 1715 in src/lib/customItems/customItems.ts

View workflow job for this annotation

GitHub Actions / Node v20 - ubuntu-latest

Delete `,`
}
},
1_000_000
Expand Down Expand Up @@ -3581,7 +3582,8 @@ setCustomItem(
tradeable: true,
tradeable_on_ge: true,
customItemData: {
cantDropFromMysteryBoxes: true
cantDropFromMysteryBoxes: true,
isDiscontinued: true
}
},
1_000_000
Expand Down Expand Up @@ -4298,7 +4300,8 @@ setCustomItem(
tradeable: true,
tradeable_on_ge: true,
customItemData: {
cantDropFromMysteryBoxes: true
cantDropFromMysteryBoxes: true,
isDiscontinued: true
}
},
1_000_000
Expand Down Expand Up @@ -4831,20 +4834,21 @@ setCustomItem(
cantDropFromMysteryBoxes: true
}
},
10_000
1_000_000
);

setCustomItem(
70_291,
'Baby yaga house',
'Herbi',
{
tradeable: true,
tradeable_on_ge: true,
customItemData: {
cantDropFromMysteryBoxes: true,
isSuperUntradeable: true
cantDropFromMysteryBoxes: true
}
},
10_000
1_000_000
);

setCustomItem(
Expand Down Expand Up @@ -6036,7 +6040,8 @@ setCustomItem(
tradeable: true,
tradeable_on_ge: true,
customItemData: {
cantDropFromMysteryBoxes: true
cantDropFromMysteryBoxes: true,
isDiscontinued: true
}
},
1_000_000
Expand Down Expand Up @@ -6337,13 +6342,16 @@ setCustomItem(
cantDropFromMysteryBoxes: true
}
},
10_000
1_000_000
);

setCustomItem(
70_438,
'Crush',
'Herbi',
{
tradeable: true,
tradeable_on_ge: true,
customItemData: {
cantDropFromMysteryBoxes: true
}
Expand Down Expand Up @@ -8398,7 +8406,7 @@ setCustomItem(
setCustomItem(
71_572,
'Skip',
'Coal',
'Herbi',
{
customItemData: {
cantDropFromMysteryBoxes: true
Expand Down Expand Up @@ -9273,8 +9281,11 @@ setCustomItem(
'Mini mortimer',
'Herbi',
{
tradeable: true,
tradeable_on_ge: true,
customItemData: {
cantDropFromMysteryBoxes: true
cantDropFromMysteryBoxes: true,
isDiscontinued: true
}
},
1_000_000
Expand All @@ -9285,9 +9296,10 @@ setCustomItem(
'Doopy',
'Herbi',
{
tradeable: true,
tradeable_on_ge: true,
customItemData: {
cantDropFromMysteryBoxes: true,
isSuperUntradeable: true
cantDropFromMysteryBoxes: true
}
},
1_000_000
Expand Down Expand Up @@ -9323,8 +9335,11 @@ setCustomItem(
'Casper',
'Herbi',
{
tradeable: true,
tradeable_on_ge: true,
customItemData: {
cantDropFromMysteryBoxes: true
cantDropFromMysteryBoxes: true,
isDiscontinued: true
}
},
1_000_000
Expand Down Expand Up @@ -9422,6 +9437,8 @@ setCustomItem(
'Echo',
'Herbi',
{
tradeable: true,
tradeable_on_ge: true,
customItemData: {
cantDropFromMysteryBoxes: true
}
Expand Down Expand Up @@ -10149,14 +10166,16 @@ setCustomItem(
setCustomItem(
72_044,
'Rudolph',
'Coal',
'Herbi',
{
tradeable: true,
tradeable_on_ge: true,
customItemData: {
cantDropFromMysteryBoxes: true,
isDiscontinued: true
}
},
1
1_000_000
);

setCustomItem(
Expand Down Expand Up @@ -11183,10 +11202,20 @@ setCustomItem(
cantDropFromMysteryBoxes: true
}
},
1
1_000_000
);

// 73_077 Moonlight mutator
setCustomItem(
73_077,
'Moonlight mutator',
'Coal',
{
customItemData: {
cantDropFromMysteryBoxes: true
}
},
1
);

setCustomItem(
73_078,
Expand Down Expand Up @@ -11582,5 +11611,5 @@ setCustomItem(
cantDropFromMysteryBoxes: true
}
},
1
1_000_000
);

0 comments on commit 20ca57e

Please sign in to comment.