Difference between revisions of "Traveling Cart"

From Stardew Valley Wiki
Jump to navigation Jump to search
(→‎Fish & Beach-side Foraging: Void Salmon and Slimejack are out of range)
(Merciless editing, moved the technical details to bottom of page)
Line 7: Line 7:
 
|closed    = Monday - Thursday, Saturday
 
|closed    = Monday - Thursday, Saturday
 
|address  = [[Cindersap Forest]]
 
|address  = [[Cindersap Forest]]
|occupants = [[File:Traveling Cart Icon.png]] Traveling Merchant
+
|occupants = [[File:Traveling Cart Icon.png]] Travelling Merchant
 
}}
 
}}
The '''{{PAGENAME}}''' is a [[:Category:Stores|shop]] consisting of a wagon, pulled by a pig wearing a fez and spectacles. If you try to interact with the pig, it just oinks at you. It appears south of [[The Farm]], in [[Cindersap Forest]], on Fridays and Sundays.  
+
The '''{{PAGENAME}}''' is a [[:Category:Stores|shop]] that appears south of [[The Farm]], in [[Cindersap Forest]], on Fridays and Sundays.  The cart is pulled by a pig wearing a fez and spectacles. If you interact with the pig, it oinks at you.
  
The merchant sells all sorts of random items in limited quantities. Items are sometimes found for sale outside their normal seasons, which can be helpful for completing [[bundles]].
+
The merchant sells a selection of random items in limited quantities (1 or 5 of each). Items are sometimes found for sale outside their normal seasons, which can be helpful for completing [[bundles]].
  
Traveling Cart prices may vary from visit to visit, and it is even possible for the same item to be listed multiple times at different prices. Prices are also usually quite inflated, but you can get lucky. Most furniture items sold at [[Carpenter's Shop|Robin's Shop]] have a chance to be sold at the cart, with prices in the range of {{tprice|furniture}}, sometimes more and sometimes less than regular price. Rarely, you can find gold ore for as little as {{price|100}}, whereas its normal price at the [[Blacksmith]] is {{price|400}}. Since you can usually only buy 1 though, any savings may prove to be less significant than just the item's availability. [[Trees|Saplings]] are often offered for less than the [[Pierre's General Store]] price, a much higher impact. Even by paying {{price|2500}} for a first [[Coffee Bean]] (a two-season crop), if it is acquired early enough, continually planting its produce to increase the number of plants can yield bountiful profits by the end (even the middle) of summer, and beans for planting next year: a fine longer-term investment.
+
Travelling Cart prices may vary from visit to visit, and it is possible for the same item to be listed multiple times at different prices in the same visit. Prices are usually quite inflated, but you may find an item sold for less than its normal price.
  
==Mechanics==
+
The Merchant's stock consists of 10 items plus one piece of furniture. There may be an additional "special stock" item for sale as well.
The merchant's stock is determined by a random number seeded with the game ID (XPath: <code>/SaveGame/uniqueIDForThisGame</code>) and the days played (XPath: <code>/SaveGame/stats/DaysPlayed</code>).
 
 
 
