Difference between revisions of "Ruby Ring"

From Stardew Valley Wiki
Jump to navigation Jump to search
(Add stacking info)
(Add stacking reference)
Line 10: Line 10:
 
The Ruby Ring increases [[Attack]] by 10% while equipped.
 
The Ruby Ring increases [[Attack]] by 10% while equipped.
  
Equipping a second Ruby Ring adds a further 10% attack, for a total 20% increase.
+
Equipping a second Ruby Ring adds a further 10% attack, for a total 20% increase.<ref name="stacking" />
  
 
==Dyeing==
 
==Dyeing==
 
The Ruby Ring can be used as a red dye in the dye pots, located in [[Haley]]'s and [[Emily]]'s house, [[2 Willow Lane]].
 
The Ruby Ring can be used as a red dye in the dye pots, located in [[Haley]]'s and [[Emily]]'s house, [[2 Willow Lane]].
 +
 +
==References==
 +
<references>
 +
<ref name="stacking"><samp>Ring::AddEquipmentEffects</samp> is called once for each equipped ring by <samp>BuffManager::GetValues</samp>.</ref>
 +
</references>
  
 
{{NavboxClothing}}
 
{{NavboxClothing}}

Revision as of 10:04, 2 August 2024

Ruby Ring
Ruby Ring.png
Increases attack by 10%.
Information
Source:
  • Adventurer's Guild
  • Fishing Treasure Chest.png Fishing Treasure Chest (0.05%)
  • Haunted Skull.png Haunted Skull (1.3%)

Stats: Attack.png Attack (+10%)
Adventurer's Guild

Purchase Price: data-sort-value="5000">Gold.png5,000g
Sell Price: data-sort-value="300 ">Gold.png300g

The Ruby Ring is a ring that can be purchased from the Adventurer's Guild for data-sort-value="5000">Gold.png5,000g after reaching level 80 in The Mines. It can also be found in Fishing Treasure Chests after reaching Fishing level 2 or dropped from Haunted Skulls.

The Ruby Ring increases Attack by 10% while equipped.

Equipping a second Ruby Ring adds a further 10% attack, for a total 20% increase.[1]

Dyeing

The Ruby Ring can be used as a red dye in the dye pots, located in Haley's and Emily's house, 2 Willow Lane.

References

  1. Ring::AddEquipmentEffects is called once for each equipped ring by BuffManager::GetValues.