Character Item Mods Stamina Regeneration

Stamina Regeneration is one of the Character Mods with a maximum to 24. It allow to regain a higher amount of Stamina per Second on your Character! Each point of Stamina Regeneration give 0.1 Stamina per Second! It can also be found on Spell Effect! The Character Focus Skills is combined with Stamina Regeneration to raise the amount of Stamina per Second!


Stamina Regeneration Availability

Stamina Regeneration can be find on:
- Armor (Looted or Crafted 1 to 3 and Several Artifact)
- Weapon (Few Artifact)


Stamina Regeneration Maximum

The maximum amount of Stamina Regeneration is capped to 24!


Spell Effect

Necromancy Spell Vampiric Embrace give +15 Stamina Regeneration!
Ninjitsu Spell Animal Form the Kirin give +20 Stamina Regeneration!

Note: The Vampiric Embrace and Kirin Bonus cannot exceed the cap of 24!


Stamina Regeneration Formula

int points = (int)Focus * 0.1)

if( (from is BaseCreature && ((BaseCreature)from).IsParagon) || from is Leviathan )
points += 40

int cappedPoints = StaminaRegeneration

if(VampiricEmbraceSpell)
cappedPoints += 15

if(AnimalFormKirin)
cappedPoints += 20

if(Core.ML && from is PlayerMobile)
cappedPoints = Math.Min(cappedPoints, 24)

points += cappedPoints

if(points < -1)
points = -1

rate = 1.0 / (0.1 * (2 + points))


List of Item with Stamina Regeneration

- Ancient Farmer's Kasa - 5
- Blade of Insanity - 2
- Blight Gripped Longbow - 3
- Bulwark Leggings - 1
- Clasp of Concentration - 1
- Frostbringer - 10
- Ornate Crown of the Harrower - 3
- Overseer Sundered Blade - 2
- Poisoned Reading Glasses - 4
- Ring of the Vile - 6
- Rune Carving Knife - 2
- Voice of the Fallen King - 3