Difference between revisions of "Qi Bean"

(note about fruit belongs on the fruit page)
 
(24 intermediate revisions by 14 users not shown)
Line 1: Line 1:
{{Spoiler}}
 
 
{{Infobox seed
 
{{Infobox seed
 
|name        = Qi Bean
 
|name        = Qi Bean
Line 8: Line 7:
 
|season      = {{Season|All}}
 
|season      = {{Season|All}}
 
}}
 
}}
 
 
The '''Qi Bean''' is a seed found throughout Stardew Valley and on [[Ginger Island]] during the quest [[Quests#Qi's Crop|Qi's Crop]].
 
The '''Qi Bean''' is a seed found throughout Stardew Valley and on [[Ginger Island]] during the quest [[Quests#Qi's Crop|Qi's Crop]].
  
While the quest is active, Qi Beans can be found by breaking rocks, chopping down [[trees]] and stumps, cutting [[grass]], from [[Garbage Can]]s, killing [[monsters]], breaking [[Minerals#Geodes|geodes]], [[Artifact Trove]]s, or [[Golden Coconut]]s, digging [[Artifact Spot]]s, shaking [[Palm Tree]]s on [[Ginger Island]], opening chests and breaking crates in the [[Volcano Dungeon]], and [[fishing]]. They can also be made by placing a Qi Fruit in a Seed Maker.
+
While the quest is active, Qi Beans can be found by breaking rocks<ref name="rock" />, chopping down [[trees]]<ref name="tree" /> and stumps<ref name="stump" />, cutting [[weeds]]<ref name="weed" />, from [[Garbage Can]]s<ref name="garbage" />, killing [[monsters]]<ref name="monster" />, breaking [[Minerals#Geodes|geodes]], [[Artifact Trove]]s, [[Golden Coconut]]s, [[Mystery Box]]es, or [[Golden Mystery Box]]es<ref name="geode" />, digging [[Artifact Spot]]s<ref name="artifactspot" />, shaking [[Palm Tree]]s on [[Ginger Island]]<ref name="palm" />, opening chests<ref name="chest" />, and breaking crates<ref name="crate" /> in the [[Volcano Dungeon]], and [[fishing]]<ref name="fish" />. They can also be made by placing a Qi Fruit in a [[Seed Maker]].
  
All [[Qi Fruit]] and Qi Beans despawn when the quest is over (''i.e.,'' the day after the player ships them or the quest timer ends), including growing crops, all players' inventories, [[chest]]s, [[Preserves Jar]]s, [[Keg]]s, and Marlon's [[Adventurer's Guild#Item Recovery Service|item recovery service]] list.
+
All [[Qi Fruit]] and Qi Beans despawn when the quest is over (''i.e.,'' the day after the player ships them or the quest timer ends), including growing crops, all players' inventories, [[Chest]]s, [[Preserves Jar]]s, [[Keg]]s, and [[Marlon]]'s [[Adventurer's Guild#Item Recovery Service|Item Recovery Service]] list. [[Crops#Giant Crops|Giant Qi Fruit]] would not disappear.
  
 
==Stages==
 
==Stages==
Line 23: Line 21:
  
 
==Dyeing==
 
==Dyeing==
Qi Bean can be used in [[dyeing]], serving as a blue dye at the dye pots, located in [[Emily]]'s and [[Haley]]'s house, [[2 Willow Lane]].
+
The Qi Bean can be used in [[dyeing]], serving as a blue dye at the dye pots, located in [[Emily]]'s and [[Haley]]'s house, [[2 Willow Lane]].
  
 
==Tips==
 
==Tips==
* Given that [[Fishing#Treasure Chests|Fishing Treasure Chests]] have a 48% chance to yield a stack of up to 4 Qi Beans during the quest, fishing is a reliable source of Qi Beans when combined with the [[Magnet]] bait, [[Skills#Fishing|Pirate Profession]], and a [[Treasure Hunter]] tackle.
+
* Given that [[Fishing#Treasure Chests|Fishing Treasure Chests]] have a 43% chance (51% chance for [[Fishing#Golden Fishing Treasure Chests|Golden Fishing Treasure Chests]]) to yield at least one stack of up to 4 Qi Beans during the quest, fishing is a reliable source of Qi Beans when combined with the [[Magnet]] bait, [[Skills#Fishing|Pirate Profession]], and a [[Treasure Hunter]] tackle.
 
* Putting Qi Fruit into [[Seed Maker]]s and planting the resulting Qi Beans will, on average, nearly double the Qi Fruit supply. Qi Fruit produced early in the quest can be doubled several times with this method.
 
* Putting Qi Fruit into [[Seed Maker]]s and planting the resulting Qi Beans will, on average, nearly double the Qi Fruit supply. Qi Fruit produced early in the quest can be doubled several times with this method.
 
* Breaking any type of [[Minerals#Geodes|Geode]] may occasionally yield 1 or 5 Qi Beans.
 
* Breaking any type of [[Minerals#Geodes|Geode]] may occasionally yield 1 or 5 Qi Beans.
 
* The use of [[Speed-Gro]], [[Deluxe Speed-Gro]], or [[Hyper Speed-Gro]], and the [[Skills#Farming|Agriculturist Profession]] can reduce the time between harvests by 1 or 2 days.
 
* The use of [[Speed-Gro]], [[Deluxe Speed-Gro]], or [[Hyper Speed-Gro]], and the [[Skills#Farming|Agriculturist Profession]] can reduce the time between harvests by 1 or 2 days.
 +
* Qi Beans can also be amassed quickly using [[Treasure Totem]]s. During the quest, [[Artifact Spot]]s have a 25% chance to drop 2-5 Qi Beans, so each Treasure Totem will produce 14 Qi Beans on average, assuming no obstacle blocks any of the 16 tiles.
 +
 +
==References==
 +
<references>
 +
    <ref name="fish">See <samp>GameLocation::getFish</samp> and <samp>Tools.FishingRod::openTreasureMenuEndFunction</samp> in the game code.</ref>
 +
    <ref name="artifactspot">See <samp>GameLocation::digUpArtifactSpot</samp> in the game code.</ref>
 +
    <ref name="rock">See <samp>GameLocation::OnStoneDestroyed</samp> in the game code.</ref>
 +
    <ref name="garbage">See <samp>Locations.Town::checkAction</samp> in the game code.</ref>
 +
    <ref name="chest">See <samp>Locations.VolcanoDungeon::PopulateChest</samp> in the game code.</ref>
 +
    <ref name="monster">See <samp>Monsters.Monster::InitializeForLocation</samp> in the game code.</ref>
 +
    <ref name="weed">See <samp>Object::cutWeed</samp> in the game code.</ref>
 +
    <ref name="crate">See <samp>Objects.BreakableContainer::releaseContents</samp> in the game code.</ref>
 +
    <ref name="stump">See <samp>TerrainFeatures.ResourceClump::performToolAction</samp> in the game code.</ref>
 +
    <ref name="palm">See <samp>TerrainFeatures.Tree::shake</samp> in the game code.</ref>
 +
    <ref name="tree">See <samp>TerrainFeatures.Tree::performTreeFall</samp> in the game code.</ref>
 +
    <ref name="geode">See <samp>Utility::getTreasureFromGeode</samp> in the game code.</ref>
 +
</references>
  
 
==History==
 
==History==
 
{{History|1.5|Introduced.}}
 
{{History|1.5|Introduced.}}
{{History|1.5.2|Can now be grown on the farm during [[winter]].}}
+
{{History|1.5.2|Can now be grown on [[the Farm]] during [[Winter]].}}
{{History|1.5.3|Qi Beans are now properly removed from any machines/craftables and from [[Marlon|Marlon's]] item recovery service after the [[Quests#Qi.27s_Challenge|Qi Challenge]] expires.}}
+
{{History|1.5.3|Qi Beans are now properly removed from any machines/craftables and from [[Marlon]]'s item recovery service after the [[Quests#Qi.27s_Challenge|Qi Challenge]] expires.}}
 +
{{History|1.6|Can now be obtained from [[Mystery Box]]es, [[Golden Mystery Box]]es, and [[Fishing#Golden Treasure Chests|Golden Fishing Treasure Chests]].}}
  
 
{{NavboxSeeds}}
 
{{NavboxSeeds}}

Latest revision as of 06:57, 10 May 2024

Qi Bean
Qi Bean.png
Plant these in any season. Water every day to produce a Qi Fruit. Takes 4 days to mature.
Information
Crop: Qi Fruit.png Qi Fruit
Growth Time: 4 days
Season:

All Seasons Icon.png All

Sell Price: data-sort-value="1">Gold.png1g
Purchase Prices
Pierre Icon.png General Store: Not sold
Morris Icon.png JojaMart: Not sold
Traveling Cart Icon.png Traveling Cart: Not sold

The Qi Bean is a seed found throughout Stardew Valley and on Ginger Island during the quest Qi's Crop.

While the quest is active, Qi Beans can be found by breaking rocks[1], chopping down trees[2] and stumps[3], cutting weeds[4], from Garbage Cans[5], killing monsters[6], breaking geodes, Artifact Troves, Golden Coconuts, Mystery Boxes, or Golden Mystery Boxes[7], digging Artifact Spots[8], shaking Palm Trees on Ginger Island[9], opening chests[10], and breaking crates[11] in the Volcano Dungeon, and fishing[12]. They can also be made by placing a Qi Fruit in a Seed Maker.

All Qi Fruit and Qi Beans despawn when the quest is over (i.e., the day after the player ships them or the quest timer ends), including growing crops, all players' inventories, Chests, Preserves Jars, Kegs, and Marlon's Item Recovery Service list. Giant Qi Fruit would not disappear.

Stages

Qi Fruit can become a Giant Crop.

Stage 1 Stage 2 Stage 3 Stage 4 Harvest
 
 
 
 
 
1 Day 1 Day 1 Day 1 Day Total: 4 Days

Gifting

Villager Reactions

Dislike   Abigail  Alex  Caroline  Clint  Demetrius  Dwarf  Elliott  Emily  Evelyn  George  Gus  Haley  Harvey  Jas  Jodi  Kent  Krobus  Leah  Leo  Lewis  Linus  Marnie  Maru  Pam  Penny  Pierre  Robin  Sam  Sandy  Sebastian  Shane  Vincent  Willy  Wizard

Dyeing

The Qi Bean can be used in dyeing, serving as a blue dye at the dye pots, located in Emily's and Haley's house, 2 Willow Lane.

Tips

References

  1. See GameLocation::OnStoneDestroyed in the game code.
  2. See TerrainFeatures.Tree::performTreeFall in the game code.
  3. See TerrainFeatures.ResourceClump::performToolAction in the game code.
  4. See Object::cutWeed in the game code.
  5. See Locations.Town::checkAction in the game code.
  6. See Monsters.Monster::InitializeForLocation in the game code.
  7. See Utility::getTreasureFromGeode in the game code.
  8. See GameLocation::digUpArtifactSpot in the game code.
  9. See TerrainFeatures.Tree::shake in the game code.
  10. See Locations.VolcanoDungeon::PopulateChest in the game code.
  11. See Objects.BreakableContainer::releaseContents in the game code.
  12. See GameLocation::getFish and Tools.FishingRod::openTreasureMenuEndFunction in the game code.

History