This commit is contained in:
parent
03fc95bfb7
commit
879e2fc778
12 changed files with 255 additions and 166 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue