Back to Server.Spells.Chivalry

PaladinSpell : Spell, ISpell

Derived Types: CleanseByFireSpell, CloseWoundsSpell, ConsecrateWeaponSpell, DivineFurySpell, EnemyOfOneSpell, HolyLightSpell, NobleSacrificeSpell, RemoveCurseSpell, SacredJourneySpell

(ctor) PaladinSpell( Mobile caster, Item scroll, SpellInfo info )
int CastDelayBase( get; )
int CastDelayCircleScalar( get; )
int CastDelayFastScalar( get; )
int CastDelayMinimum( get; )
int CastDelayPerSecond( get; )
int CastRecoveryBase( get; )
int CastRecoveryCircleScalar( get; )
int CastRecoveryFastScalar( get; )
int CastRecoveryMinimum( get; )
int CastRecoveryPerSecond( get; )
SkillName CastSkill( get; )
bool ClearHandsOnCast( get; )
int MantraNumber( get; )
int RequiredMana( get; )
double RequiredSkill( get; )
int RequiredTithing( get; )
virtual bool CheckCast()
virtual bool CheckFizzle()
virtual void DoFizzle()
virtual void DoHurtFizzle()
virtual void GetCastSkills( out double min, out double max )
virtual int GetMana()
virtual void OnBeginCast()
virtual void OnDisturb( DisturbType type, bool message )
virtual void SayMantra()