C# Class ACR_Items.GenerateStaff

Inheritance: CLRScriptFramework.CLRScriptBase
Show file Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Properties

Property Type Description
AcidNames List
AcidSpells int>.Dictionary
AntiMagicNames List
AntiMagicSpells int>.Dictionary
AntimoraleNames List
AntimoraleSpells int>.Dictionary
ColdNames List
ColdSpells int>.Dictionary
DeathNames List
DeathSpells int>.Dictionary
ElectricNames List
ElectricSpells int>.Dictionary
EvilNames List
EvilSpells int>.Dictionary
FireNames List
FireSpells int>.Dictionary
ForceNames List
ForceSpells int>.Dictionary
GoodNames List
GoodSpells int>.Dictionary
HealingNames List
HealingSpells int>.Dictionary
IllusionNames List
IllusionSpells int>.Dictionary
MentalNames List
MentalSpells int>.Dictionary
MindControlNames List
MindControlSpells int>.Dictionary
MoraleNames List
MoraleSpells int>.Dictionary
PerceptionNames List
PerceptionSpells int>.Dictionary
PhysicalAttackNames List
PhysicalAttackSpells int>.Dictionary
PhysicalNames List
PhysicalSpells int>.Dictionary
ProtectionNames List
ProtectionSpells int>.Dictionary
SoundNames List
SoundSpells int>.Dictionary
SummonNames List
SummonSpells int>.Dictionary
TransmutNames List
Transmutations int>.Dictionary

Public Methods

Method Description
NewStaff ( CLRScriptBase script, int maxValue ) : int
copyDictionary ( int>.Dictionary from, int>.Dictionary to ) : void
copyList ( List from, List to ) : void

Private Methods

Method Description
convertToStaffPrice ( int>.Dictionary dict ) : int>.Dictionary

Method Details

NewStaff() public static method

public static NewStaff ( CLRScriptBase script, int maxValue ) : int
script CLRScriptFramework.CLRScriptBase
maxValue int
return int

copyDictionary() public static method

public static copyDictionary ( int>.Dictionary from, int>.Dictionary to ) : void
from int>.Dictionary
to int>.Dictionary
return void

copyList() public static method

public static copyList ( List from, List to ) : void
from List
to List
return void

Property Details

AcidNames public static property

public static List AcidNames
return List

AcidSpells public static property

public static Dictionary AcidSpells
return int>.Dictionary

AntiMagicNames public static property

public static List AntiMagicNames
return List

AntiMagicSpells public static property

public static Dictionary AntiMagicSpells
return int>.Dictionary

AntimoraleNames public static property

public static List AntimoraleNames
return List

AntimoraleSpells public static property

public static Dictionary AntimoraleSpells
return int>.Dictionary

ColdNames public static property

public static List ColdNames
return List

ColdSpells public static property

public static Dictionary ColdSpells
return int>.Dictionary

DeathNames public static property

public static List DeathNames
return List

DeathSpells public static property

public static Dictionary DeathSpells
return int>.Dictionary

ElectricNames public static property

public static List ElectricNames
return List

ElectricSpells public static property

public static Dictionary ElectricSpells
return int>.Dictionary

EvilNames public static property

public static List EvilNames
return List

EvilSpells public static property

public static Dictionary EvilSpells
return int>.Dictionary

FireNames public static property

public static List FireNames
return List

FireSpells public static property

public static Dictionary FireSpells
return int>.Dictionary

ForceNames public static property

public static List ForceNames
return List

ForceSpells public static property

public static Dictionary ForceSpells
return int>.Dictionary

GoodNames public static property

public static List GoodNames
return List

GoodSpells public static property

public static Dictionary GoodSpells
return int>.Dictionary

HealingNames public static property

public static List HealingNames
return List

HealingSpells public static property

public static Dictionary HealingSpells
return int>.Dictionary

IllusionNames public static property

public static List IllusionNames
return List

IllusionSpells public static property

public static Dictionary IllusionSpells
return int>.Dictionary

MentalNames public static property

public static List MentalNames
return List

MentalSpells public static property

public static Dictionary MentalSpells
return int>.Dictionary

MindControlNames public static property

public static List MindControlNames
return List

MindControlSpells public static property

public static Dictionary MindControlSpells
return int>.Dictionary

MoraleNames public static property

public static List MoraleNames
return List

MoraleSpells public static property

public static Dictionary MoraleSpells
return int>.Dictionary

PerceptionNames public static property

public static List PerceptionNames
return List

PerceptionSpells public static property

public static Dictionary PerceptionSpells
return int>.Dictionary

PhysicalAttackNames public static property

public static List PhysicalAttackNames
return List

PhysicalAttackSpells public static property

public static Dictionary PhysicalAttackSpells
return int>.Dictionary

PhysicalNames public static property

public static List PhysicalNames
return List

PhysicalSpells public static property

public static Dictionary PhysicalSpells
return int>.Dictionary

ProtectionNames public static property

public static List ProtectionNames
return List

ProtectionSpells public static property

public static Dictionary ProtectionSpells
return int>.Dictionary

SoundNames public static property

public static List SoundNames
return List

SoundSpells public static property

public static Dictionary SoundSpells
return int>.Dictionary

SummonNames public static property

public static List SummonNames
return List

SummonSpells public static property

public static Dictionary SummonSpells
return int>.Dictionary

TransmutNames public static property

public static List TransmutNames
return List

Transmutations public static property

public static Dictionary Transmutations
return int>.Dictionary