Property | Type | Description |
---|
Method | Description | |
---|---|---|
ApplyAttributesTo ( |
||
ApplyAttributesTo ( |
||
ApplyAttributesTo ( |
||
ApplyAttributesTo ( |
||
ApplyAttributesTo ( |
||
ApplyAttributesTo ( bool isRunicTool, int luckChance, int attributeCount ) : void | ||
ApplyAttributesTo ( int attributeCount ) : void | ||
BaseRunicTool ( CraftResource resource, int itemID ) : System | ||
BaseRunicTool ( CraftResource resource, int uses, int itemID ) : System | ||
BaseRunicTool ( Serial serial ) : System | ||
Deserialize ( GenericReader reader ) : void | ||
GetRandomSlayer ( ) : SlayerName | ||
GetUniqueRandom ( int count ) : int | ||
Serialize ( GenericWriter writer ) : void |
public static ApplyAttributesTo ( |
||
armor | ||
isRunicTool | bool | |
luckChance | int | |
attributeCount | int | |
return | void |
public static ApplyAttributesTo ( |
||
armor | ||
attributeCount | int | |
return | void |
public static ApplyAttributesTo ( |
||
weapon | ||
isRunicTool | bool | |
luckChance | int | |
attributeCount | int | |
return | void |
public static ApplyAttributesTo ( |
||
weapon | ||
attributeCount | int | |
return | void |
public static ApplyAttributesTo ( |
||
spellbook | ||
isRunicTool | bool | |
luckChance | int | |
attributeCount | int | |
return | void |
public static ApplyAttributesTo ( bool isRunicTool, int luckChance, int attributeCount ) : void | ||
isRunicTool | bool | |
luckChance | int | |
attributeCount | int | |
return | void |
public static ApplyAttributesTo ( int attributeCount ) : void | ||
attributeCount | int | |
return | void |
public BaseRunicTool ( CraftResource resource, int itemID ) : System | ||
resource | CraftResource | |
itemID | int | |
return | System |
public BaseRunicTool ( CraftResource resource, int uses, int itemID ) : System | ||
resource | CraftResource | |
uses | int | |
itemID | int | |
return | System |
public BaseRunicTool ( Serial serial ) : System | ||
serial | Serial | |
return | System |
public Deserialize ( GenericReader reader ) : void | ||
reader | GenericReader | |
return | void |
public static GetRandomSlayer ( ) : SlayerName | ||
return | SlayerName |
public static GetUniqueRandom ( int count ) : int | ||
count | int | |
return | int |
public Serialize ( GenericWriter writer ) : void | ||
writer | GenericWriter | |
return | void |