Server.Items.GargishGlassesBearingTheCrestOfBlackthorn2.GargishGlassesBearingTheCrestOfBlackthorn2 C# (CSharp) Method

GargishGlassesBearingTheCrestOfBlackthorn2() private method

private GargishGlassesBearingTheCrestOfBlackthorn2 ( ) : Server
return Server
        public GargishGlassesBearingTheCrestOfBlackthorn2()
            : base()
        {
            ReforgedSuffix = ReforgedSuffix.Blackthorn;
            WeaponAttributes.HitLowerDefend = 30;
            Attributes.BonusStr = 10;
            Attributes.BonusDex = 5;
            StrRequirement = 45;
            Hue = 66;
        }

Same methods

GargishGlassesBearingTheCrestOfBlackthorn2::GargishGlassesBearingTheCrestOfBlackthorn2 ( Serial serial ) : Server