The Rotation Shop is a small stall located in front of the Bank of Atlas and run by Rose.
There are 2 main factors that influence price:
The base price is quite simple, it's just the price that an item would sell for if all the items had the same amount sold.
The multiplier is a bit more complex
There are 2 things that contribute to the multiplier:
A cycle is every time the Rotation Shop changes items.
The multiplier then used to calculate price is the average of the two multipliers, basically meaning it can be anywhere between 0.25x and 2x.
These are the formulas used for the multipliers:
- Global: 2.0^(averageSales - itemSales)/10,000^ (Average Sales is the average number of recent sales between the active items)
- Player: 2.0 * 1 / (1 + e^(amountSold - 300 - ((rep - 50) * 2) / 25) (amountSold is the number of items you have sold this cycle, e is the constant.
Every time the server restarts, a random 3 of the following items will be selected to be in the rotation shop.
Item | Base Price |
---|---|
Experience Bottle x32 | 10.0 |
Cake | 16.0 |
Honey Bottle x4 | 14.0 |
Pumpkin Pie | 2.0 |
Nautilus Shell | 64.0 |
Redstone Block | 20.0 |
Lapis Block | 8.0 |
Turtle Egg | 4.0 |
String x8 | 48.0 |
Amethyst Cluster | 14.0 |
Emerald | 100.0 |
Cookies x16 | 11.0 |
Bread x4 | 14.0 |
Potatoes x24 | 6.0 |
Dried Kelp Block x16 | 8.0 |
Saddle | 64.0 |
Name Tag | 32.0 |
Paper x4 | 2.0 |
Apple | 48.0 |