Difference between revisions of "Bridal Veil"

From Stardew Valley Wiki
Jump to navigation Jump to search
(')
(Added 1.6 random drop from various actions. Added to history and references. Edited wording/infobox to keep consistent w/ other pages.)
Line 2: Line 2:
 
|name            = Bridal Veil
 
|name            = Bridal Veil
 
|image          = Bridal Veil.png
 
|image          = Bridal Veil.png
|source          = [[Tailoring]] • [[Pans|Panning]]
+
|source          = [[Tailoring]]
 
|ingredients    = {{name|Pearl|1}}
 
|ingredients    = {{name|Pearl|1}}
 
}}
 
}}
The '''Bridal Veil''' is a [[Hats|hat]] that can be [[Tailoring#Hats|tailored]] using [[Cloth]] and a [[Pearl]] at the sewing machine inside [[2 Willow Lane|Emily's house]] or the [[Sewing Machine]] received as a reward for the [[Quests#Rock Rejuvenation|"Rock Rejuvenation"]] special order. It can also be found from panning on [[Ginger Island]]
+
The '''Bridal Veil''' is a [[Hats|hat]] that can be [[Tailoring#Hats|tailored]] using [[Cloth]] and a [[Pearl]] at the sewing machine inside [[2 Willow Lane|Emily's house]] or the [[Sewing Machine]] received as a reward for the [[Quests#Rock Rejuvenation|"Rock Rejuvenation"]] special order.  
 +
 
 +
There is a small chance to receive this hat from slaying [[monsters]], breaking [[The Mines#Crates and Barrels|crates and barrels]], chopping [[trees]], shaking trees with seeds, digging [[Artifact Spot]]s, or [[panning]].<ref name="rarecosmeticdrop" />
 +
 
 +
==References==
 +
<references>
 +
  <ref name="rarecosmeticdrop">See <samp>Utility::getRandomCosmeticItem</samp> and <samp>Utility::trySpawnRareObject</samp> in the game code. Chances are determined in <samp>GameLocation::monsterDrop</samp>, <samp>BreakableContainer::releaseContents</samp>, <samp>Tree::performToolAction</samp>, <samp>Tree::shake</samp>, <samp>GameLocation::digUpArtifactSpot</samp>, and <samp>Pan::getPanItems</samp>.</ref>
 +
</references>
  
 
==History==
 
==History==
 
{{History|1.4|Introduced.}}
 
{{History|1.4|Introduced.}}
{{History|1.6|Can now be found with a [[Pans|pan]].}}
+
{{History|1.6|Small chance added to receive from various player actions.}}
  
 
{{NavboxClothing}}
 
{{NavboxClothing}}

Revision as of 02:40, 3 April 2024

Bridal Veil
Bridal Veil.png
The traditional headwear for a bride.
Information
Source: Tailoring
Recipe
(Cloth + ):
Pearl.png Pearl (1)
Sell Price: Cannot be sold

The Bridal Veil is a hat that can be tailored using Cloth and a Pearl at the sewing machine inside Emily's house or the Sewing Machine received as a reward for the "Rock Rejuvenation" special order.

There is a small chance to receive this hat from slaying monsters, breaking crates and barrels, chopping trees, shaking trees with seeds, digging Artifact Spots, or panning.[1]

References

  1. See Utility::getRandomCosmeticItem and Utility::trySpawnRareObject in the game code. Chances are determined in GameLocation::monsterDrop, BreakableContainer::releaseContents, Tree::performToolAction, Tree::shake, GameLocation::digUpArtifactSpot, and Pan::getPanItems.

History

  • 1.4: Introduced.
  • 1.6: Small chance added to receive from various player actions.