Difference between revisions of "Living Hat"

From Stardew Valley Wiki
Jump to navigation Jump to search
(Edited wording. Removed %chance from infobox since other hats don't have it there. Added references for % chances.)
(Added iridium golem drop and 1.6 history.)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
*[[Weeds]]
 
*[[Weeds]]
 
*[[Wilderness Golem]]s
 
*[[Wilderness Golem]]s
 +
*[[Iridium Golem]]s
 
}}
 
}}
The '''Living Hat''' is a [[Hats|hat]] that can be obtained as a monster drop from [[Wilderness Golem]]s (0.01% chance).<ref name="golemchance" /> It can also rarely be obtained from cutting [[weeds]] (0.001% chance).<ref name="weedchance" />
+
The '''Living Hat''' is a [[Hats|hat]] that can be obtained as a monster drop from [[Wilderness Golem]]s (0.01% chance) or [[Iridium Golem]]s (0.02% chance).<ref name="golemchance" /> It can also rarely be obtained from cutting [[weeds]] (0.001% chance).<ref name="weedchance" />
  
 
==References==
 
==References==
 
<references>
 
<references>
   <ref name="golemchance">See <samp>Monsters::RockGolem::getExtraDropItems</samp> in the game code.</ref>
+
   <ref name="golemchance">See <samp>RockGolem::getExtraDropItems</samp> in the game code.</ref>
 
   <ref name="weedchance">See <samp>Object::cutWeed</samp> in the game code.</ref>
 
   <ref name="weedchance">See <samp>Object::cutWeed</samp> in the game code.</ref>
 
</references>
 
</references>
Line 16: Line 17:
 
==History==
 
==History==
 
{{History|1.4|Introduced.}}
 
{{History|1.4|Introduced.}}
 +
{{History|1.6|Can now be obtained from [[Iridium Golem]]s.}}
  
 
{{NavboxClothing}}
 
{{NavboxClothing}}

Latest revision as of 03:10, 12 April 2024

Living Hat
Living Hat.png
It absorbs moisture from your scalp. No watering needed!
Information
Source:
Sell Price: Cannot be sold

The Living Hat is a hat that can be obtained as a monster drop from Wilderness Golems (0.01% chance) or Iridium Golems (0.02% chance).[1] It can also rarely be obtained from cutting weeds (0.001% chance).[2]

References

  1. See RockGolem::getExtraDropItems in the game code.
  2. See Object::cutWeed in the game code.

History