C# Class ABM_creator.TradeScroll

Inheritance: Scroll
Show file Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Methods

Method Description
TradeScroll ( int ip, int spellId, int spellLevel, CNWSpell spell ) : System
baseName ( int spellId ) : string

Protected Methods

Method Description
GetAuraDescription ( int spellLevel, CNWSpell spell ) : string
cost ( int spellLevel, int casterLevel ) : int

Method Details

GetAuraDescription() protected method

protected GetAuraDescription ( int spellLevel, CNWSpell spell ) : string
spellLevel int
spell CNWSpell
return string

TradeScroll() public method

public TradeScroll ( int ip, int spellId, int spellLevel, CNWSpell spell ) : System
ip int
spellId int
spellLevel int
spell CNWSpell
return System

baseName() public method

public baseName ( int spellId ) : string
spellId int
return string

cost() protected method

protected cost ( int spellLevel, int casterLevel ) : int
spellLevel int
casterLevel int
return int