This commit is contained in:
parent
a1e590edeb
commit
50d2e4ddf6
4 changed files with 2 additions and 6 deletions
|
|
@ -11,8 +11,6 @@ namespace Server.Items
|
|||
public QuiverOfElements() : base()
|
||||
{
|
||||
Hue = 0xEB;
|
||||
|
||||
DamageIncrease = 10;
|
||||
WeightReduction = 50;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -85,6 +85,8 @@ namespace Server.Items
|
|||
Layer = Layer.Cloak;
|
||||
|
||||
m_Attributes = new AosAttributes( this );
|
||||
|
||||
DamageIncrease = 10;
|
||||
}
|
||||
|
||||
public BaseQuiver( Serial serial ) : base( serial )
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ namespace Server.Items
|
|||
[Constructable]
|
||||
public ElvenQuiver() : base()
|
||||
{
|
||||
DamageIncrease = 10;
|
||||
WeightReduction = 30;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -16,9 +16,6 @@ namespace Server.Items
|
|||
LowerAmmoCost = 20;
|
||||
|
||||
Attributes.DefendChance = 5;
|
||||
Attributes.WeaponDamage = 10;
|
||||
DamageIncrease = 10;
|
||||
|
||||
}
|
||||
|
||||
public QuiverOfInfinity( Serial serial ) : base( serial )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue