C# Class ACR_Items.GenerateBelt

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

Public Properties

Property Type Description
AbilityScoreNames string>.Dictionary
AbilityScores List
AvailableImmunities int>.Dictionary
AvailableSkills List
ImmunityNames string>.Dictionary
PrimaryAmuletAbility int>.Dictionary
SkillNames string>.Dictionary

Public Methods

Method Description
NewBelt ( CLRScriptBase script, int maxValue ) : int

Method Details

NewBelt() public static method

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

Property Details

AbilityScoreNames public static property

public static Dictionary AbilityScoreNames
return string>.Dictionary

AbilityScores public static property

public static List AbilityScores
return List

AvailableImmunities public static property

public static Dictionary AvailableImmunities
return int>.Dictionary

AvailableSkills public static property

public static List AvailableSkills
return List

ImmunityNames public static property

public static Dictionary ImmunityNames
return string>.Dictionary

PrimaryAmuletAbility public static property

public static Dictionary PrimaryAmuletAbility
return int>.Dictionary

SkillNames public static property

public static Dictionary SkillNames
return string>.Dictionary