Nestea
Member
Hello,
Im searching about what codec i need to put the time to cast recovery "mini heal" spell , i only want that "mini heal" spell has a cast recovery to cast "mini heal" again more slow than if you cast other spell, i dont want to change my base cast recovery shard.
I want to do that to avoid "mini heal" macros speed on my shard.
I know that if you put this codec in heal.cs you can change the cast time only in this spell i want to put something like this to cast recovery on heal.cs.
Thank you.
Im searching about what codec i need to put the time to cast recovery "mini heal" spell , i only want that "mini heal" spell has a cast recovery to cast "mini heal" again more slow than if you cast other spell, i dont want to change my base cast recovery shard.
I want to do that to avoid "mini heal" macros speed on my shard.
I know that if you put this codec in heal.cs you can change the cast time only in this spell i want to put something like this to cast recovery on heal.cs.
Code:
public override TimeSpan CastDelayBase { get { return TimeSpan.FromSeconds( 0.5 ); } }
Thank you.