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

@ -298,13 +298,13 @@ namespace Server.Engines.Craft
AddRes( index, typeof( GateTravelScroll ), 1044446, 1, 1044253 );
if ( Core.AOS )
{
{ AddCraft( typeof( Spellbook ), 1044294, 1023834, 50.0, 126, typeof( BlankScroll ), 1044377, 10, 1044378 );
// Bulk order book
AddCraft( typeof( Engines.BulkOrders.BulkOrderBook ), 1044294, 1028793, 65.0, 115.0, typeof( BlankScroll ), 1044377, 10, 1044378 );
}
if ( Core.SE )
AddCraft( typeof( Spellbook ), 1044294, 1023834, 50.0, 140, typeof( BlankScroll ), 1044377, 10, 1044378 );
MarkOption = true;
}

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; } }