Changes

no edit summary
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 trash cans, killing [[monsters]], breaking [[Minerals#Geodes|geodes]], digging [[Artifact Spot]]s, shaking [[Palm Tree]]s on [[Ginger Island]], opening chests and breaking crates in the [[Volcano Dungeon]], and [[fishing]].
+
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 21: Line 19:  
|dislike=Robin,Demetrius,Maru,Sebastian,Linus,Pierre,Caroline,Abigail,Alex,George,Evelyn,Lewis,Clint,Penny,Pam,Emily,Haley,Jas,Vincent,Jodi,Kent,Sam,Leah,Shane,Marnie,Elliott,Gus,Dwarf,Wizard,Harvey,Sandy,Willy,Krobus,Leo
 
|dislike=Robin,Demetrius,Maru,Sebastian,Linus,Pierre,Caroline,Abigail,Alex,George,Evelyn,Lewis,Clint,Penny,Pam,Emily,Haley,Jas,Vincent,Jodi,Kent,Sam,Leah,Shane,Marnie,Elliott,Gus,Dwarf,Wizard,Harvey,Sandy,Willy,Krobus,Leo
 
}}
 
}}
 +
 +
==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==
 
==Tips==
* Given that Fishing Treasure Chests can yield one or more stacks of 4 Beans during the quest, fishing is a reliable source of Qi Beans when combined with the [[Skills#Fishing|Pirate Profession]] and a [[Treasure Hunter]] tackle.
+
* 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.
 
* 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]] can reduce the time between harvests to 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.
 +
 
 +
==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's item recovery service after the 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}}
4,249

edits