This commit is contained in:
xavier 2011-08-21 01:26:36 +00:00
parent a1e590edeb
commit 50d2e4ddf6
4 changed files with 2 additions and 6 deletions

View file

@ -11,8 +11,6 @@ namespace Server.Items
public QuiverOfElements() : base()
{
Hue = 0xEB;
DamageIncrease = 10;
WeightReduction = 50;
}

View file

@ -85,6 +85,8 @@ namespace Server.Items
Layer = Layer.Cloak;
m_Attributes = new AosAttributes( this );
DamageIncrease = 10;
}
public BaseQuiver( Serial serial ) : base( serial )

View file

@ -11,7 +11,6 @@ namespace Server.Items
[Constructable]
public ElvenQuiver() : base()
{
DamageIncrease = 10;
WeightReduction = 30;
}

View file

@ -16,9 +16,6 @@ namespace Server.Items
LowerAmmoCost = 20;
Attributes.DefendChance = 5;
Attributes.WeaponDamage = 10;
DamageIncrease = 10;
}
public QuiverOfInfinity( Serial serial ) : base( serial )