C# Class ACR_Items.Generation

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

Méthodes publiques

Свойство Type Description
DroppableGems int>.Dictionary
SpellFocusLeft int>.Dictionary
SpellFocusRight int>.Dictionary
SpellSchoolFocus List
rand System.Random

Méthodes publiques

Méthode Description
GenerateArt ( CLRScriptBase script, int itemValue ) : int
GenerateLoot ( CLRScriptBase script, int lootValue, int maxItemValue ) : void
GetEnchantmentTheme ( ) : Theme

Method Details

GenerateArt() public static méthode

public static GenerateArt ( CLRScriptBase script, int itemValue ) : int
script CLRScriptFramework.CLRScriptBase
itemValue int
Résultat int

GenerateLoot() public static méthode

public static GenerateLoot ( CLRScriptBase script, int lootValue, int maxItemValue ) : void
script CLRScriptFramework.CLRScriptBase
lootValue int
maxItemValue int
Résultat void

GetEnchantmentTheme() public static méthode

public static GetEnchantmentTheme ( ) : Theme
Résultat Theme

Property Details

DroppableGems public_oe static_oe property

public static Dictionary DroppableGems
Résultat int>.Dictionary

SpellFocusLeft public_oe static_oe property

public static Dictionary SpellFocusLeft
Résultat int>.Dictionary

SpellFocusRight public_oe static_oe property

public static Dictionary SpellFocusRight
Résultat int>.Dictionary

SpellSchoolFocus public_oe static_oe property

public static List SpellSchoolFocus
Résultat List

rand public_oe static_oe property

public static Random,System rand
Résultat System.Random