Skip to content

Commit

Permalink
Fixes BreastPlate of the Berserker to be more OSI like, [Stamina Rege…
Browse files Browse the repository at this point in the history
…n 3|STR Requirement 35 -> 95|Weight 8 -> 10]. (Fix courtesy of xGoobeRx
  • Loading branch information
jamesblack committed Mar 2, 2014
1 parent 4100450 commit 8cbe053
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Scripts/Items/Weapons/Artifacts/BreastplateOfTheBerserker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ public BreastplateOfTheBerserker()
this.Name = ("Breastplate Of The Berserker");

this.Hue = 1172;
this.Weight = 10;

this.Attributes.WeaponSpeed = 10;
this.Attributes.WeaponDamage = 15;
this.Attributes.LowerManaCost = 4;
this.Attributes.BonusHits = 5;
this.Attributes.RegenStam = 3;
this.StrRequirement = 95;
}

public BreastplateOfTheBerserker(Serial serial)
Expand Down

0 comments on commit 8cbe053

Please sign in to comment.