Server.Items.GargishGlassesBearingTheCrestOfBlackthorn2.GargishGlassesBearingTheCrestOfBlackthorn2 C# (CSharp) Méthode

GargishGlassesBearingTheCrestOfBlackthorn2() private méthode

private GargishGlassesBearingTheCrestOfBlackthorn2 ( ) : Server
Résultat 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