This commit is contained in:
mark 2009-07-01 11:14:27 +00:00
parent 03fc95bfb7
commit 879e2fc778
12 changed files with 255 additions and 166 deletions

View file

@ -24,8 +24,12 @@ namespace Server.Items
Hue = 0x3F;
Attributes.Luck = 100;
Attributes.BonusHits = 30;
Attributes.RegenHits = 3;
if( Utility.RandomBool() )
Attributes.BonusHits = 30;
else
Attributes.AttackChance = 30;
}
public OrcChieftainHelm( Serial serial ) : base( serial )