Difference between revisions of "Hot Java Ring"

From Stardew Valley Wiki
Jump to navigation Jump to search
(Undo revision 170656 by FilthyGorilla (talk) Need a code reference (also what is TSE))
Tag: Undo
(Add references)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
}}
 
}}
  
The '''Hot Java Ring''' is a [[Rings|ring]] that can be found in [[Volcano Dungeon]] chests. Wearing it gives a 25% chance for monsters to drop [[Coffee]] on kill, and a 10% chance to drop [[Triple Shot Espresso]] if it fails to drop coffee.
+
The '''Hot Java Ring''' is a [[Rings|ring]] that can be found in [[Volcano Dungeon]] chests. Wearing it gives a 25% chance for monsters to drop [[Coffee]] on kill, and a 10% chance to drop [[Triple Shot Espresso]] if it fails to drop coffee.<ref name="effect" />
 +
 
 +
Equipping a second Hot Java Ring gives a separate roll with the same probabilities.<ref name="stacking" />
  
 
==Dyeing==
 
==Dyeing==
Line 13: Line 15:
 
==Notes==
 
==Notes==
 
*Since the [[Triple Shot Espresso]] drop chance is only rolled if the [[Coffee]] one fails, it is actually a 7.5% drop chance when killing a monster.
 
*Since the [[Triple Shot Espresso]] drop chance is only rolled if the [[Coffee]] one fails, it is actually a 7.5% drop chance when killing a monster.
 +
 +
==References==
 +
<references>
 +
<ref name="effect">See <samp>Ring::onMonsterSlay</samp> in the game code.</ref>
 +
<ref name="stacking"><samp>Ring::onMonsterSlay</samp> is called once for each equipped ring by <samp>GameLocation::onMonsterKilled</samp>.</ref>
 +
</references>
  
 
==History==
 
==History==

Latest revision as of 16:04, 29 July 2024

Hot Java Ring
Hot Java Ring.png
Greatly increases your chance to find coffee drinks when slaying monsters.
Information
Source: Volcano Dungeon
Adventurer's Guild

Purchase Price: Not Sold
Sell Price: data-sort-value="100 ">Gold.png100g

The Hot Java Ring is a ring that can be found in Volcano Dungeon chests. Wearing it gives a 25% chance for monsters to drop Coffee on kill, and a 10% chance to drop Triple Shot Espresso if it fails to drop coffee.[1]

Equipping a second Hot Java Ring gives a separate roll with the same probabilities.[2]

Dyeing

Hot Java Ring can be used in dyeing, serving as a yellow dye at the dye pots, located in Emily's and Haley's house, 2 Willow Lane.

Notes

  • Since the Triple Shot Espresso drop chance is only rolled if the Coffee one fails, it is actually a 7.5% drop chance when killing a monster.

References

  1. See Ring::onMonsterSlay in the game code.
  2. Ring::onMonsterSlay is called once for each equipped ring by GameLocation::onMonsterKilled.

History

  • 1.5: Introduced.