The ''[[#Stock|standard stock]]'' consists of 10 item slots and 1 furniture slot.
 
 
 
For each item slot, a random integer (''num'') in the range [2,790) is chosen. ''num'' is then incremented and wrapped to the range [0,790) until there exists an item that satisfies all of the following conditions:
 
* ID is equal to ''num'';
 
* not blacklisted; (see the [[Talk:Travelling_Cart|Talk]] page for a list of "blacklisted" items)
 
* has a category;
 
* price greater than 0;
 
* not named "Weeds";
 
* type is not "Quest", "Minerals", or "Arch".
 
 
 
The unit price is determined by the larger of 2 random integers in the ranges of [1,11)*100 and [3,6)*base_price. The stack size has a 90% chance to be 1, and 10% chance to be 5.
 
 
 
Note that some items have a higher chance to appear in the standard stock, because after the random integer is chosen, it is incremented as long as it is not "valid".
 
 
 
For the furniture slot, a random integer (''num'') in the range [0,1613) is chosen until it there exists a furniture that has ''num'' as its ID and is not blacklisted. The unit price is determined by a random integer in the range of [1,11)*250.
 
 
 
In addition to the standard stock, the ''[[#Special Stock|special stock]]'' slots may contain items that are selected with different conditions.
 
  
 
==Special Stock==
 
==Special Stock==
{| class="wikitable"
+
{| class="wikitable" id="roundedborder"
 
! colspan=2 | Item !! Unit price !! Season !! Notes
 
! colspan=2 | Item !! Unit price !! Season !! Notes
 
|-
 
|-
Line 46: Line 27:
 
| style="text-align:center;" | [[File:Coffee Bean.png]] || [[Coffee Bean]] || {{price|2500}} || All || 25% chance to appear.
 
| style="text-align:center;" | [[File:Coffee Bean.png]] || [[Coffee Bean]] || {{price|2500}} || All || 25% chance to appear.
 
|}
 
|}
{{clear}}
 
  
==Stock==
+
==Standard Stock==
 
{| class="wikitable" style="text-align:center; width:75%; min-width:500px;"
 
{| class="wikitable" style="text-align:center; width:75%; min-width:500px;"
 
!
 
!
Line 361: Line 341:
 
|-
 
|-
 
!
 
!
===<span style="color:white;">Crafts, loots & others</span>===
+
===<span style="color:white;">Crafting, Loot, &amp; Misc.</span>===
 
|-
 
|-
 
|
 
|
Line 582: Line 562:
 
{{Item block|Tree of the Winter Star|69px|furniture}}
 
{{Item block|Tree of the Winter Star|69px|furniture}}
 
|}
 
|}
 +
 +
==Mechanics==
 +
The merchant's standard stock is determined by a random number seeded with the game ID (XPath: <code>/SaveGame/uniqueIDForThisGame</code>) and the days played (XPath: <code>/SaveGame/stats/DaysPlayed</code>).
 +
 +
For each item slot, a random integer (''num'') in the range [2,790) is chosen. ''num'' is then incremented and wrapped to the range [0,790) until there exists an item that satisfies all of the following conditions:
 +
* ID is equal to ''num'';
 +
* not blacklisted; (see the [[Talk:Travelling_Cart|Talk]] page for a list of "blacklisted" items)
 +
* has a category;
 +
* price greater than 0;
 +
* not named "Weeds";
 +
* type is not "Quest", "Minerals", or "Arch".
 +
 +
The unit price is determined by the larger of 2 random integers in the ranges of [1,11)*100 and [3,6)*base_price. The stack size has a 90% chance to be 1, and 10% chance to be 5.
 +
 +
Note that some items have a higher chance to appear in the standard stock, because after the random integer is chosen, it is incremented until it is equal to a valid object number.
 +
 +
For the furniture slot, a random integer (''num'') in the range [0,1613) is chosen until it there exists a furniture that has ''num'' as its ID and is not blacklisted. The unit price is determined by a random integer in the range of [1,11)*250.
  
 
==History==
 
==History==

Revision as of 19:30, 20 March 2017

Template:Location The Traveling Cart is a shop that appears south of The Farm, in Cindersap Forest, on Fridays and Sundays. The cart is pulled by a pig wearing a fez and spectacles. If you interact with the pig, it oinks at you.

The merchant sells a selection of random items in limited quantities (1 or 5 of each). Items are sometimes found for sale outside their normal seasons, which can be helpful for completing bundles.

Travelling Cart prices may vary from visit to visit, and it is possible for the same item to be listed multiple times at different prices in the same visit. Prices are usually quite inflated, but you may find an item sold for less than its normal price.

The Merchant's stock consists of 10 items plus one piece of furniture. There may be an additional "special stock" item for sale as well.

Special Stock

Item Unit price Season Notes
Rare Seed.png Rare Seed data-sort-value="1000">Gold.png1,000g Spring/Summer 100% chance to appear
10% chance for 5 stacks; 90% chance for 1 stack.
Rarecrow 4.png Rarecrow (4 of 8) data-sort-value="4000">Gold.png4,000g Fall/Winter 40% chance to appear.
Coffee Bean.png Coffee Bean data-sort-value="2500">Gold.png2,500g All 25% chance to appear.

Standard Stock

Seeds & Fertilizer

20.63% Basic Fertilizer.png

Basic Fertilizer
data-sort-value="2"Gold.png100–1,000g

1.26% Quality Fertilizer.png

Quality Fertilizer
data-sort-value="10"Gold.png100–1,000g

7.35% Speed-Gro.png

Speed-Gro
data-sort-value="20"Gold.png100–1,000g

1.26% Deluxe Speed-Gro.png

Deluxe Speed-Gro
data-sort-value="40"Gold.png120–1,000g

1.26% Basic Retaining Soil.png

Basic Retaining Soil
data-sort-value="4"Gold.png100–1,000g

1.26% Quality Retaining Soil.png

Quality Retaining Soil
data-sort-value="5"Gold.png100–1,000g

1.26% Ancient Seeds.png

Ancient Seeds
data-sort-value="30"Gold.png100–1,000g

1.26% Spring Seeds.png

Spring Seeds
data-sort-value="35"Gold.png105–1,000g

1.26% Garlic Seeds.png

Garlic Seeds
data-sort-value="20"Gold.png100–1,000g

1.26% Potato Seeds.png

Potato Seeds
data-sort-value="25"Gold.png100–1,000g

1.26% Cauliflower Seeds.png

Cauliflower Seeds
data-sort-value="40"Gold.png120–1,000g

1.26% Rhubarb Seeds.png

Rhubarb Seeds
data-sort-value="50"Gold.png150–1,000g

7.35% Parsnip Seeds.png

Parsnip Seeds
data-sort-value="10"Gold.png100–1,000g

2.5% Kale Seeds.png

Kale Seeds
data-sort-value="35"Gold.png105–1,000g

1.26% 48px

Blue Jazz Seeds
data-sort-value="15"Gold.png100–1,000g

1.26% 48px

Tulip Bulb
data-sort-value="10"Gold.png100–1,000g

1.26% Summer Seeds.png

Summer Seeds
data-sort-value="55"Gold.png165–1,000g

1.26% Corn Seeds.png

Corn Seeds
data-sort-value="75"Gold.png225–1,000g

1.26% Wheat Seeds.png

Wheat Seeds
data-sort-value="5"Gold.png100–1,000g

2.5% Spangle Seeds.png

Spangle Seeds
data-sort-value="25"Gold.png100–1,000g

8.53% Poppy Seeds.png

Poppy Seeds
data-sort-value="50"Gold.png150–1,000g

1.26% Tomato Seeds.png

Tomato Seeds
data-sort-value="25"Gold.png100–1,000g

1.26% Melon Seeds.png

Melon Seeds
data-sort-value="40"Gold.png120–1,000g

1.26% Radish Seeds.png

Radish Seeds
data-sort-value="20"Gold.png100–1,000g

1.26% Red Cabbage Seeds.png

Red Cabbage Seeds
data-sort-value="50"Gold.png150–1,000g

1.26% Blueberry Seeds.png

Blueberry Seeds
data-sort-value="40"Gold.png120–1,000g

1.26% Starfruit Seeds.png

Starfruit Seeds
data-sort-value="200"Gold.png600–1,000g

1.26% Pepper Seeds.png

Pepper Seeds
data-sort-value="20"Gold.png100–1,000g

1.26% Fairy Seeds.png

Fairy Seeds
data-sort-value="100"Gold.png300–1,000g

100%*
1.26%
Rare Seed.png

Rare Seed
data-sort-value="200"Gold.png600–1,000g

1.26% Amaranth Seeds.png

Amaranth Seeds
data-sort-value="35"Gold.png105–1,000g

1.26% Artichoke Seeds.png

Artichoke Seeds
data-sort-value="15"Gold.png100–1,000g

1.26% Cranberry Seeds.png

Cranberry Seeds
data-sort-value="60"Gold.png180–1,000g

1.26% Eggplant Seeds.png

Eggplant Seeds
data-sort-value="10"Gold.png100–1,000g

1.26% Beet Seeds.png

Beet Seeds
data-sort-value="10"Gold.png100–1,000g

1.26% Bok Choy Seeds.png

Bok Choy Seeds
data-sort-value="25"Gold.png100–1,000g

1.26% Yam Seeds.png

Yam Seeds
data-sort-value="30"Gold.png100–1,000g

1.26% Pumpkin Seeds.png

Pumpkin Seeds
data-sort-value="50"Gold.png150–1,000g

1.26% Sunflower Seeds.png

Sunflower Seeds
data-sort-value="20"Gold.png100–1,000g

1.26% Fall Seeds.png

Fall Seeds
data-sort-value="45"Gold.png135–1,000g

1.26% Winter Seeds.png

Winter Seeds
data-sort-value="30"Gold.png100–1,000g

1.26% Bean Starter.png

Bean Starter
data-sort-value="30"Gold.png100–1,000g

1.26% Hops Starter.png

Hops Starter
data-sort-value="30"Gold.png100–1,000g

1.26% Grape Starter.png

Grape Starter
data-sort-value="30"Gold.png100–1,000g

1.26% Apricot Sapling.png

Apricot Sapling
data-sort-value="500"Gold.png1,500–2,500g

8.53% Cherry Sapling.png

Cherry Sapling
data-sort-value="850"Gold.png2,550–4,250g

1.26% Orange Sapling.png

Orange Sapling
data-sort-value="1000"Gold.png3,000–5,000g

1.26% Peach Sapling.png

Peach Sapling
data-sort-value="1500"Gold.png4,500–7,500g

1.26% Pomegranate Sapling.png

Pomegranate Sapling
data-sort-value="1500"Gold.png4,500–7,500g

1.26% Apple Sapling.png

Apple Sapling
data-sort-value="1000"Gold.png3,000–5,000g

1.26% Acorn.png

Acorn
data-sort-value="20"Gold.png100–1,000g

1.26% Pine Cone.png

Pine Cone
data-sort-value="5"Gold.png100–1,000g

1.26% Maple Seed.png

Maple Seed
data-sort-value="5"Gold.png100–1,000g

25%*
1.26%
Coffee Bean.png

Coffee Bean
data-sort-value="15"Gold.png100–1,000g

Crops & Foraging

4.96% Garlic.png

Garlic
data-sort-value="60"Gold.png180–1,000g

2.5% Potato.png

Potato
data-sort-value="80"Gold.png240–1,000g

2.5% Cauliflower.png

Cauliflower
data-sort-value="175"Gold.png525–1,000g

2.5% Rhubarb.png

Rhubarb
data-sort-value="220"Gold.png660–1,100g

2.5% Parsnip.png

Parsnip
data-sort-value="35"Gold.png105–1,000g

1.26% Sweet Gem Berry.png

Sweet Gem Berry
data-sort-value="3000"Gold.png9,000–15,000g

1.26% Kale.png

Kale
data-sort-value="110"Gold.png330–1,000g

2.5% Blue Jazz.png

Blue Jazz
data-sort-value="50"Gold.png150–1,000g

2.5% Corn.png

Corn
data-sort-value="50"Gold.png150–1,000g

1.26% Hops.png

Hops
data-sort-value="25"Gold.png100–1,000g

2.5% Wheat.png

Wheat
data-sort-value="25"Gold.png100–1,000g

2.5% Summer Spangle.png

Summer Spangle
data-sort-value="90"Gold.png270–1,000g

4.96% Poppy.png

Poppy
data-sort-value="140"Gold.png420–1,000g

2.5% Tomato.png

Tomato
data-sort-value="60"Gold.png180–1,000g

2.5% Melon.png

Melon
data-sort-value="250"Gold.png750–1,250g

2.5% Radish.png

Radish
data-sort-value="90"Gold.png270–1,000g

2.5% Red Cabbage.png

Red Cabbage
data-sort-value="260"Gold.png780–1,300g

1.26% Blueberry.png

Blueberry
data-sort-value="50"Gold.png150–1,000g

2.5% Starfruit.png

Starfruit
data-sort-value="750"Gold.png2,250–3,750g

1.26% Hot Pepper.png

Hot Pepper
data-sort-value="40"Gold.png120–1,000g

2.5% Fairy Rose.png

Fairy Rose
data-sort-value="290"Gold.png870–1,450g

2.5% Spice Berry.png

Spice Berry
data-sort-value="80"Gold.png240–1,000g

1.26% Amaranth.png

Amaranth
data-sort-value="150"Gold.png450–1,000g

2.5% Artichoke.png

Artichoke
data-sort-value="160"Gold.png480–1,000g

1.26% Cranberries.png

Cranberries
data-sort-value="75"Gold.png225–1,000g

2.5% Eggplant.png

Eggplant
data-sort-value="60"Gold.png180–1,000g

1.26% Beet.png

Beet
data-sort-value="100"Gold.png300–1,000g

2.5% Bok Choy.png

Bok Choy
data-sort-value="80"Gold.png240–1,000g

2.5% Yam.png

Yam
data-sort-value="160"Gold.png480–1,000g

2.5% Pumpkin.png

Pumpkin
data-sort-value="320"Gold.png960–1,600g

1.26% Sunflower.png

Sunflower
data-sort-value="80"Gold.png240–1,000g

2.5% Green Bean.png

Green Bean
data-sort-value="40"Gold.png120–1,000g

1.26% Grape.png

Grape
data-sort-value="80"Gold.png240–1,000g

1.26% Apricot.png

Apricot
data-sort-value="50"Gold.png150–1,000g

1.26% Cherry.png

Cherry
data-sort-value="80"Gold.png240–1,000g

1.26% Pomegranate.png

Pomegranate
data-sort-value="140"Gold.png420–1,000g

1.26% Apple.png

Apple
data-sort-value="100"Gold.png300–1,000g

1.26% Orange.png

Orange
data-sort-value="100"Gold.png300–1,000g

1.26% Peach.png

Peach
data-sort-value="140"Gold.png420–1,000g

71.1% Tulip.png

Tulip
data-sort-value="30"Gold.png100–1,000g

2.5% Dandelion.png

Dandelion
data-sort-value="40"Gold.png120–1,000g

2.5% Daffodil.png

Daffodil
data-sort-value="30"Gold.png100–1,000g

1.26% Sweet Pea.png

Sweet Pea
data-sort-value="50"Gold.png150–1,000g

1.26% Crocus.png

Crocus
data-sort-value="60"Gold.png180–1,000g

2.5% Leek.png

Leek
data-sort-value="60"Gold.png180–1,000g

1.26% Strawberry.png

Strawberry
data-sort-value="120"Gold.png360–1,000g

11.98% Coconut.png

Coconut
data-sort-value="100"Gold.png300–1,000g

2.5% Cactus Fruit.png

Cactus Fruit
data-sort-value="75"Gold.png225–1,000g

19.59% Wild Horseradish.png

Wild Horseradish
data-sort-value="50"Gold.png150–1,000g

1.26% Spring Onion.png

Spring Onion
data-sort-value="8"Gold.png100–1,000g

9.7% Salmonberry.png

Salmonberry
data-sort-value="5"Gold.png100–1,000g

1.26% Blackberry.png

Blackberry
data-sort-value="20"Gold.png100–1,000g

1.26% Hazelnut.png

Hazelnut
data-sort-value="90"Gold.png270–1,000g

1.26% Wild Plum.png

Wild Plum
data-sort-value="80"Gold.png240–1,000g

2.5% Crystal Fruit.png

Crystal Fruit
data-sort-value="150"Gold.png450–1,000g

1.26% Snow Yam.png

Snow Yam
data-sort-value="100"Gold.png300–1,000g

1.26% Fiddlehead Fern.png

Fiddlehead Fern
data-sort-value="90"Gold.png270–1,000g

2.5% Common Mushroom.png

Common Mushroom
data-sort-value="40"Gold.png120–1,000g

1.26% Chanterelle.png

Chanterelle
data-sort-value="160"Gold.png480–1,000g

2.5% Red Mushroom.png

Red Mushroom
data-sort-value="75"Gold.png225–1,000g

1.26% Purple Mushroom.png

Purple Mushroom
data-sort-value="250"Gold.png750–1,250g

1.26% Morel.png

Morel
data-sort-value="150"Gold.png450–1,000g

50.83% Cave Carrot.png

Cave Carrot
data-sort-value="25"Gold.png100–1,000g

1.26% Holly.png

Holly
data-sort-value="80"Gold.png240–1,000g

1.26% Winter Root.png

Winter Root
data-sort-value="70"Gold.png210–1,000g

Dishes

2.5% Fried Egg.png

Fried Egg
data-sort-value="35"Gold.png105–1,000g

1.26% Omelet.png

Omelet
data-sort-value="125"Gold.png375–1,000g

1.26% Cheese Cauliflower.png

Cheese Cauliflower
data-sort-value="300"Gold.png900–1,500g

1.26% Baked Fish.png

Baked Fish
data-sort-value="100"Gold.png300–1,000g

1.26% Parsnip Soup.png

Parsnip Soup
data-sort-value="120"Gold.png360–1,000g

1.26% Complete Breakfast.png

Complete Breakfast
data-sort-value="350"Gold.png1,050–1,750g

1.26% Fried Calamari.png

Fried Calamari
data-sort-value="150"Gold.png450–1,000g

1.26% Strange Bun.png

Strange Bun
data-sort-value="225"Gold.png675–1,125g

1.26% Lucky Lunch.png

Lucky Lunch
data-sort-value="250"Gold.png750–1,250g

1.26% Fried Mushroom.png

Fried Mushroom
data-sort-value="200"Gold.png600–1,000g

1.26% Bean Hotpot.png

Bean Hotpot
data-sort-value="100"Gold.png300–1,000g

1.26% Glazed Yams.png

Glazed Yams
data-sort-value="200"Gold.png600–1,000g

1.26% Carp Surprise.png

Carp Surprise
data-sort-value="150"Gold.png450–1,000g

1.26% Hashbrowns.png

Hashbrowns
data-sort-value="120"Gold.png360–1,000g

1.26% Pancakes.png

Pancakes
data-sort-value="80"Gold.png240–1,000g

1.26% Salmon Dinner.png

Salmon Dinner
data-sort-value="300"Gold.png900–1,500g

1.26% Fish Taco.png

Fish Taco
data-sort-value="500"Gold.png1,500–2,500g

1.26% Crispy Bass.png

Crispy Bass
data-sort-value="150"Gold.png450–1,000g

1.26% Pepper Poppers.png

Pepper Poppers
data-sort-value="200"Gold.png600–1,000g

1.26% Bread.png

Bread
data-sort-value="60"Gold.png180–1,000g

2.5% Tom Kha Soup.png

Tom Kha Soup
data-sort-value="250"Gold.png750–1,250g

1.26% Chocolate Cake.png

Chocolate Cake
data-sort-value="200"Gold.png600–1,000g

1.26% Pink Cake.png

Pink Cake
data-sort-value="480"Gold.png1,440–2,400g

1.26% Rhubarb Pie.png

Rhubarb Pie
data-sort-value="400"Gold.png1,200–2,000g

1.26% Cookie.png

Cookie
data-sort-value="140"Gold.png420–1,000g

1.26% Spaghetti.png

Spaghetti
data-sort-value="120"Gold.png360–1,000g

1.26% Fried Eel.png

Fried Eel
data-sort-value="120"Gold.png360–1,000g

1.26% Spicy Eel.png

Spicy Eel
data-sort-value="175"Gold.png525–1,000g

1.26% Maki Roll.png

Maki Roll
data-sort-value="220"Gold.png660–1,100g

1.26% Tortilla.png

Tortilla
data-sort-value="50"Gold.png150–1,000g

1.26% Red Plate.png

Red Plate
data-sort-value="400"Gold.png1,200–2,000g

1.26% Eggplant Parmesan.png

Eggplant Parmesan
data-sort-value="200"Gold.png600–1,000g

1.26% Rice Pudding.png

Rice Pudding
data-sort-value="260"Gold.png780–1,300g

1.26% Ice Cream.png

Ice Cream
data-sort-value="120"Gold.png360–1,000g

1.26% Blueberry Tart.png

Blueberry Tart
data-sort-value="150"Gold.png450–1,000g

1.26% Autumn's Bounty.png

Autumn's Bounty
data-sort-value="350"Gold.png1,050–1,750g

1.26% Cranberry Sauce.png

Cranberry Sauce
data-sort-value="120"Gold.png360–1,000g

1.26% Stuffing.png

Stuffing
data-sort-value="165"Gold.png495–1,000g

1.26% Farmer's Lunch.png

Farmer's Lunch
data-sort-value="150"Gold.png450–1,000g

1.26% Survival Burger.png

Survival Burger
data-sort-value="180"Gold.png540–1,000g

1.26% 48px

Dish o' The Sea
data-sort-value="220"Gold.png660–1,100g

1.26% Miner's Treat.png

Miner's Treat
data-sort-value="350"Gold.png1,050–1,750g

1.26% Roots Platter.png

Roots Platter
data-sort-value="100"Gold.png300–1,000g

1.26% Algae Soup.png

Algae Soup
data-sort-value="100"Gold.png300–1,000g

1.26% Pale Broth.png

Pale Broth
data-sort-value="150"Gold.png450–1,000g

6.16% Plum Pudding.png

Plum Pudding
data-sort-value="260"Gold.png780–1,300g

1.26% Artichoke Dip.png

Artichoke Dip
data-sort-value="210"Gold.png630–1,050g

1.26% Stir Fry.png

Stir Fry
data-sort-value="335"Gold.png1,005–1,675g

1.26% Pumpkin Pie.png

Pumpkin Pie
data-sort-value="385"Gold.png1,155–1,925g

1.26% Radish Salad.png

Radish Salad
data-sort-value="300"Gold.png900–1,500g

1.26% Fruit Salad.png

Fruit Salad
data-sort-value="450"Gold.png1,350–2,250g

1.26% Blackberry Cobbler.png

Blackberry Cobbler
data-sort-value="260"Gold.png780–1,300g

1.26% Cranberry Candy.png

Cranberry Candy
data-sort-value="175"Gold.png525–1,000g

6.16% Bruschetta.png

Bruschetta
data-sort-value="210"Gold.png630–1,050g

11.98% Coleslaw.png

Coleslaw
data-sort-value="345"Gold.png1,035–1,725g

1.26% Fiddlehead Risotto.png

Fiddlehead Risotto
data-sort-value="350"Gold.png1,050–1,750g

2.5% Poppyseed Muffin.png

Poppyseed Muffin
data-sort-value="250"Gold.png750–1,250g

1.26% Chowder.png

Chowder
data-sort-value="135"Gold.png405–1,000g

1.26% Lobster Bisque.png

Lobster Bisque
data-sort-value="205"Gold.png615–1,025g

1.26% Fish Stew.png

Fish Stew
data-sort-value="175"Gold.png525–1,000g

1.26% Escargot.png

Escargot
data-sort-value="125"Gold.png375–1,000g

1.26% Maple Bar.png

Maple Bar
data-sort-value="300"Gold.png900–1,500g

1.26% Crab Cakes.png

Crab Cakes
data-sort-value="275"Gold.png825–1,375g

1.26% Salad.png

Salad
data-sort-value="110"Gold.png330–1,000g

1.26% Pizza.png

Pizza
data-sort-value="300"Gold.png900–1,500g

1.26% Pumpkin Soup.png

Pumpkin Soup
data-sort-value="300"Gold.png900–1,500g

1.26% Roasted Hazelnuts.png

Roasted Hazelnuts
data-sort-value="270"Gold.png810–1,350g

1.26% Sashimi.png

Sashimi
data-sort-value="75"Gold.png225–1,000g

1.26% Trout Soup.png

Trout Soup
data-sort-value="100"Gold.png300–1,000g

1.26% Vegetable Medley.png

Vegetable Medley
data-sort-value="120"Gold.png360–1,000g

Artisan Goods & Animal Products

2.5% Jelly.png

Jelly
data-sort-value="160"Gold.png480–1,000g

2.5% Pickles.png

Pickles
data-sort-value="100"Gold.png300–1,000g

2.5% Honey.png

Honey
data-sort-value="100"Gold.png300–1,000g

1.26% Mayonnaise.png

Mayonnaise
data-sort-value="190"Gold.png570–1,000g

1.26% Duck Mayonnaise.png

Duck Mayonnaise
data-sort-value="375"Gold.png1,125–1,875g

1.26% Void Mayonnaise.png

Void Mayonnaise
data-sort-value="220"Gold.png660–1,100g

2.5% Cheese.png

Cheese
data-sort-value="200"Gold.png600–1,000g

1.26% Goat Cheese.png

Goat Cheese
data-sort-value="375"Gold.png1,125–1,875g

8.53% Large Egg.png

Large Egg
data-sort-value="95"Gold.png285–1,000g

8.53% Large Brown Egg.png

Large Brown Egg
data-sort-value="95"Gold.png285–1,000g

2.5% Egg.png

Egg
data-sort-value="50"Gold.png150–1,000g

4.96% Brown Egg.png

Brown Egg
data-sort-value="50"Gold.png150–1,000g

2.5% Duck Egg.png

Duck Egg
data-sort-value="95"Gold.png285–1,000g

1.26% Void Egg.png

Void Egg
data-sort-value="65"Gold.png195–1,000g

2.5% Milk.png

Milk
data-sort-value="125"Gold.png375–1,000g

2.5% Large Milk.png

Large Milk
data-sort-value="190"Gold.png570–1,000g

3.74% Goat Milk.png

Goat Milk
data-sort-value="225"Gold.png675–1,125g

2.5% Large Goat Milk.png

Large Goat Milk
data-sort-value="345"Gold.png1,035–1,725g

2.5% Juice.png

Juice
data-sort-value="225"Gold.png675–1,125g

1.26% Wine.png

Wine
data-sort-value="600"Gold.png1,800–3,000g

1.26% Truffle.png

Truffle
data-sort-value="625"Gold.png1,875–3,125g

1.26% Truffle Oil.png

Truffle Oil
data-sort-value="1065"Gold.png3,195–5,325g

2.5% Beer.png

Beer
data-sort-value="200"Gold.png600–1,000g

1.26% Pale Ale.png

Pale Ale
data-sort-value="300"Gold.png900–1,500g

2.5% Mead.png

Mead
data-sort-value="200"Gold.png600–1,000g

1.26% Cloth.png

Cloth
data-sort-value="470"Gold.png1,410–2,350g

2.5% Wool.png

Wool
data-sort-value="340"Gold.png1,020–1,700g

2.5% Duck Feather.png

Duck Feather
data-sort-value="125"Gold.png375–1,000g

2.5% Rabbit's Foot.png

Rabbit's Foot
data-sort-value="565"Gold.png1,695–2,825g

Fish & Beach-side Foraging

1.26% Salmon.png

Salmon
data-sort-value="75"Gold.png225–1,000g

1.26% Perch.png

Perch
data-sort-value="55"Gold.png165–1,000g

1.26% Sunfish.png

Sunfish
data-sort-value="30"Gold.png100–1,000g

1.26% Carp.png

Carp
data-sort-value="30"Gold.png100–1,000g

1.26% Halibut.png

Halibut
data-sort-value="80"Gold.png240–1,000g

1.26% Sardine.png

Sardine
data-sort-value="40"Gold.png120–1,000g

1.26% Bream.png

Bream
data-sort-value="45"Gold.png135–1,000g

1.26% Tuna.png

Tuna
data-sort-value="100"Gold.png300–1,000g

1.26% Red Snapper.png

Red Snapper
data-sort-value="50"Gold.png150–1,000g

1.26% Smallmouth Bass.png

Smallmouth Bass
data-sort-value="50"Gold.png150–1,000g

37.35% Pufferfish.png

Pufferfish
data-sort-value="200"Gold.png600–1,000g

1.26% Lingcod.png

Lingcod
data-sort-value="120"Gold.png360–1,000g

1.26% Tiger Trout.png

Tiger Trout
data-sort-value="150"Gold.png450–1,000g

1.26% Rainbow Trout.png

Rainbow Trout
data-sort-value="65"Gold.png195–1,000g

4.96% Largemouth Bass.png

Largemouth Bass
data-sort-value="100"Gold.png300–1,000g

1.26% Tilapia.png

Tilapia
data-sort-value="75"Gold.png225–1,000g

1.26% Dorado.png

Dorado
data-sort-value="100"Gold.png300–1,000g

1.26% Eel.png

Eel
data-sort-value="85"Gold.png255–1,000g

1.26% Pike.png

Pike
data-sort-value="100"Gold.png300–1,000g

1.26% Shad.png

Shad
data-sort-value="60"Gold.png180–1,000g

1.26% Albacore.png

Albacore
data-sort-value="75"Gold.png225–1,000g

1.26% Anchovy.png

Anchovy
data-sort-value="30"Gold.png100–1,000g

1.26% Bullhead.png

Bullhead
data-sort-value="75"Gold.png225–1,000g

1.26% Walleye.png

Walleye
data-sort-value="105"Gold.png315–1,000g

2.5% Woodskip.png

Woodskip
data-sort-value="75"Gold.png225–1,000g

2.5% Sturgeon.png

Sturgeon
data-sort-value="200"Gold.png600–1,000g

1.26% Catfish.png

Catfish
data-sort-value="200"Gold.png600–1,000g

1.26% Scorpion Carp.png

Scorpion Carp
data-sort-value="150"Gold.png450–1,000g

9.7% Sandfish.png

Sandfish
data-sort-value="75"Gold.png225–1,000g

1.26% Ghostfish.png

Ghostfish
data-sort-value="45"Gold.png135–1,000g

3.74% Sea Cucumber.png

Sea Cucumber
data-sort-value="75"Gold.png225–1,000g

1.26% Super Cucumber.png

Super Cucumber
data-sort-value="250"Gold.png750–1,250g

1.26% Octopus.png

Octopus
data-sort-value="150"Gold.png450–1,000g

1.26% Squid.png

Squid
data-sort-value="80"Gold.png240–1,000g

7.35% Lobster.png

Lobster
data-sort-value="120"Gold.png360–1,000g

1.26% Crayfish.png

Crayfish
data-sort-value="75"Gold.png225–1,000g

1.26% Crab.png

Crab
data-sort-value="100"Gold.png300–1,000g

1.26% Shrimp.png

Shrimp
data-sort-value="60"Gold.png180–1,000g

1.26% Snail.png

Snail
data-sort-value="65"Gold.png195–1,000g

1.26% Oyster.png

Oyster
data-sort-value="40"Gold.png120–1,000g

1.26% Mussel.png

Mussel
data-sort-value="30"Gold.png100–1,000g

1.26% Clam.png

Clam
data-sort-value="50"Gold.png150–1,000g

1.26% Cockle.png

Cockle
data-sort-value="50"Gold.png150–1,000g

1.26% Rainbow Shell.png

Rainbow Shell
data-sort-value="600"Gold.png1,800–3,000g

2.5% Nautilus Shell.png

Nautilus Shell
data-sort-value="240"Gold.png720–1,200g

1.26% Coral.png

Coral
data-sort-value="80"Gold.png240–1,000g

1.26% Sea Urchin.png

Sea Urchin
data-sort-value="160"Gold.png480–1,000g

1.26% Red Mullet.png

Red Mullet
data-sort-value="75"Gold.png225–1,000g

1.26% Herring.png

Herring
data-sort-value="30"Gold.png100–1,000g

1.26% Chub.png

Chub
data-sort-value="50"Gold.png150–1,000g

1.26% Periwinkle.png

Periwinkle
data-sort-value="20"Gold.png100–1,000g

Fishing Equipment

1.26% Bait.png

Bait
data-sort-value="1"Gold.png100–1,000g

1.26% Spinner.png

Spinner
data-sort-value="250"Gold.png750–1,250g

1.26% Dressed Spinner.png

Dressed Spinner
data-sort-value="500"Gold.png1,500–2,500g

1.26% Treasure Hunter.png

Treasure Hunter
data-sort-value="250"Gold.png750–1,250g

1.26% Lead Bobber.png

Lead Bobber
data-sort-value="150"Gold.png450–1,000g

1.26% Cork Bobber.png

Cork Bobber
data-sort-value="250"Gold.png750–1,250g

1.26% Trap Bobber.png

Trap Bobber
data-sort-value="200"Gold.png600–1,000g

1.26% Magnet.png

Magnet
data-sort-value="15"Gold.png100–1,000g

4.96% Barbed Hook.png

Barbed Hook
data-sort-value="500"Gold.png1,500–2,500g

Crafting, Loot, & Misc.

2.5% Sprinkler.png

Sprinkler
data-sort-value="100"Gold.png300–1,000g

3.74% Quality Sprinkler.png

Quality Sprinkler
data-sort-value="450"Gold.png1,350–2,250g

16.41% Battery Pack.png

Battery Pack
data-sort-value="500"Gold.png1,500–2,500g

2.5% Sap.png

Sap
data-sort-value="2"Gold.png100–1,000g

1.26% Pine Tar.png

Pine Tar
data-sort-value="100"Gold.png300–1,000g

1.26% Oak Resin.png

Oak Resin
data-sort-value="150"Gold.png450–1,000g

1.26% Maple Syrup.png

Maple Syrup
data-sort-value="200"Gold.png600–1,000g

33.93% Slime.png

Slime
data-sort-value="5"Gold.png100–1,000g

34.8% Bug Meat.png

Bug Meat
data-sort-value="8"Gold.png100–1,000g

1.26% Bat Wing.png

Bat Wing
data-sort-value="15"Gold.png100–1,000g

1.26% Void Essence.png

Void Essence
data-sort-value="50"Gold.png150–1,000g

1.26% Solar Essence.png

Solar Essence
data-sort-value="40"Gold.png120–1,000g

1.26% Life Elixir.png

Life Elixir
data-sort-value="500"Gold.png1,500–2,500g

1.26% Oil of Garlic.png

Oil of Garlic
data-sort-value="1000"Gold.png3,000–5,000g

2.5% Joja Cola.png

Joja Cola
data-sort-value="20"Gold.png100–1,000g

1.26% Bomb.png

Bomb
data-sort-value="50"Gold.png150–1,000g

2.5% Cherry Bomb.png

Cherry Bomb
data-sort-value="50"Gold.png150–1,000g

1.26% Mega Bomb.png

Mega Bomb
data-sort-value="50"Gold.png150–1,000g

2.5% Copper Ore.png

Copper Ore
data-sort-value="5"Gold.png100–1,000g

2.5% Iron Ore.png

Iron Ore
data-sort-value="10"Gold.png100–1,000g

2.5% Gold Ore.png

Gold Ore
data-sort-value="25"Gold.png100–1,000g

2.5% Iridium Ore.png

Iridium Ore
data-sort-value="100"Gold.png300–1,000g

1.26% Copper Bar.png

Copper Bar
data-sort-value="60"Gold.png180–1,000g

1.26% Iron Bar.png

Iron Bar
data-sort-value="120"Gold.png360–1,000g

1.26% Gold Bar.png

Gold Bar
data-sort-value="250"Gold.png750–1,250g

1.26% Iridium Bar.png

Iridium Bar
data-sort-value="1000"Gold.png3,000–5,000g

1.26% Refined Quartz.png

Refined Quartz
data-sort-value="50"Gold.png150–1,000g

2.5% Coal.png

Coal
data-sort-value="15"Gold.png100–1,000g

1.26% Clay.png

Clay
data-sort-value="20"Gold.png100–1,000g

2.5% Wood.png

Wood
data-sort-value="2"Gold.png100–1,000g

2.5% Stone.png

Stone
data-sort-value="2"Gold.png100–1,000g

1.26% Hardwood.png

Hardwood
data-sort-value="15"Gold.png100–1,000g

2.5% Fiber.png

Fiber
data-sort-value="1"Gold.png100–1,000g

13.11% Wood Fence.png

Wood Fence
data-sort-value="1"Gold.png100–1,000g

1.26% Stone Fence.png

Stone Fence
data-sort-value="2"Gold.png100–1,000g

1.26% Iron Fence.png

Iron Fence
data-sort-value="6"Gold.png100–1,000g

2.5% Hardwood Fence.png

Hardwood Fence
data-sort-value="10"Gold.png100–1,000g

1.26% Gate.png

Gate
data-sort-value="4"Gold.png100–1,000g

1.26% Wood Path.png

Wood Path
data-sort-value="1"Gold.png100–1,000g

1.26% Cobblestone Path.png

Cobblestone Path
data-sort-value="1"Gold.png100–1,000g

1.26% Gravel Path.png

Gravel Path
data-sort-value="1"Gold.png100–1,000g

1.26% Stepping Stone Path.png

Stepping Stone Path
data-sort-value="1"Gold.png100–1,000g

1.26% Crystal Path.png

Crystal Path
data-sort-value="1"Gold.png100–1,000g

1.26% Weathered Floor.png

Weathered Floor
data-sort-value="1"Gold.png100–1,000g

1.26% Straw Floor.png

Straw Floor
data-sort-value="1"Gold.png100–1,000g

3.74% Wood Floor.png

Wood Floor
data-sort-value="1"Gold.png100–1,000g

2.5% Crystal Floor.png

Crystal Floor
data-sort-value="1"Gold.png100–1,000g

1.26% Stone Floor.png

Stone Floor
data-sort-value="1"Gold.png100–1,000g

Furniture

Chairs & Couch

0.68% Pink Office Chair.png

Pink Office Chair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Purple Office Chair.png

Purple Office Chair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Green Office Stool.png

Green Office Stool
data-sort-value="furniture"Gold.png250–2,500g

0.68% Orange Office Stool.png

Orange Office Stool
data-sort-value="furniture"Gold.png250–2,500g

0.68% Blue Stool.png

Blue Stool
data-sort-value="furniture"Gold.png250–2,500g

0.68% Green Stool.png

Green Stool
data-sort-value="furniture"Gold.png250–2,500g

0.68% Birch Chair.png

Birch Chair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Oak Chair.png

Oak Chair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Walnut Chair.png

Walnut Chair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Mahogany Chair.png

Mahogany Chair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Winter Chair.png

Winter Chair
data-sort-value="furniture"Gold.png250–2,500g

0.68% 32px

Dining Chair (Yellow)
data-sort-value="furniture"Gold.png250–2,500g

0.68% 32px

Dining Chair (Red)
data-sort-value="furniture"Gold.png250–2,500g

0.68% Blue Diner Chair.png

Blue Diner Chair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Red Diner Chair.png

Red Diner Chair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Breakfast Chair.png

Breakfast Chair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Cute Chair.png

Cute Chair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Country Chair.png

Country Chair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Groovy Chair.png

Groovy Chair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Green Plush Seat.png

Green Plush Seat
data-sort-value="furniture"Gold.png250–2,500g

0.68% Pink Plush Seat.png

Pink Plush Seat
data-sort-value="furniture"Gold.png250–2,500g

0.68% Dark Throne.png

Dark Throne
data-sort-value="furniture"Gold.png250–2,500g

0.68% Stump Seat.png

Stump Seat
data-sort-value="furniture"Gold.png250–2,500g

0.68% King Chair.png

King Chair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Metal Chair.png

Metal Chair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Birch Bench.png

Birch Bench
data-sort-value="furniture"Gold.png250–2,500g

0.68% Oak Bench.png

Oak Bench
data-sort-value="furniture"Gold.png250–2,500g

0.68% Walnut Bench.png

Walnut Bench
data-sort-value="furniture"Gold.png250–2,500g

0.68% Mahogany Bench.png

Mahogany Bench
data-sort-value="furniture"Gold.png250–2,500g

0.68% Modern Bench.png

Modern Bench
data-sort-value="furniture"Gold.png250–2,500g

0.68% Blue Armchair.png

Blue Armchair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Brown Armchair.png

Brown Armchair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Green Armchair.png

Green Armchair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Red Armchair.png

Red Armchair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Yellow Armchair.png

Yellow Armchair
data-sort-value="furniture"Gold.png250–2,500g

0.68% Blue Couch.png

Blue Couch
data-sort-value="furniture"Gold.png250–2,500g

0.68% Brown Couch.png

Brown Couch
data-sort-value="furniture"Gold.png250–2,500g

0.68% Green Couch.png

Green Couch
data-sort-value="furniture"Gold.png250–2,500g

0.68% Red Couch.png

Red Couch
data-sort-value="furniture"Gold.png250–2,500g

0.68% Yellow Couch.png

Yellow Couch
data-sort-value="furniture"Gold.png250–2,500g

0.68% Dark Couch.png

Dark Couch
data-sort-value="furniture"Gold.png250–2,500g

0.68% Wizard Couch.png

Wizard Couch
data-sort-value="furniture"Gold.png250–2,500g

0.68% Woodsy Couch.png

Woodsy Couch
data-sort-value="furniture"Gold.png250–2,500g

Tables

0.68% Diviner Table.png

Diviner Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Sun Table.png

Sun Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Candy Table.png

Candy Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Moon Table.png

Moon Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Dark Table.png

Dark Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Luau Table.png

Luau Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Puzzle Table.png

Puzzle Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Luxury Table.png

Luxury Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Neolithic Table.png

Neolithic Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Pub Table.png

Pub Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Birch Table.png

Birch Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Walnut Table.png

Walnut Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Oak Table.png

Oak Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Mahogany Table.png

Mahogany Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Modern Table.png

Modern Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Winter Table.png

Winter Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Birch Tea-Table.png

Birch Tea-Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Walnut Tea-Table.png

Walnut Tea-Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Oak Tea-Table.png

Oak Tea-Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Mahogany Tea-Table.png

Mahogany Tea-Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Modern Tea-Table.png

Modern Tea-Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Birch End Table.png

Birch End Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Oak End Table.png

Oak End Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Walnut End Table.png

Walnut End Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Mahogany End Table.png

Mahogany End Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Modern End Table.png

Modern End Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Winter End Table.png

Winter End Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Grandmother End Table.png

Grandmother End Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Stone Slab.png

Stone Slab
data-sort-value="furniture"Gold.png250–2,500g

0.68% Coffee Table.png

Coffee Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Mahogany Dining Table.png

Mahogany Dining Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Modern Dining Table.png

Modern Dining Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Festive Dining Table.png

Festive Dining Table
data-sort-value="furniture"Gold.png250–2,500g

0.68% Winter Dining Table.png

Winter Dining Table
data-sort-value="furniture"Gold.png250–2,500g

Other Furniture

0.68% Birch Dresser.png

Birch Dresser
data-sort-value="furniture"Gold.png250–2,500g

0.68% Walnut Dresser.png

Walnut Dresser
data-sort-value="furniture"Gold.png250–2,500g

0.68% Oak Dresser.png

Oak Dresser
data-sort-value="furniture"Gold.png250–2,500g

0.68% Mahogany Dresser.png

Mahogany Dresser
data-sort-value="furniture"Gold.png250–2,500g

0.68% Box Lamp.png

Box Lamp
data-sort-value="furniture"Gold.png250–2,500g

0.68% Country Lamp.png

Country Lamp
data-sort-value="furniture"Gold.png250–2,500g

0.68% Classic Lamp.png

Classic Lamp
data-sort-value="furniture"Gold.png250–2,500g

0.68% Modern Lamp.png

Modern Lamp
data-sort-value="furniture"Gold.png250–2,500g

0.68% J. Cola Light.png

J. Cola Light
data-sort-value="furniture"Gold.png250–2,500g

0.68% Modern Bookcase.png

Modern Bookcase
data-sort-value="furniture"Gold.png250–2,500g

0.68% Artist Bookcase.png

Artist Bookcase
data-sort-value="furniture"Gold.png250–2,500g

0.68% Dark Bookcase.png

Dark Bookcase
data-sort-value="furniture"Gold.png250–2,500g

0.68% Luxury Bookcase.png

Luxury Bookcase
data-sort-value="furniture"Gold.png250–2,500g

0.68% China Cabinet.png

China Cabinet
data-sort-value="furniture"Gold.png250–2,500g

Paintings & Decorative items

0.68% 'Little Tree'.png

'Little Tree'
data-sort-value="furniture"Gold.png250–2,500g

0.68% 'Blue City'.png

'Blue City'
data-sort-value="furniture"Gold.png250–2,500g

0.68% 'Blueberries'.png

'Blueberries'
data-sort-value="furniture"Gold.png250–2,500g

0.68% 'Sun 45'.png

'Sun 45'
data-sort-value="furniture"Gold.png250–2,500g

0.68% 'Spires'.png

'Spires'
data-sort-value="furniture"Gold.png250–2,500g

0.68% 'VGA Paradise'.png

'VGA Paradise'
data-sort-value="furniture"Gold.png250–2,500g

0.68% 'Highway 89'.png

'Highway 89'
data-sort-value="furniture"Gold.png250–2,500g

0.68% 'Kitemaster '95'.png

'Kitemaster '95'
data-sort-value="furniture"Gold.png250–2,500g

0.68% 'Pathways'.png

'Pathways'
data-sort-value="furniture"Gold.png250–2,500g

0.68% 'The Muzzamaroo'.png

'The Muzzamaroo'
data-sort-value="furniture"Gold.png250–2,500g

0.68% 'Vanilla Villa'.png

'Vanilla Villa'
data-sort-value="furniture"Gold.png250–2,500g

0.68% 'Primal Motion'.png

'Primal Motion'
data-sort-value="furniture"Gold.png250–2,500g

0.68% 'Queen of the Gem Sea'.png

'Queen of the Gem Sea'
data-sort-value="furniture"Gold.png250–2,500g

0.68% 'Dancing Grass'.png

'Dancing Grass'
data-sort-value="furniture"Gold.png250–2,500g

0.68% Needlepoint Flower.png

Needlepoint Flower
data-sort-value="furniture"Gold.png250–2,500g

0.68% Calico Falls.png

Calico Falls
data-sort-value="furniture"Gold.png250–2,500g

0.68% Skull Poster.png

Skull Poster
data-sort-value="furniture"Gold.png250–2,500g

0.68% Little Photos.png

Little Photos
data-sort-value="furniture"Gold.png250–2,500g

0.68% Wallflower Pal.png

Wallflower Pal
data-sort-value="furniture"Gold.png250–2,500g

0.68% Model Ship.png

Model Ship
data-sort-value="furniture"Gold.png250–2,500g

0.68% Globe.png

Globe
data-sort-value="furniture"Gold.png250–2,500g

0.68% Decorative Bowl.png

Decorative Bowl
data-sort-value="furniture"Gold.png250–2,500g

0.68% Ceramic Pillar.png

Ceramic Pillar
data-sort-value="furniture"Gold.png250–2,500g

0.68% Gold Pillar.png

Gold Pillar
data-sort-value="furniture"Gold.png250–2,500g

0.68% Totem Pole.png

Totem Pole
data-sort-value="furniture"Gold.png250–2,500g

0.68% Industrial Pipe.png

Industrial Pipe
data-sort-value="furniture"Gold.png250–2,500g

0.68% Red Rug.png

Red Rug
data-sort-value="furniture"Gold.png250–2,500g

0.68% Dark Rug.png

Dark Rug
data-sort-value="furniture"Gold.png250–2,500g

0.68% Patchwork Rug.png

Patchwork Rug
data-sort-value="furniture"Gold.png250–2,500g

0.68% Futan Bear.png

Futan Bear
data-sort-value="furniture"Gold.png250–2,500g

0.68% Small Crystal.png

Small Crystal
data-sort-value="furniture"Gold.png250–2,500g

0.68% Decorative Lantern.png

Decorative Lantern
data-sort-value="furniture"Gold.png250–2,500g

Decorative Plants

0.68% House Plant.png

House Plant
data-sort-value="furniture"Gold.png250–2,500g

0.68% House Plant 4.png

House Plant
data-sort-value="furniture"Gold.png250–2,500g

0.68% House Plant 5.png

House Plant
data-sort-value="furniture"Gold.png250–2,500g

0.68% House Plant 6.png

House Plant
data-sort-value="furniture"Gold.png250–2,500g

0.68% House Plant 7.png

House Plant
data-sort-value="furniture"Gold.png250–2,500g

0.68% House Plant 8.png

House Plant
data-sort-value="furniture"Gold.png250–2,500g

0.68% House Plant 10.png

House Plant
data-sort-value="furniture"Gold.png250–2,500g

0.68% House Plant 12.png

House Plant
data-sort-value="furniture"Gold.png250–2,500g

0.68% House Plant 13.png

House Plant
data-sort-value="furniture"Gold.png250–2,500g

0.68% House Plant 14.png

House Plant
data-sort-value="furniture"Gold.png250–2,500g

0.68% House Plant 15.png

House Plant
data-sort-value="furniture"Gold.png250–2,500g

0.68% Small Plant.png

Small Plant
data-sort-value="furniture"Gold.png250–2,500g

0.68% Table Plant.png

Table Plant
data-sort-value="furniture"Gold.png250–2,500g

0.68% Indoor Palm.png

Indoor Palm
data-sort-value="furniture"Gold.png250–2,500g

0.68% Topiary Tree.png

Topiary Tree
data-sort-value="furniture"Gold.png250–2,500g

0.68% Manicured Pine.png

Manicured Pine
data-sort-value="furniture"Gold.png250–2,500g

0.68% Tree of the Winter Star.png

Tree of the Winter Star
data-sort-value="furniture"Gold.png250–2,500g

Mechanics

The merchant's standard stock is determined by a random number seeded with the game ID (XPath: /SaveGame/uniqueIDForThisGame) and the days played (XPath: /SaveGame/stats/DaysPlayed).

For each item slot, a random integer (num) in the range [2,790) is chosen. num is then incremented and wrapped to the range [0,790) until there exists an item that satisfies all of the following conditions:

  • ID is equal to num;
  • not blacklisted; (see the Talk page for a list of "blacklisted" items)
  • has a category;
  • price greater than 0;
  • not named "Weeds";
  • type is not "Quest", "Minerals", or "Arch".

The unit price is determined by the larger of 2 random integers in the ranges of [1,11)*100 and [3,6)*base_price. The stack size has a 90% chance to be 1, and 10% chance to be 5.

Note that some items have a higher chance to appear in the standard stock, because after the random integer is chosen, it is incremented until it is equal to a valid object number.

For the furniture slot, a random integer (num) in the range [0,1613) is chosen until it there exists a furniture that has num as its ID and is not blacklisted. The unit price is determined by a random integer in the range of [1,11)*250.

History