Difference between revisions of "Emerald Ring"

From Stardew Valley Wiki
Jump to navigation Jump to search
(death to underscores (also, the edits seem fine and not confusing to me;))
(Add stacking info)
Line 10: Line 10:
  
 
Because the effect is a percent multiplier, it works differently than the Weapon Speed buff. A [[Weapons#Sword|sword]] or [[Weapons#Dagger|dagger]] with +0 Weapon Speed would effectively have +1 Weapon Speed while wearing the ring (40 milliseconds faster), whereas a [[Weapons#Club|club]] with +0 Weapon Speed would be closer to +2 with the ring (72 milliseconds faster).
 
Because the effect is a percent multiplier, it works differently than the Weapon Speed buff. A [[Weapons#Sword|sword]] or [[Weapons#Dagger|dagger]] with +0 Weapon Speed would effectively have +1 Weapon Speed while wearing the ring (40 milliseconds faster), whereas a [[Weapons#Club|club]] with +0 Weapon Speed would be closer to +2 with the ring (72 milliseconds faster).
 +
 +
Equipping a second Emerald Ring adds a further 10% weapon speed, for a total 20% increase.<ref name="stacking" />
  
 
==Dyeing==
 
==Dyeing==
Line 17: Line 19:
 
<references>
 
<references>
 
<ref name="setFarmerAnimating">See <samp>MeleeWeapon::setFarmerAnimating</samp> in the game code.</ref>
 
<ref name="setFarmerAnimating">See <samp>MeleeWeapon::setFarmerAnimating</samp> in the game code.</ref>
 +
<ref name="stacking"><samp>Ring::AddEquipmentEffects</samp> is called once for each equipped ring by <samp>BuffManager::GetValues</samp>.</ref>
 
</references>
 
</references>
  

Revision as of 10:10, 2 August 2024

Emerald Ring
Emerald Ring.png
Increases weapon speed by 10%.
Information
Source:
  • Adventurer's Guild
  • Fishing Treasure Chest.png Fishing Treasure Chest (0.05%)
Adventurer's Guild

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

The Emerald 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.

The Emerald Ring increases Speed w.png Weapon Speed by 10%. This effect is applied after any Weapon Speed buff effects.[1]

Because the effect is a percent multiplier, it works differently than the Weapon Speed buff. A sword or dagger with +0 Weapon Speed would effectively have +1 Weapon Speed while wearing the ring (40 milliseconds faster), whereas a club with +0 Weapon Speed would be closer to +2 with the ring (72 milliseconds faster).

Equipping a second Emerald Ring adds a further 10% weapon speed, for a total 20% increase.[2]

Dyeing

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

References

  1. See MeleeWeapon::setFarmerAnimating in the game code.
  2. Ring::AddEquipmentEffects is called once for each equipped ring by BuffManager::GetValues.