minor (.25s) correction to wither cast delay.
decreased skill req for exc spellbooks. Not perfect but better.
This commit is contained in:
parent
32466896b1
commit
c1a0fa6dcb
2 changed files with 3 additions and 3 deletions
|
|
@ -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; } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue