C# Class Server.Spells.MagerySpell

Inheritance: Spell
显示文件 Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
CheckResisted ( Mobile target ) : bool
ConsumeReagents ( ) : bool
GetCastDelay ( ) : System.TimeSpan
GetCastSkills ( double &min, double &max ) : void
GetMana ( ) : int
GetResistPercent ( Mobile target ) : double
GetResistPercentForCircle ( Mobile target, SpellCircle circle ) : double
GetResistSkill ( Mobile m ) : double
MagerySpell ( Mobile caster, Item scroll, Server.Spells.SpellInfo info ) : System

Method Details

CheckResisted() public method

public CheckResisted ( Mobile target ) : bool
target Mobile
return bool

ConsumeReagents() public method

public ConsumeReagents ( ) : bool
return bool

GetCastDelay() public method

public GetCastDelay ( ) : System.TimeSpan
return System.TimeSpan

GetCastSkills() public method

public GetCastSkills ( double &min, double &max ) : void
min double
max double
return void

GetMana() public method

public GetMana ( ) : int
return int

GetResistPercent() public method

public GetResistPercent ( Mobile target ) : double
target Mobile
return double

GetResistPercentForCircle() public method

public GetResistPercentForCircle ( Mobile target, SpellCircle circle ) : double
target Mobile
circle SpellCircle
return double

GetResistSkill() public method

public GetResistSkill ( Mobile m ) : double
m Mobile
return double

MagerySpell() public method

public MagerySpell ( Mobile caster, Item scroll, Server.Spells.SpellInfo info ) : System
caster Mobile
scroll Item
info Server.Spells.SpellInfo
return System