This commit is contained in:
parent
c63a5f13fa
commit
2204d5fb86
86 changed files with 1077 additions and 257 deletions
|
|
@ -492,7 +492,13 @@ namespace Server.Items
|
|||
/* Begin Sheilds */
|
||||
case 0: ApplyAttribute( primary, min, max, AosAttribute.SpellChanneling, 1, 1 ); break;
|
||||
case 1: ApplyAttribute( primary, min, max, AosAttribute.DefendChance, 1, 15 ); break;
|
||||
case 2: ApplyAttribute( primary, min, max, AosAttribute.AttackChance, 1, 15 ); break;
|
||||
case 2:
|
||||
if (Core.ML) {
|
||||
ApplyAttribute( primary, min, max, AosAttribute.ReflectPhysical, 1, 15 );
|
||||
} else {
|
||||
ApplyAttribute( primary, min, max, AosAttribute.AttackChance, 1, 15 );
|
||||
}
|
||||
break;
|
||||
case 3: ApplyAttribute( primary, min, max, AosAttribute.CastSpeed, 1, 1 ); break;
|
||||
/* Begin Armor */
|
||||
case 4: ApplyAttribute( secondary, min, max, AosArmorAttribute.LowerStatReq, 10, 100, 10 ); break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue