Свойство | Type | Description | |
---|---|---|---|
blueprint | NWN2ItemBlueprint |
Méthode | Description | |
---|---|---|
Consumable ( int ip, int spellId, int spellLevel, int casterLevel, CNWSpell spell, bool adjustCost = true, string iconName = null ) : System | ||
GetMissingIcons ( ) : string>.Dictionary |
||
baseName ( int spellId ) : string | ||
itemProperty ( int castSpellIp ) : NWN2ItemPropertyInfo |
Méthode | Description | |
---|---|---|
GetAuraDescription ( int spellLevel, CNWSpell spell ) : string | ||
cost ( int spellLevel, int casterLevel ) : int | ||
findIconName ( int spellId, CNWSpell spell, int spellLevel ) : string | ||
flagIconMissingForSpell ( int spellId, string spellName ) : void |
Méthode | Description | |
---|---|---|
ConsumableName ( CNWSpell spell, int spellId, int spellLevel, int casterLevel ) : string | ||
GetAuraStrength ( int spellLevel ) : string | ||
GetSpellName ( NWN2Toolset spell ) : string |
public Consumable ( int ip, int spellId, int spellLevel, int casterLevel, CNWSpell spell, bool adjustCost = true, string iconName = null ) : System | ||
ip | int | |
spellId | int | |
spellLevel | int | |
casterLevel | int | |
spell | CNWSpell | |
adjustCost | bool | |
iconName | string | |
Résultat | System |
protected GetAuraDescription ( int spellLevel, CNWSpell spell ) : string | ||
spellLevel | int | |
spell | CNWSpell | |
Résultat | string |
public abstract GetMissingIcons ( ) : string>.Dictionary |
||
Résultat | string>.Dictionary |
public abstract baseName ( int spellId ) : string | ||
spellId | int | |
Résultat | string |
protected cost ( int spellLevel, int casterLevel ) : int | ||
spellLevel | int | |
casterLevel | int | |
Résultat | int |
protected abstract findIconName ( int spellId, CNWSpell spell, int spellLevel ) : string | ||
spellId | int | |
spell | CNWSpell | |
spellLevel | int | |
Résultat | string |
protected flagIconMissingForSpell ( int spellId, string spellName ) : void | ||
spellId | int | |
spellName | string | |
Résultat | void |
public itemProperty ( int castSpellIp ) : NWN2ItemPropertyInfo | ||
castSpellIp | int | |
Résultat | NWN2ItemPropertyInfo |