C# Class DOL.GS.Spells.CoweringBellowSpellHandler

Inheritance: DOL.GS.Spells.FearSpellHandler
Mostrar archivo Open project: Los-Ojos/DOLSharp-1127

Public Methods

Method Description
CalculateSpellResistChance ( GameLiving target ) : int
CoweringBellowSpellHandler ( GameLiving caster, Spell spell, SpellLine line ) : System.Collections.Generic
SelectTargets ( GameObject castTarget ) : IList

Method Details

CalculateSpellResistChance() public method

public CalculateSpellResistChance ( GameLiving target ) : int
target GameLiving
return int

CoweringBellowSpellHandler() public method

public CoweringBellowSpellHandler ( GameLiving caster, Spell spell, SpellLine line ) : System.Collections.Generic
caster GameLiving
spell Spell
line SpellLine
return System.Collections.Generic

SelectTargets() public method

public SelectTargets ( GameObject castTarget ) : IList
castTarget GameObject
return IList