minor (.25s) correction to wither cast delay.

decreased skill req for exc spellbooks.  Not perfect but better.
This commit is contained in:
xavier 2011-07-18 20:55:57 +00:00
parent 32466896b1
commit c1a0fa6dcb
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ namespace Server.Spells.Necromancy
Reagent.PigIron
);
public override TimeSpan CastDelayBase { get { return TimeSpan.FromSeconds( 1.25 ); } }
public override TimeSpan CastDelayBase { get { return TimeSpan.FromSeconds( 1.5 ); } }
public override double RequiredSkill{ get{ return 60.0; } }
public override int RequiredMana{ get{ return 23; } }