C# Class ABM_creator.TradeScroll

Inheritance: Scroll
Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Méthodes publiques

Méthode Description
TradeScroll ( int ip, int spellId, int spellLevel, CNWSpell spell ) : System
baseName ( int spellId ) : string

Méthodes protégées

Méthode Description
GetAuraDescription ( int spellLevel, CNWSpell spell ) : string
cost ( int spellLevel, int casterLevel ) : int

Method Details

GetAuraDescription() protected méthode

protected GetAuraDescription ( int spellLevel, CNWSpell spell ) : string
spellLevel int
spell CNWSpell
Résultat string

TradeScroll() public méthode

public TradeScroll ( int ip, int spellId, int spellLevel, CNWSpell spell ) : System
ip int
spellId int
spellLevel int
spell CNWSpell
Résultat System

baseName() public méthode

public baseName ( int spellId ) : string
spellId int
Résultat string

cost() protected méthode

protected cost ( int spellLevel, int casterLevel ) : int
spellLevel int
casterLevel int
Résultat int