C# Class Server.Spells.Second.HarmSpell

Inheritance: MagerySpell
Exibir arquivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
GetSlayerDamageScalar ( Mobile target ) : double
HarmSpell ( Mobile caster, System.Item scroll ) : Server.Targeting
OnCast ( ) : void
Target ( Mobile m ) : void

Method Details

GetSlayerDamageScalar() public method

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

HarmSpell() public method

public HarmSpell ( Mobile caster, System.Item scroll ) : Server.Targeting
caster Mobile
scroll System.Item
return Server.Targeting

OnCast() public method

public OnCast ( ) : void
return void

Target() public method

public Target ( Mobile m ) : void
m Mobile
return void