Difference between revisions of "Warrior Ring"

From Stardew Valley Wiki
Jump to navigation Jump to search
(Added info about chance for the buff and how it is affected by luck)
(Fixed error in calculation, there is no 2 ×)
 
Line 10: Line 10:
 
The Warrior Ring has a chance of giving the [[File:Combat Skill Icon.png|24px|link=Buffs#Warrior Energy]] [[Buffs#Warrior Energy|Warrior Energy]] buff after slaying a [[Monsters|Monster]]. This buff increases [[Attack]] by 10 for 5 seconds, and can stack with other Attack buffs from food or other Attack boosting rings. However, this chance does not stack by wearing multiple Warrior Rings. The game only checks whether or not a Warrior Ring is equipped when a monster is slain before attempting to the chance for the buff, it does not repeat this chance multiple times if multiple rings are equipped.
 
The Warrior Ring has a chance of giving the [[File:Combat Skill Icon.png|24px|link=Buffs#Warrior Energy]] [[Buffs#Warrior Energy|Warrior Energy]] buff after slaying a [[Monsters|Monster]]. This buff increases [[Attack]] by 10 for 5 seconds, and can stack with other Attack buffs from food or other Attack boosting rings. However, this chance does not stack by wearing multiple Warrior Rings. The game only checks whether or not a Warrior Ring is equipped when a monster is slain before attempting to the chance for the buff, it does not repeat this chance multiple times if multiple rings are equipped.
  
The chance of receiving the buff is increased by [[Luck]] buffs from food or [[Lucky Ring|Lucky Rings]], but not daily Luck. It is calculated<ref name="ring_onmonsterslay"/> as <code>0.1 + (2 × Luck Level / 100)</code> meaning each additional level of [[Luck]] buff increases the odds by 2%: +1 Luck increases the base chance from 10% to 12%, +2 Luck increases it to 14%, and so on.  
+
The chance of receiving the buff is increased by [[Luck]] buffs from food or [[Lucky Ring|Lucky Rings]], but not daily Luck. It is calculated<ref name="ring_onmonsterslay"/> as <code>0.1 + (Luck Level / 100)</code> meaning each additional level of [[Luck]] buff increases the odds by 1%: +1 Luck increases the base chance from 10% to 11%, +2 Luck increases it to 12%, and so on.  
  
 
==Dyeing==
 
==Dyeing==

Latest revision as of 20:25, 9 May 2024

Warrior Ring
Warrior Ring.png
Occasionally infuses the wearer with "warrior energy" after slaying a monster.
Information
Source: Crafting with Combat Level 4

Ingredients: Iron Bar.png Iron Bar (10)Coal.png Coal (25)Frozen Tear.png Frozen Tear (10)
Adventurer's Guild

Purchase Price: Not Sold
Sell Price: data-sort-value="750 ">Gold.png750g

The Warrior Ring is a ring that can be crafted after earning the recipe at Combat Skill Icon.png Combat Level 4. The ingredients are: 10 Iron Bars, 25 Coal, and 10 Frozen Tears.

The Warrior Ring has a chance of giving the Combat Skill Icon.png Warrior Energy buff after slaying a Monster. This buff increases Attack by 10 for 5 seconds, and can stack with other Attack buffs from food or other Attack boosting rings. However, this chance does not stack by wearing multiple Warrior Rings. The game only checks whether or not a Warrior Ring is equipped when a monster is slain before attempting to the chance for the buff, it does not repeat this chance multiple times if multiple rings are equipped.

The chance of receiving the buff is increased by Luck buffs from food or Lucky Rings, but not daily Luck. It is calculated[1] as 0.1 + (Luck Level / 100) meaning each additional level of Luck buff increases the odds by 1%: +1 Luck increases the base chance from 10% to 11%, +2 Luck increases it to 12%, and so on.

Dyeing

Warrior 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.

References

  1. See Ring::onMonsterSlay in the game code