C# Class Server.Spells.MagerySpell

Inheritance: Spell
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode 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 méthode

public CheckResisted ( Mobile target ) : bool
target Mobile
Résultat bool

ConsumeReagents() public méthode

public ConsumeReagents ( ) : bool
Résultat bool

GetCastDelay() public méthode

public GetCastDelay ( ) : System.TimeSpan
Résultat System.TimeSpan

GetCastSkills() public méthode

public GetCastSkills ( double &min, double &max ) : void
min double
max double
Résultat void

GetMana() public méthode

public GetMana ( ) : int
Résultat int

GetResistPercent() public méthode

public GetResistPercent ( Mobile target ) : double
target Mobile
Résultat double

GetResistPercentForCircle() public méthode

public GetResistPercentForCircle ( Mobile target, SpellCircle circle ) : double
target Mobile
circle SpellCircle
Résultat double

GetResistSkill() public méthode

public GetResistSkill ( Mobile m ) : double
m Mobile
Résultat double

MagerySpell() public méthode

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