Difference between revisions of "Qi Bean"

m
(Move locations to own section and add some details)
 
(8 intermediate revisions by 5 users not shown)
Line 7: 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]]. Mature plants yield [[Qi Fruit]].
  
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, or [[Golden Coconut]]s<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. [[Crops#Giant Crops|Giant Qi Fruit]] would not disappear.
  
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.
+
==Locations==
 +
While the quest is active, Qi Beans can be found by:
 +
*Breaking rocks - each rock has a 2% chance of dropping a Qi Bean<ref name="rock" />
 +
*Shaking [[Trees]] - whenever shaking a tree drops a seed, there is a 50% chance it will also drop a Qi Bean<ref name="palm" />
 +
*Chopping [[Trees]] - each tree has a 25% chance of dropping a Qi Bean<ref name="tree" />
 +
*Chopping [[Large Stump]]s and [[Large Log]]s - each one has a 25% chance of dropping a Qi Bean<ref name="stump" />
 +
*Cutting [[Weed]]s - each weed has a 1% chance of dropping a Qi Bean<ref name="weed" />
 +
*Checking [[Garbage Can]]s<ref name="garbage" />
 +
*Killing [[Monsters]] - [[Dust Sprite]]s have a 2% chance of dropping a Qi Bean, all other monsters have a 5% chance<ref name="monster" />
 +
*Breaking [[Minerals#Geodes|Geodes]], [[Artifact Trove]]s, or [[Golden Coconut]]s - each one has a 7.5% chance of dropping one Qi Bean, and a 2.5% chance of dropping 5<ref name="geode" />
 +
*Digging [[Artifact Spot]]s<ref name="artifactspot" />
 +
*Opening chests<ref name="chest" />
 +
*Breaking crates in the [[Volcano Dungeon]]<ref name="crate" />
 +
*[[Fishing]]<ref name="fish" />
 +
 
 +
They can also be made by placing a Qi Fruit in a [[Seed Maker]].
  
 
==Stages==
 
==Stages==
Line 24: Line 39:
  
 
==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==
Line 34: Line 50:
 
     <ref name="artifactspot">See <samp>GameLocation::digUpArtifactSpot</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="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="garbage">See <samp>Data\GarbageCans.xnb</samp> in the game files.</ref>
 
     <ref name="chest">See <samp>Locations.VolcanoDungeon::PopulateChest</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="monster">See <samp>Monsters.Monster::InitializeForLocation</samp> in the game code.</ref>
Line 49: Line 65:
 
{{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]]'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 [[Fishing#Golden Treasure Chests|Golden Fishing Treasure Chests]].}}
  
 
{{NavboxSeeds}}
 
{{NavboxSeeds}}

Latest revision as of 19:33, 8 June 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. Mature plants yield Qi Fruit.

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.

Locations

While the quest is active, Qi Beans can be found by:

They can also be made by placing a Qi Fruit in a Seed Maker.

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::shake in the game code.
  3. See TerrainFeatures.Tree::performTreeFall in the game code.
  4. See TerrainFeatures.ResourceClump::performToolAction in the game code.
  5. See Object::cutWeed in the game code.
  6. See Data\GarbageCans.xnb in the game files.
  7. See Monsters.Monster::InitializeForLocation in the game code.
  8. See Utility::getTreasureFromGeode in the game code.
  9. See GameLocation::digUpArtifactSpot 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