🛒Market


Fish Market - an in game integration that uses a special value calculating system for all fishes
There are currently 3 arguments that are used to determine a final price:
Base Price - each individual fish has a specific base price set to it. That also means that you can specify extraordinary fishes with stars, or golden variants to be more valuable on the base price
Weight - a random value from min-weight and max-weight
Size - a random value from min-size and max-size
FINAL PRICE - Base Price * (size + weight)
The market only allows for custom fishes to be sold. If you try to click on an item that is not a custom fish whilst the market inventory is open, a message will be displayed saying "You can't sell this item" and cancel out the click.
After selling fish in the market you get a message that you have successfully sold fish for X amount.
Last updated