Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bso custom pets - made the rest herbi & 1m bank value #5775

Open
wants to merge 4 commits into
base: bso
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 37 additions & 18 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
}
},
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 @@ -6339,16 +6344,19 @@ setCustomItem(
},
10_000
);

setCustomItem(
70_438,
'Crush',
'Herbi',
{
tradeable: true,
tradeable_on_ge: true,
customItemData: {
cantDropFromMysteryBoxes: true
}
},
10_000
1_000_000
);

setCustomItem(
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,7 +11202,7 @@ setCustomItem(
cantDropFromMysteryBoxes: true
}
},
1
1_000_000
);

// 73_077 Moonlight mutator
Expand Down Expand Up @@ -11582,5 +11601,5 @@ setCustomItem(
cantDropFromMysteryBoxes: true
}
},
1
1_000_000
);
2 changes: 1 addition & 1 deletion tests/unit/snapshots/clsnapshots.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Cooking (28)
Corporeal Beast (8)
Crafting (175)
Crazy archaeologist (3)
Creatables (731)
Creatables (730)
Creature Creation (7)
Creature Creation (7)
Custom Pets (43)
Expand Down
Loading